https://github.com/danielscherzer/zenseless
A Framework for real-time computer graphics using OpenGL.
https://github.com/danielscherzer/zenseless
Last synced: 5 months ago
JSON representation
A Framework for real-time computer graphics using OpenGL.
- Host: GitHub
- URL: https://github.com/danielscherzer/zenseless
- Owner: danielscherzer
- License: other
- Created: 2018-01-07T19:13:08.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-03-06T20:29:31.000Z (over 3 years ago)
- Last Synced: 2025-08-20T01:24:57.525Z (10 months ago)
- Language: C#
- Homepage:
- Size: 42.5 MB
- Stars: 5
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://ci.appveyor.com/project/danielscherzer/zenseless)
[](https://www.nuget.org/packages/Zenseless.ContentPipeline/)
# Zenseless
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](CHANGELOG.md) for changes, features and road map. It uses OpenTK(Nuget package at [OpenTk@Nuget](https://www.nuget.org/packages/OpenTK/3.0.0) in its newest version. The [OpenTK Manual](https://github.com/mono/opentk/blob/master/Documentation/Manual.pdf).
### Setup of an empty stand-alone project
Use the templates or
1. Create a Console Application (.Net Framework) in Visual Studio.
1. Install the Nuget package
+ [Zenseless.ExampleFramework](https://www.nuget.org/packages/Zenseless.ExampleFramework/) is a .Net Framework 4.6 assembly package.
### Setup of full framework
1. download framework
1. create empty dir
1. change into empty dir
+ repository clone [TortoiseGit](https://tortoisegit.org/)
1. right click `git clone...`
1. URL: https://github.com/danielscherzer/Zenseless
+ repository clone (shell)
1. open `git cmd` or `git bash`
1. `git clone https://github.com/danielscherzer/Zenseless`
1. compile and run
1. open solution file (`Zenseless.sln`)
1. build solution
## Contribute
Check out the [contribution guidelines](CONTRIBUTING.md) if you want to contribute to this project.
## License
[Apache 2.0](LICENSE)