Re: Any Way For Euphoria To Interface With Gfx Cards
- Posted by Lone_EverGreen_Ranger Sep 03, 2009
- 1149 views
Hey Guys,
Is there any way that Euphoria can interface with graphics cards on the machine level? It would be really for Eu to do this, very helpful with game development.
I suppose there is, but for speed and ease I recommend that you use one of the dedicated libraries such as OpenGL. These have had thousands of man-hours invested in them and are about as fast as anyone can get them. Performance depends more on which algorithm to use rather than which programming language or technique one uses. These libraries have been tested to death and are very bug free and use top algorithms. Why bother trying to reinvent the wheel
OK, do the DirectX and OpenGL libs work with Eu 4? Also, I think they could use some work as well. I might take a gander at them and see what I can do.