My projects

These are some of my projects. You might find more on GitHub!

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