[Lazarus] OpenGL conversion

Reimar Grabowski reimgrab at web.de
Mon Feb 14 04:44:18 CET 2011


On Sun, 13 Feb 2011 20:12:48 +0200
Juha Manninen <juha.manninen62 at gmail.com> wrote:

> Hi
> 
> Are there any conversion guides or examples of how OpenGL Delphi program can 
> be converted to Lazarus.
For OpenGL calls no conversion should be needed. GL works the same independent of language/OS (except context handling and some OS-specific extensions WGL_*, GLX_*, etc.).
OpenGL is just a bunch of commands which go directly to the graphics driver.

> I would try to automate it with Delphi converter but I don't know much about 
> graphics programming myself.
Just go ahead. If you have any problems ask again. I know a thing or two about OpenGL and graphics programming in general.

R.
-- 
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?




More information about the Lazarus mailing list