Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 765 Bytes

README.md

File metadata and controls

29 lines (24 loc) · 765 Bytes

Infinite Generator

Cloning

Be sure to run the following:

git clone --recursive https://github.com/19UV/infinite-generator.git

Or if cloned non-recursively:

git submodule update --init

Building

Currently, this is only being developed and tested on Windows, but I'm using libraries that should allow it to be easily ported to other OSes.

Windows (CMake + MSVC)

cmake -B build
cmake --build build
build\Debug\Infinite_Generator.exe

Dependencies (all located in extern/)