Pinned Repositories
Chip8-Godot
A Chip-8 emulator made in godot
Chip8-raylib
A chip8 emulator written in C# using raylib
egui_sdl2_platform
A render-backend independant egui backend for sdl2
FlyingBird-godot
A Flappy-bird clone made with godot
gallium_ecs
A simple entity-component-system crate for rust with serialization support
Godot-Rust-SMB-clone
A simple Super Mario Bros clone (only level 1-1) made in Godot using Rust
GravitySimulation-Godot
An example of integrating newtons equation of gravity in Godot using C#
HoneyOS
A wasm-based webos inspired by retro operating systems such as BeOS and DOS
island_project
A 2d action platformer with rpg element inspired by games like super paper mario and celeste
MiniVector
A configurable XY vector display emulator
GetAGripGal's Repositories
GetAGripGal/egui_sdl2_platform
A render-backend independant egui backend for sdl2
GetAGripGal/MiniVector
A configurable XY vector display emulator
GetAGripGal/HoneyOS
A wasm-based webos inspired by retro operating systems such as BeOS and DOS
GetAGripGal/island_project
A 2d action platformer with rpg element inspired by games like super paper mario and celeste
GetAGripGal/ComLarsic.github.io
The ComLarsic Website!
GetAGripGal/bevy
A refreshingly simple data-driven game engine built in Rust
GetAGripGal/bevy_ecs_ldtk
ECS-friendly ldtk plugin for bevy, leveraging bevy_ecs_tilemap
GetAGripGal/bevy_flycam
Basic first-person fly camera for the Bevy game engine
GetAGripGal/bevy_pixels
◼️▫️ Bevy plugin that uses Pixels (a tiny pixel buffer) for rendering
GetAGripGal/bevy_vox
Load MagicaVoxel Vox file for bevy engine.
GetAGripGal/ComEngine
A simple modular 2d engine written in opengl and rust
GetAGripGal/DiscordSRV
Discord bridging plugin for block game https://www.spigotmc.org/resources/discordsrv.18494/
GetAGripGal/egui
egui: an easy-to-use immediate mode GUI in pure Rust
GetAGripGal/egui_sdl2_gl
Egui backend for SDL2 + OpenGL
GetAGripGal/FinishTheGame_Rayjam
You have dropped all your game assets and only have 30 seconds to find them before submitting the game.
GetAGripGal/GalOS
A goofy little kernel-only OS i wrote for educational purposes
GetAGripGal/getagripgal.github.io
My portifolio website for my semster following the Creative Technologies course at Fontys HBO-ICT
GetAGripGal/glium-sdl2
An SDL2 backend for Glium
GetAGripGal/highground_bevy
This is gonna be the final version i swear
GetAGripGal/HighgroundMMO
A 2d metroid-venia style combat/adventure MMO
GetAGripGal/libdragon-rs
Rust bindings to libdragon
GetAGripGal/minecraft-python
A Jython driven plugin and interpreter system for Minecraft (on top of Spigot)
GetAGripGal/MinecraftSocialInterface
A (WIP) mod that provides a web interface to track the in-game social habits of your
GetAGripGal/MsiPostService
The backend for the social media functionality of the Minecraft Social Interface
GetAGripGal/nannou-rustgpu-raytracer
A real-time implementation of "Ray Tracing in One Weekend" using nannou and rust-gpu.
GetAGripGal/raylib-rs
Rust bindings for raylib
GetAGripGal/RustRetro
A WIP multisystem emulator
GetAGripGal/TotemSwapMod
Allows you to hotswap any totem in your inventory to your off-hand
GetAGripGal/VoxelRendererSchoolProject
A raymarching-based voxel renderer I made for a school project.
GetAGripGal/wgpu-native
Native WebGPU implementation based on wgpu-core