AI, Math
87
This is a path finder and A* solver (astar or a-star) native extension for Defold Engine build on MicroPather.
Physics
71
This is a Dynamic AABB Tree native extension with Branch and Bound Algorithm.
Rendering, Shaders
17
Simple outline shader for 3D models using STENCIL and INVERTED HULL techniques.
Game mechanic, Math
16
Ray Casting in tiled worlds using DDA algorithm. It is very effective solution for tile based worlds like platformers or any top-down games.
6
Toon shader for 3D models.
Audio
12
Chiptune player native extension.
Math
30
PCG Random Number Generator Native Extension.
Network
11
Simple http server and client native extension