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