Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/actboy168/bgfx.luamake
https://github.com/actboy168/bgfx.luamake
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/actboy168/bgfx.luamake
- Owner: actboy168
- Created: 2022-04-13T16:23:24.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-06T13:53:00.000Z (9 months ago)
- Last Synced: 2024-04-06T14:44:23.588Z (9 months ago)
- Language: Lua
- Size: 136 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bgfx.luamake
Build [bgfx](https://github.com/bkaradzic/bgfx) with [luamake](https://github.com/actboy168/luamake).
### Use
> luamake generator
Run example
> luamake --run 00Or
> luamake --run 00-helloworldSpecify renderer
> luamake --run 00 -vk| renderer | args |
| ---------- | ------ |
| noop | -noop |
| direct3d11 | -d3d11 |
| direct3d12 | -d3d12 |
| vulken | -vk |
| metal | -mtl |
| opengl | -gl |