Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/actboy168/bgfx.luamake


https://github.com/actboy168/bgfx.luamake

Last synced: about 2 months ago
JSON representation

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 00

Or
> luamake --run 00-helloworld

Specify renderer
> luamake --run 00 -vk

| renderer | args |
| ---------- | ------ |
| noop | -noop |
| direct3d11 | -d3d11 |
| direct3d12 | -d3d12 |
| vulken | -vk |
| metal | -mtl |
| opengl | -gl |