https://github.com/sjoerdev/opengl-template
simple template for working with opengl in csharp with imgui
https://github.com/sjoerdev/opengl-template
Last synced: 2 months ago
JSON representation
simple template for working with opengl in csharp with imgui
- Host: GitHub
- URL: https://github.com/sjoerdev/opengl-template
- Owner: sjoerdev
- Created: 2025-01-03T17:55:29.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-05-19T17:37:27.000Z (7 months ago)
- Last Synced: 2025-05-19T18:43:41.568Z (7 months ago)
- Language: C#
- Size: 10.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Description
This is a template i use
## Building:
Download .NET 9: https://dotnet.microsoft.com/en-us/download
Building for Windows:
1. Run this command: ``dotnet publish -o ./build/windows --sc true -r win-x64 -c release``
2. Copy the ``res/`` folder the the ``build/windows/`` directory
Building for Linux:
1. Run this command: ``dotnet publish -o ./build/linux --sc true -r linux-x64 -c release``
2. Copy the ``res/`` folder the the ``build/linux/`` directory