diff options
| author | gonzo <gonzo@toniatuh.com> | 2024-10-25 19:20:18 +0200 |
|---|---|---|
| committer | gonzo <gonzo@toniatuh.com> | 2024-10-25 19:20:18 +0200 |
| commit | 5e764e9edd3c5e33fa9a384b49b74e5c4eb370a3 (patch) | |
| tree | 98694af124363c3d5a40502afb49c9902e6bd842 /README.md | |
| download | gambit-raylib-5e764e9edd3c5e33fa9a384b49b74e5c4eb370a3.tar.gz | |
first commit
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..593a98b --- /dev/null +++ b/README.md @@ -0,0 +1,20 @@ +# Custom Gambit-c R7RS bindings for raylib +## For now has the following files: +- raylib.sld + - R7RS library definition +- structs.scm + - raylib specific structs +- drawing.scm + - raylib drawing-related functions +- timing.scm + - raylib timing-related functions +- input.scm + - raylib input-related functions for keyboard & mouse +- shapes.scm + - rshapes module + +## Additionally defines the two hygienic macros +- `with-drawing` + - opens a raylib drawing context, evals body, then closes the context +- `in-scissor-mode` + - opens scissor-mode, evals body, then closes scissor-mode |
