No description
- C 97.4%
- CMake 2.6%
| imgs | initial commit | |
| vendored | fix submodules | |
| .gitignore | initial commit | |
| .gitmodules | fix submodules | |
| CMakeLists.txt | fix segfault | |
| config.h.in | initial commit | |
| ecs.c | create dvd menu | |
| ecs.h | create dvd menu | |
| main.c | create dvd menu | |
| queue.c | fix segfault | |
| queue.h | create an entity component system | |
| README.md | update readme | |
| sprites.c | update sprite location | |
| sprites.h | create an entity component system | |
| windows.c | create dvd menu | |
| windows.h | fix segfault | |
Have you ever wanted a DVD Icon to Bounce Around Your Screen?
You're in luck! Build and run the project with
git clone --recurse-submodules https://codeberg.org/jjanzen/JEngine.git
cd JEngine
mkdir build
cd build
cmake ..
make
./jengine
To close the DVD icon, focus the window (probably need to use alt-tab) and press space.