Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/MikePopoloski/SharpBgfx

C# bindings for the bgfx graphics library
https://github.com/MikePopoloski/SharpBgfx

bgfx-graphics-library c-sharp graphics interop netcore rendering

Last synced: 9 days ago
JSON representation

C# bindings for the bgfx graphics library

Awesome Lists containing this project

README

        

## SharpBgfx

Provides managed (C#,VB,F#,etc) bindings for the bgfx graphics library.

See .

The main library is a minimal set of pinvoke declarations. The easiest way to use it is to drop the amalgamated SharpBgfx.cs file into your project and go. Alternatively, you can build the library into a managed assembly.

### Platforms

Currently only tested on Windows, though it will probably run fine on Mac and Linux if Mono is installed and the bgfx native library is rebuilt for those platforms.