Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 379 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 379 Bytes

Trex examples

Here you can find some examples of how to use Trex.

The examples use the raylib library for rendering and input handling. You can use any other library you want in your project.

Build instructions

From the root of the repository, run the following commands:

cmake -S examples -B build_examples
cmake --build build_examples