https://github.com/vogtinator/ngl
3D graphics lib for Ndless (and possibly other systems)
https://github.com/vogtinator/ngl
3d-engine c-plus-plus fast fixed-point software-rendering
Last synced: 3 months ago
JSON representation
3D graphics lib for Ndless (and possibly other systems)
- Host: GitHub
- URL: https://github.com/vogtinator/ngl
- Owner: Vogtinator
- Created: 2014-11-08T18:46:54.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-09-23T21:14:32.000Z (over 1 year ago)
- Last Synced: 2025-03-18T00:37:37.202Z (3 months ago)
- Topics: 3d-engine, c-plus-plus, fast, fixed-point, software-rendering
- Language: C++
- Homepage:
- Size: 104 KB
- Stars: 29
- Watchers: 5
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nGL
3D graphics library for Ndless (and possibly other systems).
It's not a complete 3D engine, so there's no collision detection, animation etc.Features
--------
- Fixed-function pipeline like OpenGL
- Matrix stack with custom size
- 3D transformations, like translation, rotation and scaling
- Perspective with custom FOV
- Depth buffer that can also be read from
- Fast blitting of TEXTUREs
- Fast sine and cosine using LUTs
- Safe and fast mode
- Texture mapping, with transparencyUsed in crafti, the winner of 2014's ticalc.org POTY contest! 
Tutorial
--------
You can find a tutorial in the Tutorial subfolder.