From 5e764e9edd3c5e33fa9a384b49b74e5c4eb370a3 Mon Sep 17 00:00:00 2001 From: gonzo Date: Fri, 25 Oct 2024 19:20:18 +0200 Subject: first commit --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 README.md (limited to 'README.md') 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 -- cgit v1.2.3