More binding references and editor support information.
This commit is contained in:
parent
a35d5f4eaa
commit
60c982e77b
10
README.md
10
README.md
@ -125,6 +125,12 @@ This will allow direct use of the raylib binding through globals instead of `rl`
|
||||
|
||||
You have an example of this in `lua_global_api.lua`.
|
||||
|
||||
### Editor support
|
||||
|
||||
Currently, there is no editor autocompletion/integration support for most editors, but there is a
|
||||
[third-party autocompletion support](https://github.com/Rabios/raylua/tree/master/zerobrane)
|
||||
for [ZeroBrane Studio](https://studio.zerobrane.com/) by [Rabios](https://github.com/Rabios).
|
||||
|
||||
### Other bindings
|
||||
|
||||
raylib-lua (raylua) is not the only Lua binding for raylib.
|
||||
@ -139,6 +145,10 @@ There are some other bindings, which may or may not be up to date.
|
||||
|
||||
[alexander-matz ffi binding](https://gist.github.com/alexander-matz/f8ee4eb9fdf676203d70c1e5e329a6ec)
|
||||
|
||||
[darltrash/raylib-luajit](https://github.com/darltrash/raylib-luajit)
|
||||
|
||||
[Rabios/raylua](https://github.com/Rabios/raylua)
|
||||
|
||||
### Licence
|
||||
|
||||
Copyright (C) 2020 Astie Teddy
|
||||
|
Loading…
Reference in New Issue
Block a user