SiebenCorgie
Mainly a Rust programmer. Most of my projects involve graphics programming or other types of multi-media topics. Recently I've started working with compilers.
Germany
Pinned Repositories
BELL_CustomPackageFramework
A framework to create a custom app-store like environment for several linux distributions.
Beta-Launcher
Free Open-Source launcher for Linux. written in Python with GTK interface. The target distributions for now are: Ubuntu, Linux Mint and Arch Linux.
first-rs-engine
A small stupid engine written in rust using the gfx-rs crate. It is not meant to be a good engine. Its purpose is that I learn rust and gfx-rs.
jakar-engine
Formerly "Ori-Engine" is an hobby project of mine. Target is an Rust/Vulkan engine for games and visualization software.
marpii
Second iteration of marp. Vulkan wrapper around the Ash (crates.io/crates/ash) crate. Focuses on stable resource creation and usability. Tries to minimized duplication between ash and itself. Mirror of: https://gitlab.com/tendsinmende/marpii
minisdf
proof of concept signed distance DSL with a RVSDG based optimizer. Mirror of the same repository on GitLab.
orbital
A cosmic, polyphonic, additive FM synthesizer.
ori-engine
A small engine written in rust + vulkan.
spv-patcher
SPIR-V patching utility operating on the IR level to patch new code, or specialize existing code.
vola
Volume-Language: Experimental volume description languages aimed at GPU distance field rendering. Mirror of GitLab
SiebenCorgie's Repositories
SiebenCorgie/jakar-engine
Formerly "Ori-Engine" is an hobby project of mine. Target is an Rust/Vulkan engine for games and visualization software.
SiebenCorgie/orbital
A cosmic, polyphonic, additive FM synthesizer.
SiebenCorgie/Beta-Launcher
Free Open-Source launcher for Linux. written in Python with GTK interface. The target distributions for now are: Ubuntu, Linux Mint and Arch Linux.
SiebenCorgie/minisdf
proof of concept signed distance DSL with a RVSDG based optimizer. Mirror of the same repository on GitLab.
SiebenCorgie/arewegameyet
The repository for https://arewegameyet.rs
SiebenCorgie/DeepThought
A simple blog theme focused on writing powered by Bulma and Zola.
SiebenCorgie/gpu-allocator
🦀 Memory allocator written in pure Rust for GPU memory in Vulkan and DirectX 12
SiebenCorgie/jakar-threadpool
A small utility crate for the jakar engine.
SiebenCorgie/jakar-tree
A rust based graph system which can handle many nodes quiet fast.
SiebenCorgie/joshuto
ranger-like terminal file manager written in Rust
SiebenCorgie/qmk_firmware
Open-source keyboard firmware for Atmel AVR and Arm USB families
SiebenCorgie/rust-feature-set-bug
Minimal case to show feature getting set, when it shouldn't
SiebenCorgie/rust-gamedev.github.io
The repository for https://gamedev.rs
SiebenCorgie/rust-gpu
🐉 Making Rust a first-class language and ecosystem for GPU shaders 🚧
SiebenCorgie/rust-gpu-buffer-indexing
Rust-gpu bindless buffer descriptor indexing test app
SiebenCorgie/smoltcp
a smol tcp/ip stack
SiebenCorgie/spv-patcher
SPIR-V patching utility operating on the IR level to patch new code, or specialize existing code.
SiebenCorgie/videoshop
SalesPoint sample application
SiebenCorgie/algae
Runtime linear algebra representation for Rust and JIT compiler for function into SpirV-byte code. Mirror of: https://gitlab.com/tendsinmende/algae
SiebenCorgie/marpii
Second iteration of marp. Vulkan wrapper around the Ash (crates.io/crates/ash) crate. Focuses on stable resource creation and usability. Tries to minimized duplication between ash and itself. Mirror of: https://gitlab.com/tendsinmende/marpii
SiebenCorgie/vola
Volume-Language: Experimental volume description languages aimed at GPU distance field rendering. Mirror of GitLab
SiebenCorgie/ash
Vulkan bindings for Rust
SiebenCorgie/BlueMicro_BLE
Keyboard Firmware for the Nordic nRF52 Series of Bluetooth SoC based on the Adafruit NRF52 Feather
SiebenCorgie/BlueMicro_Builder
SiebenCorgie/enzyme-rust-sdf-minimal
SiebenCorgie/msdf-renderer
SDF renderer based on rust-gpu, vulkan, spirv-patcher and the miniSDF language
SiebenCorgie/spirt
SPIR-🇹: shader-focused IR to target, transform and translate from 🦀
SiebenCorgie/spirv-grammar-rules
JSON based description of the none-machine-readable defined constraints in the SPIR-V spec.
SiebenCorgie/spirv-linker
SiebenCorgie/vulkan-bda
lil experiments