Skip to content

LoneBoco/2drp

Repository files navigation

2drp

Requirements

  • C++20 capable compiler.
    • Build system is configured for Visual Studio only at this moment.
  • Git LFS
  • Boost.
    • Requires Boost.ProgramOptions, so a header-only install will NOT work.

Building steps

  1. Install Boost.
    • Set your BOOST_ROOT environment variable to the install location, or;
    • Put the contents of Boost inside ./dependencies/boost
  2. Make sure Git LFS is installed (check the website).
  3. Clone the repository.
  4. Initialize the submodules.
    • git submodule update --init --recursive
  5. Run ./build/generate_packets.bat.
  6. Run ./build/generate_vs2022.bat.
  7. Open up the resulting ./build/2drp.sln solution.

About

2D game engine.

Resources

Stars

Watchers

Forks