AtlatestRenderedmarkdown
sigil-raylib / treeREADME.md
Readme
sigil-raylib
Raylib game development bindings for Sigil.
Provides FFI bindings to the Raylib library for game development in Sigil applications, including window management, 2D graphics rendering, and input handling.
Modules
| Module | Purpose |
|---|---|
(raylib) | Main module, re-exports core functionality |
(raylib core) | Core types, colors, and initialization |
(raylib window) | Window creation and management |
(raylib graphics) | 2D drawing, textures, shapes |
(raylib input) | Keyboard, mouse, and gamepad input |
System Prerequisites
- Raylib C library (must be installed on the system)
Dependencies
- sigil-stdlib
- sigil-ffi
Build
sigil deps install
sigil buildLicense
BSD-3-Clause