AtlatestRepositorysigil-raylib
sigil-raylib / treeREADME.md
1
# sigil-raylib3
Raylib game development bindings for [Sigil](https://codeberg.org/sigil/sigil).5
Provides FFI bindings to the [Raylib](https://www.raylib.com/) library for game development in Sigil applications, including window management, 2D graphics rendering, and input handling.7
## Modules9
| Module | Purpose |10
|--------|---------|11
| `(raylib)` | Main module, re-exports core functionality |12
| `(raylib core)` | Core types, colors, and initialization |13
| `(raylib window)` | Window creation and management |14
| `(raylib graphics)` | 2D drawing, textures, shapes |15
| `(raylib input)` | Keyboard, mouse, and gamepad input |17
## System Prerequisites19
- Raylib C library (must be installed on the system)21
## Dependencies23
- sigil-stdlib24
- sigil-ffi26
## Build28
```sh29
sigil deps install30
sigil build31
```33
## License35
BSD-3-Clause