• This repository has been archived on 29/May/2022
  • Stars
    star
    168
  • Rank 224,461 (Top 5 %)
  • Language
    C#
  • License
    MIT License
  • Created over 10 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

C# bindings for the bgfx graphics library

SharpBgfx

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

See https://github.com/bkaradzic/bgfx.

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.