Go to file
2024-08-08 07:50:38 +03:00
.vscode initial commit 2024-07-30 01:02:42 +03:00
dependencies CacheStorage 2024-08-07 19:40:55 +03:00
embedded_resources SDL_Renderer backend and SDL_image texture loader 2024-08-01 20:47:26 +03:00
src new update loop 2024-08-08 07:50:38 +03:00
.gitignore resources 2024-07-30 21:51:25 +03:00
.gitmodules removed imnodes 2024-07-30 02:18:01 +03:00
project.config SDL_Renderer backend and SDL_image texture loader 2024-08-01 20:47:26 +03:00
README.md SDL_Renderer backend and SDL_image texture loader 2024-08-01 20:47:26 +03:00

OUGGE

A game engine or something, idk.

Installation

  1. Clone the repository.
git clone --recurse-submodules https://timerix.ddns.net:3322/Timerix/ougge.git
  1. Install cbuild.
  2. Install SDL2 and SDL2_image.
    • On Linux install shared libraries from a package manager or compile them from source.
    • On Windows download pre-built dll's from github releases and put them into dependencies/precompiled/.
  3. Symlink SDL headers directory to dependencies/include.
    cd ../ougge
    ln -s SDL2_HEADERS_DIRECTORY_ABSOLUTE_PATH -T dependencies/include/SDL2
    
    Location of the headers can be found by pkg-config --cflags --libs sdl2. Mingw installs SDL2 headers to /mingw64/include/SDL2.
  4. Compile the program
    cbuild build_exec_dbg