File tree Expand file tree Collapse file tree 1 file changed +15
-4
lines changed
Expand file tree Collapse file tree 1 file changed +15
-4
lines changed Original file line number Diff line number Diff line change 44
55Lib | Linux | Windows | Mac | BSD |
66--- | ----- | ------- | --- | --- |
7- raylib.bi | works | works | should work | should work
8- raymath.bi | works | works | should work | should work
9- raygui.bi | not tested | not tested | not tested | not tested
7+ raylib.bi | tested | tested | not tested | not tested
8+ raymath.bi | tested | tested | not tested | not tested
9+ raygui.bi | tested | not tested | not tested | not tested
1010
1111## example
1212``` basic
@@ -31,4 +31,15 @@ CloseWindow()
3131![ Example] ( example.png )
3232
3333
34- game using [ raylib-freebasic] ( https://github.com/WIITD/asteroid_field/tree/raylib-freebasic )
34+
35+ ## important
36+ these are just bindings, so you must have raylib already on your computer
37+
38+ the bindings were tested with raylib and raygui compiled separately as shared libraries
39+
40+ for more info about building raylib visit [ official wiki] ( https://github.com/raysan5/raylib/wiki )
41+ and for raygui check [ official repo] ( https://github.com/raysan5/raygui#building )
42+
43+
44+
45+ simple game i wrote that uses [ raylib-freebasic] ( https://github.com/WIITD/asteroid_field/tree/raylib-freebasic )
You can’t perform that action at this time.
0 commit comments