forked from RandomEtc/modestmaps-cinder
-
Notifications
You must be signed in to change notification settings - Fork 1
/
README
20 lines (13 loc) · 803 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Quick port of Modest Maps (modestmaps.com) to Cinder Framework (libcinder.org)
It's pretty stable at this point on the github Cinder master (as of 2010-08-31)
with Boost 1.44.
Should work as a Cinder Block, you just need to set the CINDER_PATH in xcode.
(Not yet tested in Visual Studio)
Progress and early bugs discussed here:
http://forum.libcinder.org/#topic/23286000000108063
Now supports multitouch, rotations and works on ipad (not battle tested yet).
I'd also like to be able to create textures in the background thread, the
creation of another OpenGL context for this seems promising:
http://forum.libcinder.org/#Topic/23286000000650007
See also http://github.com/randometc/modestmaps-of for OpenFrameworks for a
comparison. It's quite a bit less complete than this version, however.