Qwy3 - WIP Minecraft-like in Rust & Wgpu

Work in progress Minecraft-like, and also my Magnum Opus! Has infinite fast worldgen that uses some intersting principles that I explain here, along many other features.
Work in progress Minecraft-like, and also my Magnum Opus! Has infinite fast worldgen that uses some intersting principles that I explain here, along many other features.
The previous Minecraft-like attempt before Qwy3.
2024-03-06 | #Rust
Visualizer of a particle system with randomized interaction laws that often happen to be quite mesmerizing to contemplate. Fast, colorful and somewhat intresting.
2024-03-06 | #C #C++ #Python
Handmade build system for C/C++ executable projects, made in Python.
2024-03-06 | #Rust
Dungeon crawler on a procedurally generated square-tiled grid with turn-based sokoban-like mechanics.
2024-03-06 | #Rust
Trying their hand at “making their own programming language” is common place among programmers. My attempt at an interpreted language aimed at trying new things instead of focussing on speed, having fun instead of believing that my language would attract any intrest, there are hundreds of new languages each months after all.
2024-03-06 | #C #Rust #x86_64 machine code
Compiler of a stack-based simple language down to ELF executable with x86_64 machine code generated by handwritten code (no assembly), which works! First started in C, then a rewrite in Rust was started with better abstractions.