Skip to content

Commit 94e6afc

Browse files
committed
Added links
1 parent 6504445 commit 94e6afc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ _Info on topics necessary for designing and developing game engines._
166166
- Education Portals
167167
- 📚 [Game Art Tricks](http://simonschreibt.de/game-art-tricks/) - Articles exploring different graphics techniques.
168168
- 📚 [Lighthouse3d.com](http://www.lighthouse3d.com/tutorials/) - Collection of tutorials on OpenGL, GLSL and other graphics topics.
169+
- 📚 [Paper Bug](https://www.jeremyong.com/paperbug/) - Indexed compendium of graphics programming papers.
169170
- 📚 [Scratchapixel](https://www.scratchapixel.com) - In depth coverage of computer graphics topics.
170171
- Graphics API: DirectX
171172
- 🌎 [DirectX](https://docs.microsoft.com/en-us/windows/win32/directx) - _Microsoft_ API used to create 2D/3D games and apps. [[Blog](https://devblogs.microsoft.com/directx/) | [Samples](https://github.com/microsoft/DirectX-Graphics-Samples)]
@@ -391,6 +392,7 @@ _Language specific game engine development libraries / frameworks / code._
391392
- C++: Game Engine w/Editor
392393
- 🎉 [AnKi 3D Engine](https://github.com/godlikepanos/anki-3d-engine) - Vulkan backend, modern renderer, scripting, physics and more.
393394
- 🔒 [Crown Engine](https://github.com/crownengine/crown) - Data-driven 3D and 2D game engine.
395+
- 🎉 [Crystal Engine](https://github.com/neelmewada/CrystalEngine) - Vulkan backend with PBR and styled GUI (_CrystalWidgets_).
394396
- 🎉 [Drop Creator](https://github.com/scidian/drop) - No code, 2.5D game engine built with _Qt_, OpenGL and _Chipmunk Physics_.
395397
- 🔒 [Enigma](https://github.com/enigma-dev/enigma-dev) - GameMaker compatible 2D engine.
396398
- 🎉 [Esoterica Engine](https://github.com/BobbyAnguelov/Esoterica) - High-performance game engine with editor and AAA quality animation graph.
@@ -427,6 +429,7 @@ _Language specific game engine development libraries / frameworks / code._
427429
- 🎉 [Lumino](https://github.com/LuminoEngine/Lumino) - Framework for building real-time graphics apps.
428430
- 🎉 [Nazara Engine](https://github.com/NazaraEngine/NazaraEngine) - Custom shaders, ECS, 2D/3D, networking and more.
429431
- 🎉 [nCine](https://github.com/nCine/nCine) - Cross-platform 2D game framework.
432+
- 🎉 [Octave](https://github.com/mholtkamp/octave) - 3D game engine for GameCube, Wii, 3DS, and more.
430433
- 🎉 [ORX](https://github.com/orx/orx) - 2.5D data-driven game development framework.
431434
- 🎉 [Oryol](https://github.com/floooh/oryol) - Small, 3D, portable and extensible coding framework.
432435
-[Ouzel](https://github.com/elnormous/ouzel) - Public domain, targeted for development of 2D games.
@@ -800,6 +803,7 @@ _Language specific game engine development libraries / frameworks / code._
800803
- 🎉 [Taro](https://github.com/moddio/taro) - Multiplayer engine with _Box2D_ physics, aka _Moddio_. [[Website](https://www.modd.io)]
801804
- JavaScript: Game Framework
802805
- 🎉 [Crafty](https://github.com/craftyjs/Crafty) - Create 2D games in a structured way.
806+
- 🎉 [Excalibur](https://github.com/excaliburjs/Excalibur) - Friendly TypeScript 2D game engine for the web.
803807
- 🎉 [Galacean](https://github.com/galacean/engine) - Web/Mobile-first engine built on WebGL and glTF.
804808
- 🎉 [Kaboom](https://github.com/replit/kaboom) - Simple 2D framework.
805809
- 🎉 [LittleJS](https://github.com/KilledByAPixel/LittleJS) - Lightweight 2D framework with WebGL rendering.
@@ -843,6 +847,7 @@ _Language specific game engine development libraries / frameworks / code._
843847
- 🎉 [RedGL](https://github.com/redcamel/RedGL2) - JavaScript 3D WebGL library.
844848
- 🎉 [Regl](https://github.com/regl-project/regl) - Fast functional WebGL.
845849
- 🎉 [SwissGL](https://github.com/google/swissgl) - Minimalistic wrapper on top of WebGL2.
850+
- 🎉 [ThingJS](https://github.com/uinosoft/t3d.js) - Lightweight, extendable 3D library, aka _t3d_.
846851
- 🎉 [Three.js](https://github.com/mrdoob/three.js/) 🔥 - General-purpose 3D library. [[Awesome](https://github.com/0xAxiome/awesome-threejs) | [Docs](https://threejs.org) | [Editor](https://threejs.org/editor/) | [Examples](https://threejs.org/examples/)]
847852
- 🎉 [TWGL](https://github.com/greggman/twgl.js) - Tiny WebGL helper Library. [[Examples](http://twgljs.org/)]
848853
- 📚 [WebGL Frameworks](https://en.wikipedia.org/wiki/List_of_WebGL_frameworks) - List of WebGL frameworks on Wikipedia.

0 commit comments

Comments
 (0)