SmallBASIC plugins
Collection of loadable plugin modules to extend the functionality provided by SmallBASIC.
Install: sudo apt-get install libmysqlclient-dev libglfw3-dev libglfw3 libglew-dev
Gallery
https://github.com/vurtun/nuklear
To run the nuklear demos
Setup the SBASICPATH environment variable to reference the compiled modules
SBASICPATH=/home/chrisws/src/smallbasic.plugins/nuklear/.libs:src/modules/example/.libs:/home/chrisws/src/smallbasic.plugins/units
Then execute the samples via the console version of SmallBASIC
$ cd smallbasic.plugins/nuklear
$ ~/src/SmallBASIC/src/platform/console/sbasic samples/calculator.bas
