Main Page

Page last edited 3,266 days ago
From bigbass code
Jump to navigation Jump to search


Bass.gif


HUG example widgets[edit | edit source]

Embedding GTK2/GTK3 example widgets[edit | edit source]

Getting started with sample widgets

Most of the examples have been converted from the gtk3 and gtk2 official examples ported to BaCon code

as a reference only to make it easier to see how to code it with BaCon

note that this is an advanced way of doing things better thought of as a pre step to porting code directly from gtk new users should use HUG

INCLUDES[edit | edit source]

This is for GTK 3

Other[edit | edit source]

This is XLIB ported to BaCon


SDL key events in c[edit | edit source]

SDL book c examples[edit | edit source]

the bacon version of the above c code example

double buffering dont use the alpha channel will update this with bitmaps instead later

SDL explaining Peter's example code[edit | edit source]