Skip to content

Development

Ziv edited this page May 20, 2026 · 5 revisions

Binding Build

Pass the parameter to compile raylib as shared library:

cmake -B cmake-build-binding -DRAYTILES_BINDINGS_MODE=ON

Build the target:

cmake --build cmake-build-binding --config Release

Components

---
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
Loading

Clone this wiki locally