Pinned Repositories
bevy-notify
A bevy plugin wrapping the crate egui-notify to allow sending toast messages utilizing events.
cabin-in-the-woods
A cabin in the woods living somewhere in the world wide web.
camera-filters
Various image effects and filters. GLSL shaders created with the app ShaderEditor.
Contours2HeightMap
A compute shader that generates a height map from 2D vector contours. This can be used to generate three-dimensional geometry out of two-dimensional polygons.
cross-platform-renderer
A minimal cross platform renderer using wgpu, written in rust. A proof of concept to compile and run on desktop, mobile and the web in one project.
foliage-wind
Foliage wind shader implementations for Unity's render pipelines HDRP and URP. Based on the demo project Book of the Dead by Unity.
jack-compiler
Compiler for the Jack programming language. Consisting of a syntax analyzer that parses Jack programs according to the Jack grammar and translates the code to an intermediate virtual machine language.
oit-unity
Order-independent Transparency Implementation in Unity with Per-Pixel Linked Lists
toon-shader
A simple toon shader
vm-to-hack-translator
Virtual machine translator for the Hack computer that translates programs written in the VM language into programs written in the Hack machine language.
happy-turtle's Repositories
happy-turtle/oit-unity
Order-independent Transparency Implementation in Unity with Per-Pixel Linked Lists
happy-turtle/foliage-wind
Foliage wind shader implementations for Unity's render pipelines HDRP and URP. Based on the demo project Book of the Dead by Unity.
happy-turtle/Contours2HeightMap
A compute shader that generates a height map from 2D vector contours. This can be used to generate three-dimensional geometry out of two-dimensional polygons.
happy-turtle/cross-platform-renderer
A minimal cross platform renderer using wgpu, written in rust. A proof of concept to compile and run on desktop, mobile and the web in one project.
happy-turtle/bevy-notify
A bevy plugin wrapping the crate egui-notify to allow sending toast messages utilizing events.
happy-turtle/camera-filters
Various image effects and filters. GLSL shaders created with the app ShaderEditor.
happy-turtle/jack-compiler
Compiler for the Jack programming language. Consisting of a syntax analyzer that parses Jack programs according to the Jack grammar and translates the code to an intermediate virtual machine language.
happy-turtle/toon-shader
A simple toon shader
happy-turtle/vm-to-hack-translator
Virtual machine translator for the Hack computer that translates programs written in the VM language into programs written in the Hack machine language.
happy-turtle/cabin-in-the-woods
A cabin in the woods living somewhere in the world wide web.
happy-turtle/hack-assembler
Assembler program for the Hack computer that translates the Hack symbolic language into binary code that can execute on the Hack hardware platform.
happy-turtle/nuxt-directus
🐰 Easily integrate Directus to your Nuxt application.
happy-turtle/Voice
Minimalistic audiobook player
happy-turtle/wgpu-android
wgpu Hello Triangle on Android