Skip to content

Commit

Permalink
More readme updates
Browse files Browse the repository at this point in the history
  • Loading branch information
emoon committed Mar 21, 2024
1 parent 074d4a0 commit 470c730
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
![Maintenance status](https://img.shields.io/badge/maintenance-looking--for--maintainer-yellow.svg)

Notice that this project is looking for a maintainer. If you are interested in maintaining this project, please open an issue.

## Bindings for BGFX

Rust bindings to [bgfx](https://github.com/bkaradzic/bgfx), a cross-platform, graphics API agnostic, "Bring Your Own Engine/Framework" style rendering library.

## Why another wrapper?
Expand All @@ -12,7 +15,7 @@ In some cases there will be manual implementation where it makes sense to provid

## Status

Currently being developed and the API is changing. The goal of this library is to cover the majority of the BGFX functionality while providing some Rust style convenience on top of the C API.
The crate is not being developed actively.

Usage
-----
Expand Down

0 comments on commit 470c730

Please sign in to comment.