/GEEcore

A library that contains core utilities to create script extenders for different games.

Primary LanguageC++MIT LicenseMIT

GEEcore

GEEcore (Game Engine Extender core) is a library that contains core utilities to create script extenders for different games.

Building from source

  1. Download and install Visual Studio 2022 Community Edition or a newer version.
  2. Download and install CMake 3.21 or a newer version.
  3. Clone this repository.
  4. Create a directory named build.
  5. Go to the build directory and run cmake ...
  6. Open the solution (GEEcore.sln).
  7. Build the project(s).