AtlatestRepositorysigil-raylib
1# sigil-raylib
2
3Raylib game development bindings for [Sigil](https://codeberg.org/sigil/sigil).
4
5Provides 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.
6
7## Modules
8
9| 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 Prerequisites
19- Raylib C library (must be installed on the system)
21## Dependencies
23- sigil-stdlib
24- sigil-ffi
26## Build
28```sh
29sigil deps install
30sigil build
31```
33## License
35BSD-3-Clause