/zero-sdl

bgfx + SDL2

Primary LanguageC

Building

  1. After you cloned the repository, load all the submodules:

    git submodules update --init --recursive
    
  2. Build all the dependencies with

    ./build-deps-<your_os>.sh
    

    where your_os is "osx" or "windows"

  3. Go th the project folder and run the build script there

cd helloworld
./build-<your_os>.sh

The built binary path is: helloworld/target-<your_os>/helloworld