-
-
Notifications
You must be signed in to change notification settings - Fork 5
Development
Ziv edited this page May 20, 2026
·
5 revisions
Pass the parameter to compile raylib as shared library:
cmake -B cmake-build-binding -DRAYTILES_BINDINGS_MODE=ONBuild the target:
cmake --build cmake-build-binding --config Release---
config:
theme: redux
layout: dagre
look: neo
---
flowchart TB
A(["Request Resource"]) --> B{"In Flight?"}
B -- yes --> n1(["Future"])
B -- no --> D["Enqueue Resource Job"]
D --> n1
Raytiles