RunParticles
RunParticles copied to clipboard
Linux?
If this is mostly a Qt app, it should be pretty easy to get it building on Linux. Or are there mac/win-specific dependencies?
Edit: It appears Cinder doesn't support Linux :-(. Shame.
It probably wouldn't be too difficult to factor out the Cinder dependencies. I'm using it to manage the camera matrix, draw shapes, and apply the textures to the map tiles.
I was looking through the Cinder docs and saw some support for at least Ubuntu. Any chance to revisit this?
Yeah, it does seem to support Linux now:
https://github.com/cinder/Cinder
Cinder supports macOS, Windows, Linux, and iOS
I don't presently have a machine running Ubuntu so I'm not likely to get to a Linux release any time soon. I still would like to remove the Cinder dependency, though.