Skip to content

Files

Latest commit

 

History

History

examples

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