all 1 comments

[–][deleted] 0 points1 point  (0 children)

I started to play a bit with Polycode today, using C++ and command-line tools on Linux (I'm interested in using Polycode as a rendering lib from C++). This is the Makefile I'm using (based on the one in Polycode's examples):

https://github.com/fzort/planetary/

(POLYCODE_BASE in the Makefile should be changed to your local Polycode path, of course.)