Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/MikePopoloski/SharpBgfx
- Owner: MikePopoloski
- License: mit
- Archived: true
- Created: 2014-06-21T20:51:56.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2022-01-05T13:44:04.000Z (almost 3 years ago)
- Last Synced: 2024-10-05T00:21:32.214Z (about 1 month ago)
- Topics: bgfx-graphics-library, c-sharp, graphics, interop, netcore, rendering
- Language: C#
- Size: 67.5 MB
- Stars: 169
- Watchers: 21
- Forks: 32
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-dotnet-core - SharpBgfx - C# bindings for the bgfx graphics library. (Frameworks, Libraries and Tools / Graphics)
- fucking-awesome-dotnet-core - SharpBgfx - C# bindings for the bgfx graphics library. (Frameworks, Libraries and Tools / Graphics)
- awesome-dotnet-core - SharpBgfx - C# bindings for the bgfx graphics library. (Frameworks, Libraries and Tools / Graphics)
- awesome-dotnet-core - SharpBgfx - bgfx图形库的C#绑定。 (框架, 库和工具 / 图片)
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.