Skip to content

Malediktus/Hydrogen

Repository files navigation

Hydrogen is a lightweight game engine written in C++17

The requirements are:

  • CMake 3.15 or better; 3.14+ highly recommended.
  • A C++17 compatible compiler
  • Git (highly recommend)
  • Doxygen (optional)

To configure:

cmake -S . -B build

Add -G{Generator} where {Generator} is your desired generator.

To build:

cmake --build build

To build docs (requires Doxygen, output in build/docs/html):

cmake --build build --target docs

To use an IDE, such as Xcode or Visual Studio (where {IDE} is your desired IDE):

cmake -S . -B build -G{IDE}
cmake --open build

Style guidelines:

  • See .clang-format file

About

A lightweight game engine written in C++17

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published