A Framework for real-time computer graphics using OpenGL. This framework is created for a university course in computer graphics. Documentation inside the package is incomplete! See the change log for changes, features and road map. It uses OpenTK(Nuget package at OpenTk@Nuget in its newest version. The OpenTK Manual.
Use the templates or
- Create a Console Application (.Net Framework) in Visual Studio.
- Install the Nuget package
- Zenseless.ExampleFramework is a .Net Framework 4.6 assembly package.
- download framework
- create empty dir
- change into empty dir
- repository clone TortoiseGit
- right click
git clone...
- URL: https://github.com/danielscherzer/Zenseless
- right click
- repository clone (shell)
- open
git cmd
orgit bash
git clone https://github.com/danielscherzer/Zenseless
- open
- compile and run
- open solution file (
Zenseless.sln
) - build solution
- open solution file (
Check out the contribution guidelines if you want to contribute to this project.