Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/atypicalim/sdl2-lua-binding
a new lua binding for SDL2 library ...
https://github.com/atypicalim/sdl2-lua-binding
lua sdl2 sdl2-bindings
Last synced: 28 days ago
JSON representation
a new lua binding for SDL2 library ...
- Host: GitHub
- URL: https://github.com/atypicalim/sdl2-lua-binding
- Owner: Atypicalim
- Created: 2022-08-10T11:08:52.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-08-10T11:09:30.000Z (over 2 years ago)
- Last Synced: 2024-08-29T11:55:46.735Z (4 months ago)
- Topics: lua, sdl2, sdl2-bindings
- Language: C
- Homepage:
- Size: 4.59 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
## DSL2-lua-binding
### 0.Aboud
> this is a [SDL2](https://www.libsdl.org/) lua binding, we can use SDL2 api via lua script ...
## 2.Build
* download libraries (read the `library/README.MD` file for more information)
* install [msys2](https://www.msys2.org/)
* install mingw (run `pacman -S mingw-w64-x86_64-toolchain base-devel` in msys2 terminal)
* install [chocolatey](https://chocolatey.org/)
* install make (run `choco install make`)
* then run `make` command in root directory## 3.Document
> check `./scripts/stage.lua` and `./src/bridge.c` files to more information.
## 3.Demo
![](./others/demo.png)