From c7e5585ab9eef695b14fd22ae1b3d897e1b8dcd4 Mon Sep 17 00:00:00 2001 From: Ray Date: Thu, 11 Apr 2019 11:29:35 +0200 Subject: [PATCH] Added binding to Factor --- BINDINGS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/BINDINGS.md b/BINDINGS.md index ac8276b9..c9ce392d 100644 --- a/BINDINGS.md +++ b/BINDINGS.md @@ -20,6 +20,7 @@ Some people ported raylib to other languages in form of bindings or wrappers to - [raylib-chaiscript](https://github.com/RobLoach/raylib-chaiscript) : raylib **ChaiScript** binding - [node-raylib](https://github.com/RobLoach/node-raylib) : **Node.js** raylib binding - [raylib-odin](https://github.com/kevinw/raylib-odin): **Odin** raylib binding + - [raylib-factor](https://github.com/Silverbeard00/raylib-factor): **Factor** raylib binding - *[raylib flat-assembler Usage example]()* - *[raylib COBOL Usage example](https://github.com/Martinfx/Cobol/tree/master/OpenCobol/Games/raylib)*