nasser / zajal

Experimental creative coding framework
MIT License
161 stars 10 forks source link

Proper openFrameworks integration #53

Closed nasser closed 12 years ago

nasser commented 13 years ago

The current build uses a static build of openFrameworks 007 (specifically faf7f4cc) with custom patches. The current set up makes it hard to push patches back to the openFrameworks community.

The solution should be as follows: in my fork of OF, a zajal branch should be created that contains Zajal specific changes and the Makefile that compiles libof.a. Other changes that are useful to OF as a project should be done in topic branches and pushed back to the mainline.

nasser commented 12 years ago

Done. My Zajal branch of openFrameworks contains a Rakefile that builds the libof.so that Zajal uses. Pushing back to openFrameworks is also easy.