An open API service indexing awesome lists of open source software.

https://github.com/ayslan-gamedev/sokoltriangle_cpp

This is one of the possible (and not recommended) solutions to a challenge that I created as a requirement to participate in a project.
https://github.com/ayslan-gamedev/sokoltriangle_cpp

cpp cpp20 opengl sokol

Last synced: over 1 year ago
JSON representation

This is one of the possible (and not recommended) solutions to a challenge that I created as a requirement to participate in a project.

Awesome Lists containing this project

README

          

HOW TO TEST:

first compile:
```
cmake -B build
make -C build
```

then execute:
```
./build/bin/Triangulo
```

you also need Cmake and C20 installed.