Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Recommended 2D Sprite engine for a Delphi board game? [closed]

Which are the choices I should look into for a Delphi sprite engine.

I am aware of

  • GLScene
  • Andorra 2D

anything else I am missing?

It is best if it relies on OpenGL. DirectX only solutions are not very welcome.

like image 947
Gad D Lord Avatar asked Feb 20 '11 21:02

Gad D Lord


2 Answers

Take a look at Asphyre. It's a 2D/3D Delphi framework that can use OpenGL, DirectX 7, DirectX 9 backends.

like image 154
Mason Wheeler Avatar answered Oct 14 '22 14:10

Mason Wheeler


Some libraries for 2D graphics, I'm not sure if they are what you're looking for, but here we go:

AggPas is port of Anti-Grain geometry library: http://www.crossgl.com/aggpas/

Graphics32 is all around graphics library: http://graphics32.org/wiki/Main/Graphics32

GR32_Lines is based on Graphics32: http://angusj.com/delphi/gr32_lines.php

like image 42
Harriv Avatar answered Oct 14 '22 14:10

Harriv