pl_nxPascal
- Details
- Category: Graphics 3D
- Published: Sunday, 20 October 2013 05:57
- Written by Sternas Stefanos
- Hits: 15493
pl_nxPascal
it's a fork of nxPascal Library to CodeTyphon Studio.
nxPascal is a free game engine that tries to remain lightweight and portable.
So far this covers:
- 2D and 3D OpenGL graphics.
- Demos on most features, for both Lazarus and Delphi.
- 2D, 3D and much of gaming supporting math.
- Particle engine.
- Pathfinding with own rough but fast algorithm.
- Network class supporting TCP and UDP.
- Optional sound wrappers for OpenAL and BASS.
- Class for handling and rendering a user interface with buttons, listboxes etc.
Basically nxPascal is modular, consistencies are separated in different units.
You might choose to just want to use part of the features presented here, if you wish to use another graphics engine or something else. nxGL supports custom window creation, so you can do all that different way, but still being able to use even graphics features of this engine.
Home page: https://github.com/Zaflis/nxpascal
You can explore Units, Functions, Procedures, Classes, etc in our
Source Documentation