https://github.com/tgsstdio/opentk-demos
OpenGL & OpenTk demos 2015 - 2016 experiments
https://github.com/tgsstdio/opentk-demos
Last synced: 9 months ago
JSON representation
OpenGL & OpenTk demos 2015 - 2016 experiments
- Host: GitHub
- URL: https://github.com/tgsstdio/opentk-demos
- Owner: tgsstdio
- Created: 2016-08-27T04:45:22.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-27T04:45:58.000Z (almost 10 years ago)
- Last Synced: 2025-10-14T20:06:12.783Z (9 months ago)
- Language: C#
- Size: 109 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OpenGL & OpenTk demos 2015 - 2016 experiments
# Public domain 2016
## ComputeDemo
- straight translation into OpenTK of compute image transform example.
- Based on source code from http://wili.cc/blog/opengl-cs.html
## MappableBuffer
- working example of OpenGL 4.5 buffer/bufferstorage to store both index and vertex data into a single vertex buffer
- Modified [OpenTk](https://github.com/opentk/opentk/) example [HelloGL3.cs](https://github.com/opentk/opentk/blob/master/Source/Examples/OpenGL/3.x/HelloGL3.cs)
## ComputeAnimation
- demo of compute stage to control animation transistion states
- Modified [OpenTk](https://github.com/opentk/opentk/) example [HelloGL3.cs](https://github.com/opentk/opentk/blob/master/Source/Examples/OpenGL/3.x/HelloGL3.cs)