Pinned Repositories
2048-Game
2048 game made with C++ with graphics rendered by OpenGL
3D-Model-Inspector
A project created to learn OpenGL, also my first proper (second ever) app using OpenGL.
BitFontMaker
Little python script that converts font's glyph images to a packed array of bits.
Eruption-Engine
My own rendering engine made with Vulkan.
Gemino
⚡High-Performance Vulkan Renderer🌋
loc-counter
This app allows you to count the total number of lines of code of every file in every subdirectory in a given directory with one command. You can even filter out some files by extension, e.g. only count .rs file or .cpp and .hpp.
PicoGameConsole
Primitive game console made with Raspberry Pi Pico, ST7735 LCD display, joystick module and 2 tact switches.
PicoWS2812B
16x16 LED matrix display controlled via WiFi (TCP Socket) with a Raspberry Pi Pico W.
rusticle_sim
Particle simulation made in Rust.
x64Raycast
Raycasting renderer made fully in x86 Assembly without the standard library on x64 Windows.
GameWin221's Repositories
GameWin221/Eruption-Engine
My own rendering engine made with Vulkan.
GameWin221/Gemino
⚡High-Performance Vulkan Renderer🌋
GameWin221/PicoGameConsole
Primitive game console made with Raspberry Pi Pico, ST7735 LCD display, joystick module and 2 tact switches.
GameWin221/3D-Model-Inspector
A project created to learn OpenGL, also my first proper (second ever) app using OpenGL.
GameWin221/2048-Game
2048 game made with C++ with graphics rendered by OpenGL
GameWin221/BitFontMaker
Little python script that converts font's glyph images to a packed array of bits.
GameWin221/loc-counter
This app allows you to count the total number of lines of code of every file in every subdirectory in a given directory with one command. You can even filter out some files by extension, e.g. only count .rs file or .cpp and .hpp.
GameWin221/oxi-trace
OxiTrace is a raytracer made with Rust and Ash (Vulkan API for rust)
GameWin221/rusticle_sim
Particle simulation made in Rust.
GameWin221/x64Raycast
Raycasting renderer made fully in x86 Assembly without the standard library on x64 Windows.
GameWin221/gamewin221.github.io
My portfolio website.
GameWin221/PicoWS2812B
16x16 LED matrix display controlled via WiFi (TCP Socket) with a Raspberry Pi Pico W.
GameWin221/AOC22
GameWin221/AOC23
GameWin221/AOC24
GameWin221/pico-ws2812b-controller
The example controller app for my 16x16 WS2812B LED matrix. Uses TCP sockets to communicate.
GameWin221/SIMDRasterizer
A week-long project to learn a bit about SIMD and software rasterization. Instead of triangles it uses "Patches".