Hi
I am currently looking for a way to create an image.. or a sprite on runtime.
I am thinking about procedurally creating some art assets and using them in my upcoming game.
any ideas would be nice
thank you
how would i create an image?
Hey,
Is this useful?
https://github.com/KTXSoftware/Kha/wiki/Render-to-Texture
You could render into texture and then use that.