https://github.com/vazgriz/csharpgamelibrary
Bindings for OpenGL, Vulkan, and GLFW
https://github.com/vazgriz/csharpgamelibrary
csharp glfw opengl vulkan
Last synced: 10 months ago
JSON representation
Bindings for OpenGL, Vulkan, and GLFW
- Host: GitHub
- URL: https://github.com/vazgriz/csharpgamelibrary
- Owner: vazgriz
- License: mit
- Created: 2016-08-03T06:19:41.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-11-02T23:41:24.000Z (over 8 years ago)
- Last Synced: 2025-07-23T10:55:38.875Z (11 months ago)
- Topics: csharp, glfw, opengl, vulkan
- Language: C#
- Homepage:
- Size: 1.01 MB
- Stars: 10
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
- License: license.txt
Awesome Lists containing this project
README
# CSharpGameLibrary
Bindings for OpenGL, Vulkan, [GLFW](https://github.com/glfw/glfw), and some of Sean T Barrett's [stb libraries.](https://github.com/nothings/stb) Port of Viktor Chlumsky's [msdfgen.](https://github.com/Chlumsky/msdfgen)
# Samples
Samples for this library are available at https://github.com/vazgriz/CSGL_Samples
# Installation
[CSGL](https://www.nuget.org/packages/CSharpGameLibrary/) is available on NuGet. [MSDFGen](https://www.nuget.org/packages/CSGL.MSDFGen/) is available as a separate package.