Skip to content

ardahamamcioglu/Cumulus

Repository files navigation

alt text

Cumulus

A personal learning project for building game engine-like applications.

Overview

Cumulus is a work-in-progress experimental project created to explore and learn the fundamentals of building game engines and interactive applications. The project integrates several powerful libraries to handle graphics, UI, and scripting.

Tech Stack

  • SDL3 & SDL_GPU – Cross-platform window management and GPU-accelerated rendering
  • Clay – High performance 2D UI layout library
  • Lua – Embedded scripting language via C integration
  • cgltf - glTF loader and writer

Building

./build.sh

Or manually with CMake:

mkdir -p build && cd build
cmake ..
make

Status

🚧 Work in Progress – This project is in active development and may evolve in unexpected directions. It might eventually be used as a foundation for developing other applications.

License

This is a personal learning project.

About

SDL App using SDL GPU and Nuklear

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors