github
Marble Marcher by CodeParade

CodeParade proposes an very interesting game/game engine that uses a smart physics computation related to fractal rendering. The result is Marble Marcher, an opensource (GPL-2!) game, available on itch.io and github. download on itch.io (windows only): https://codeparade.itch.io/marblemarcher compile the source: https://github.com/HackerPoet/MarbleMarcher
3D face tracking (state-of-the-art)

I’ve spend my day testing several face tracking solutions. The idea is to generate data for Godot Engine and control the face of an avatar with mine, for a numediart project. Here is what i’ve tested: OpenPose Obviously, the famous library. Tricky to install: you need cuda toolkit & cuDNN to start compiling. As it …