Index
search
Sourdough Bread

Simple sour dough bread recipe

Apple cake recipe

Simple apple cake reciepe

Sloe gin

Sloe Gin recipe

NFC MODULE V3 Raspberry pi

How to wire and install software to drive a PN532

Building a sumo robot ring

Attempt at building a largish sumo ring

org mode header arguments reference

common headers for modifying the export output

Demonstration on how to switch windows with python

Shows how to get all window and change focus sequentially, could be used to implement your own window switcher.

GAUPS usage and setup

Useful notes for setting up and configuring GAUPS

Run drone test suite from emacs

Example lisp code that run drone in a shell and outputs into a buffer the results.

Printing with Cairo GTK3 and python

Example demonstrating how to draw a graphic and position it on a page for printing complete with preview and printer settings dialog.

Python pixel shading example using point sprites

OpenGL program that does pixel shading, OpenGL pixels with size and textures often used for particle effects.

GTK-3 custom signals example

Simple example on how to setup, connect to and trigger signals.

Draw two cubes using Kivy with different shaders.

Kivy example draw two cubes with different shaders and vertices so they can be moved seperately.

Drawing a cube while rendering widgets

Kivy example on setting up a display and drawing a basic triangle

Draw a textured square with kivy

Kivy example drawing a square and loading an image and applying to the quad as a simple texture.

Draw a simple triangle with kivy

Kivy example on setting up and displaying a basic triangle

GTK-3 Simple opengl app with touch events

Example application mixing gtk, opengl and touch, written as a demo but also as an opengl testing enviroment.

GTK-3 Touchscreen events

Example of catching touch screen events and filtering device type, helpful for making touch friendly gtk apps.

GTK-3 Example downloader using a listbox

Populate a listbox with custom widgets, in this case an example file downloader could be the start of a plugin installer.

GTK-3 OpenGL inside a drawing area

Load a glade file displaying a drawing area widget and setup a context for opengl.

GTK-3 Textview interactions

Load a glade file displaying a textview widget which runs python code on carriage return.

GTK-3 Treeview in treestore mode

Load a glade file displaying a collection of values in a treeview using the treestore hierarchy.

GTK-3 Treeview in liststore mode

Example of using a treeview, the treeview display can be adjusted using different store models in this case we use the liststore model.

GTK-3 Calendars and menus

Load a glade file displaying a menu bar and calendar widget.

App chooer and scale buttons

Load a glade file displaying some scale buttons get value on change, displays some app selector widgets and open the applications.

Displaying dialog boxes

Demonstration of opening various dialog boxes and retrieving the selected values.

Adding progress bars & spinners

Load a progress bar widget and spinner to demonstrate updating and retriving values.

Adding Dropdowns and spin buttons

GTK example of some combo / slecet drop down boxesfor user interaction.

Adding switch and radio widgets

GTK example demonstrating the use of switches and radio buttons.

Adding GTK-3 buttons and switches

GTK Example on click and toggle buttons connect to there events to run code when activated by the user.

Display a GTK window

GTK Example on loading a window from a glade fiel and displaying it on the screen.

Python CAD Tutorial 01 - Initial Application

Load a glade file and grab the window and display on the screen, attach the close button so we can close the window.

rss_feed