Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 268 Bytes

File metadata and controls

10 lines (9 loc) · 268 Bytes

rayengine

A simple engine I'm working on using raylib.

Building

  1. I recommend using VSCode to contribute/build this project (unless you know CMake).
  2. Install the CMake Tools extension on VSCode.
  3. Build raylib first.
  4. Build source.
  5. build game.
  6. launch!