Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maeln/pegl
An attempt to create my own small 3D/2D engine using modern OpenGL.
https://github.com/maeln/pegl
Last synced: 3 days ago
JSON representation
An attempt to create my own small 3D/2D engine using modern OpenGL.
- Host: GitHub
- URL: https://github.com/maeln/pegl
- Owner: maeln
- License: gpl-3.0
- Created: 2012-02-01T19:35:53.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2017-03-22T12:37:30.000Z (almost 8 years ago)
- Last Synced: 2023-03-11T18:03:17.212Z (almost 2 years ago)
- Language: C++
- Homepage: http://maeln.com
- Size: 5.48 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃ ____ ┃ - Maeln.
┃ | \ ______ ┃ - GPL
┃ | /\ \ / ____| ┃
┃ | __/ ___ / / _ ┃
┃ | | | _| | |____ | | ┃
┃ | | | -_ \ / | |_ ┃
┃ |__| |___| \____/ |___| ┃
┃ ┃
┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛=====================================================
|
| PeGl est un petit projet personnel ayant pour but
| l'apprentissage de OpenGL.
| C'est plus ou moins un moteur 3D / Framework / whateverthefuck
| qui me sert de base à mes divers projets graphiques.
|
| La partie mathématique matriciel/vectoriel est géré par
| GLM ( http://glm.g-truc.net/ ), mon implémentation
| étant peu flexible et pénible à développer.
|
=====================================================
""""""""""""""""""""""""""""""""""""""""""""""""""""