Tagged Questions
4
votes
1answer
502 views
How to code a simple torch light?
How would you code a simple "8 bit fire torch" (just one, nothing else to worry about on screen), without using any sprites?
For instance, how would you "animate" a torch that looks like this one:
1
vote
2answers
329 views
Cascade(Waterfalls) particles animation - openframeworks, alternatives
Has anyone tried to create a waterfall particles animation using openframeworks? Is it possible? Is it good?
If not, can you recommend any other frameworks for easier creation of cascade animation?
...