Catbox3d

2022-10-13


Intro
My fork on karx's original project cat-box. A 2D (for now) game engine built on top of SDL2 for Platform Independence, Input, and Window Management purposes.

I chose Rust due to its memory safety, but in actuality the massive WASM support that comes with it.

My future plans with this project is 3D model rendering with the usage of the wgpu crate with an OpenGL backend.

It also has raw window support, in practice I made a wallpaper engine-esque application where catbox3d can write to X11's root window.

Examples of mini projects made:

Example Application Example Code

homeprojectsblog