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