Skip to content

tardisgallifrey/OpenTKNetCoreTutorial

Repository files navigation

An OpenTK tutorial that works on Linux Machines with .NetCore 3.1

This tutorial relies on the Nuget package OpenTK.NetStandard. Do NOT use OpenTK.

I have built three very basic windows using OpenTK classes. There is a minimal Console App menu to choose which one you wish to display.

Two are the older style that use glBegin() and glEnd() drawing.

One is a modern style that uses programmed shaders.

Their formats came from the following two blog posts by Neo Kabuto:

Neo Kabuto Tutorial 1

Neo Kabuto Tutorial 2

This repository did run and operate correctly on Linux Mint 19 running .NET Core 3.1.

I used Visual Studio Code to edit and compile. I also used these extensions:

Shader languages support for VS Code by slevesque

About

A tutorial repository of basic OpenTK classes, but that work on Linux with .NET Core 3.1

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published