Re: Simple2D Wrapper Help
- Posted by ghaberek (admin) in April
- 216 views
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