Re: Simple2D Wrapper Help
- Posted by Icy_Viking in April
- 228 views
ghaberek said...
I had already made a simple2d wrapper a while ago but I don't think I ever pushed it to my GitHub fork: https://github.com/ghaberek/simple2d-euphoria. I'll see if I can track it down.
Although looking back at it now, I think simple2d could be ported entirely in Euphoria using your SDL2 wrapper. You would need to wrap a few OpenGL functions as well (see src/gl.c, etc. in simple2d)
-Greg
Well if you can't find it. I can try and finish my wrapper for Simple2D. Granted with how heavily simple2D relies on SDL2, it may be a better idea to integrate it into my current SDL2 wrapper.