My projects
These are some of my projects. You might find more on GitHub!
- ๐ฎ OverEngine โ The game-engine I was working on for quite some time. Based on the amazing Hazel
- ๐ง ๐ฆ Flock Net โ Neural network training visualizer
- Liquid glass โ Fancy OpenGL shader similar to Appleโs Liquid glass
- Godot Tapsell โ Tapsell Android ads for Godot 3
- ๐ฆ NeuralLife โ Life simulator I made with neural networks and genetic algorithm after seeing biosim4
- ๐ฆ Software Rendering โ Buggy software renderer written from scratch in Rust due to my obsession with the language
- ๐ Wlipman โ A Makeshift Wayland clipboard manager I made in a few hours to use with my Hyprland desktop
- ๐ฆบ KeVLaR โ A simple RPC solution written in ๐ฆRust
- ESP32 Paint: Gist / Reddit โ A simple paint program on an ESP32-S3.
- Voronoi minesweeper โ Do I really need to explain this one?!
- sent โ Sparse set-based entity component system implementation written in a single day (Plz donโt look at itโs source code)
- Docy โ My attempt at parsing Markdown with Python