Vivid Engine is a simple 3D game engine made in C.
NOTE: Vivid Engine is currently only tested on Windows 11.
Only some functionality has been currently built.
Current features:
- SDL window creation
- Font loading
- Auto event polling
- Text rendering via SDL_ttf
This list will be updated with every update to VividEngine.
Compiling:
git clone https://github.com/VividEngine/vivid.git
cd vivid/src
make