An open API service indexing awesome lists of open source software.

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

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)