Re: SFML Wrapper
- Posted by Lone_EverGreen_Ranger Jan 09, 2012
- 1939 views
mattlewis said...
Lone_EverGreen_Ranger said...
As you can tell, I am attempting to write an SFML wrapper for euphoria. Wanna make sure I am heading in the right direction.
Looking at the functions you are attempting to define, it appears that you're trying to wrap the C++ version of SFML. There's no easy way to do that with euphoria directly. You'll have better luck using the C version.
Matt
I was kinda confused on how to do it. I didn't even think of the C version. I'll take a look and see what can be done.