https://github.com/sjoerdev/opengl-template
simple template for working with opengl in csharp with imgui
https://github.com/sjoerdev/opengl-template
Last synced: about 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 (5 months ago)
- Default Branch: main
- Last Pushed: 2025-01-03T17:57:08.000Z (5 months ago)
- Last Synced: 2025-02-01T23:46:07.130Z (4 months ago)
- Language: C#
- Size: 9.77 KB
- Stars: 1
- 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/`` directoryBuilding 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