项目作者: devel0

项目描述 :
opengl with netcore using opentk
高级语言: C#
项目地址: git://github.com/devel0/example-netcore-opentk.git
创建时间: 2020-06-02T21:40:39Z
项目社区:https://github.com/devel0/example-netcore-opentk

开源协议:MIT License

下载


example-netcore-opentk

opengl with netcore using opentk

examples

to change between examples issue a git checkout BRANCH to change branch

Branches list:

  • master : triangle with shader
  • 01 : use of shader input variable from code through uniform location

how to run

  1. cd example-netcore-opentk
  2. dotnet run

how this project was built

  1. dotnet new console -n example-netcore-opentk
  2. cd example-netcore-opentk
  3. dotnet add package OpenTK --version 4.0.0-pre9.1