Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HippOutGameEngine

HippOutGameEngine-cpp is a Game Engine written in C/C++. It is the port of and successor to HippOutGameEngine, which will be released and likely discontinued soon.

Build

The officially supported build system for Windows is cmake generating MinGW Makefiles. Linux is not yet supported.

The following instructions refer to building an executable. This will change in the near-future when the project is restructured to a library, but a self-test executable will likely be provided in the future.

  1. Navigate to your project's base directory
  2. From the project base directory, run cmake -G "MinGW Makefiles" -S source -B build to generate a build system for your platform.
  3. Run cmake --build build --target testgame to build the executable.

Usage

Run the build/testgame.exe, optionally from the command line to see print output.

Contributing

see CONTRIBUTING.md.

License

See LICENSE.md.

About

A C++ Version of HippOutGameEngine. This will become the main version.

Resources

Contributing

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages