MrFrenik / gs_core

engine framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gs_core

GitHub Discord GitHub top language

Library of working examples to demonstrate the gunslinger core engine framework.

Cloning instructions:

  • Use the following command to clone the repo and init the gs_core submodule
git clone --recursive https://github.com/MrFrenik/gs_core gs_core/gs_core

Updating GS instructions (updates gs_core submodule and rebases to main branch):

git submodule update --remote --rebase --recursive

Build Instructions:

Windows

MSVC:

  • From start menu, open {x86|x64} Native Tools for {VS Version Here}
  • cd to root dir where you downloaded gs_core
  • gs_core comes with a project generator. For now, all projects will be installed in the same root directory as your gs_core directory.
  • To run the project generator, run:
proc\win\cl.bat {your_project_name}
  • If a directory already exists with that name, you will be prompted to select a different one.
  • Your project will be placed in the top level directory where gs_core lives.

About

engine framework

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:C 90.3%Language:C++ 6.4%Language:Batchfile 3.3%