This project follows semantic versioning.
- [Added] Depend on latest bgfx-sys with updated BGFX code.
- [fixed] Window scaling in web example (Thanks tritao!)
- [Added] Emscripten support. See
web_example
for an example how this works.
- [fixed] Fixed a crash when using dynamic vertex buffers
- [changed] Made ViewId public
- [changed] create_uniform(..) now takes &str for name
- [changed] Depend on
cfixed-string
to construct strings for the FFI layer without allocations.
- [changed] Updated bgfx/bimg/bx to latest git version
- [changed] Build Vulkan for Linux and Windows (OpenGL still default on Linux)