mihailt / MowaLibs

SimpleGUI is a code block developed for Cinder library. It's simple set of GUI widgets to speed up testing of your applications.

Home Page:http://marcinignac.com/blog/simplegui/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is fork of MowaLibs SimpleGUI repository made compatible with Cinder 0.8.5

MowaLibs by Marcin Ignac
http://marcinignac.com

MowaLibs is my collection of C++ clases to use together with Cinder.
See http://libcinder.org

TODO:
- add cinderblock.xml
- add cinderblock.png

FIX:
- register cbMouseDown, cbMouseUp, cbMouseDrag using boost signals

v0.1
- Initial version containing SimpleGUI block.
- Just copy it to your-cinder-app-path/blocks and use as any other block

About

SimpleGUI is a code block developed for Cinder library. It's simple set of GUI widgets to speed up testing of your applications.

http://marcinignac.com/blog/simplegui/


Languages

Language:C++ 73.0%Language:C 27.0%