aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md20
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