MrFrenik Gunslinger Versions Save

C99, header-only framework for games and multimedia applications

v0.03-alpha

3 years ago
  • Includes for gunslinger header-only library
  • Project template for quick start (Win/Mac/Linux)

Instructions for template:

* Gunslinger library is included in `third_party/include`

# win (msvc):
    * open `x64 Native Tools Command Prompt for {2017/2015}`
    * `cd` to root directory for template
    * run `proc\win\compile_win_cl.bat`
    * executable will build and be placed in `bin`
    * run `bin\App.exe`

# win (mingw):
    * open `git bash`
    * `cd` to root directory for template
    * run `bash ./proc/win/compile_win_mingw.sh`
    * executable will build and be placed in `bin`
    * run `./bin/App.exe`

# linux (gcc):
    * `cd` to root directory for template
    * run `bash ./proc/linux/compile_linux_gcc.sh`
    * executable will build and be placed in `bin`
    * run `./bin/App.exe`

# osx(gcc):
    * `cd` to root directory for template
    * run `bash ./proc/osx/compile_osx_gcc.sh`
    * executable will build and be placed in `bin`
    * run `./bin/App.exe`

v0.02-alpha

3 years ago

Included:

  • Binaries for Windows, Mac, Linux
  • Includes for gunslinger
  • Project template for quick start

v0.01-alpha

3 years ago

First official alpha binary release for gunslinger. Included:

  • Binaries for Windows, Mac, Linux
  • Includes for gunslinger
  • Project templates for quick start