vote up 2 vote down star
2

What is the easiest way to do accelerated 3D graphics inside a TForm in Delphi?

flag

3 Answers

vote up 3 vote down check

Use a library such as Asphyre (http://afterwarp.net/), which supports both DirectX and OpenGL.

link|flag
vote up 2 vote down

You can use GLScene (http://www.glscene.org) for that. GLScene is component-based, has a Viewer-Component (similar than a TPanel) which shows the rendered scene on a form.

I recommend to use the CVS Version, because the latest snapshot is quite old. GLScene works also with Freepascal / Lazarus on several platforms and has many demos.

link|flag
vote up 1 vote down

In Delphi 2010, if running on Windows 7, you can use Direct2D natively.

link|flag
Now that's really interesting - I guess we'll make an upgrade soon :-) – Lars D Oct 3 at 8:39

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.