Hello,
I am quite new to Nim and to get used to it, I would like to translate the "Nature of Code" (and later on mybe some OpenFrameworks Cookbook) examples to Nim. Which graphics libraries would you recommend for that? The ones I found were heavily oriented towards game development and therefore cared a lot about state and other things that make it more cumbersome to get a simple graphical simulation going than Processing or OpenFrameworks.
I am grateful for any advice :)
that book looks nice, thanks for sharing: https://natureofcode.com/book/introduction/
I see it uses processing so a natural advice would be to try and use nimp5 (a wrapper of p5js), since p5js is sort of a port of processing to web.
I was trying to see if this nimp5 works and if I am able to make it work with nimib but there is an issue with nimp5 and a couple of issues with having it work with nimib. Nothing that seems unsurmountable though.
I am grateful for any advice
May be not for this one. Be cool, output to text file and render with POV-Ray :)