<?xml version="1.0" encoding="utf-8" ?><rss version="2.0"><channel><title>Bing: OpenTK Update Screen Size</title><link>http://www.bing.com:80/search?q=OpenTK+Update+Screen+Size</link><description>Search results</description><image><url>http://www.bing.com:80/s/a/rsslogo.gif</url><title>OpenTK Update Screen Size</title><link>http://www.bing.com:80/search?q=OpenTK+Update+Screen+Size</link></image><copyright>Copyright © 2026 Microsoft. All rights reserved. These XML results may not be used, reproduced or transmitted in any manner or for any purpose other than rendering Bing results within an RSS aggregator for your personal, non-commercial use. Any other use of these results requires express written permission from Microsoft Corporation. By accessing this web page or using these results in any manner whatsoever, you agree to be bound by the foregoing restrictions.</copyright><item><title>OpenTK - OpenTK</title><link>https://opentk.net/</link><description>OpenTK 5.x is the next version of OpenTK. It brings a new OpenGL bindings generator, Vulkan bindings and a new alternative windowing API written completely in C# (called PAL2).</description><pubDate>Fri, 03 Apr 2026 15:03:00 GMT</pubDate></item><item><title>LearnOpenTK - OpenTK</title><link>https://opentk.net/learn/index.html</link><description>LearnOpenTK Welcome to LearnOpenTK, your home for getting started with OpenTK. We've ported the tutorials made by the great guys over at LearnOpenGL over to C# so that it's easier for you to see how OpenTK works. OpenTK 4 The tutorials hosted on this website have tabs to switch between OpenTK 3 and OpenTK 4 code snippets. There is also a repository on GitHub that contains tutorials using ...</description><pubDate>Tue, 31 Mar 2026 15:13:00 GMT</pubDate></item><item><title>Basics &amp; Requirements - OpenTK</title><link>https://opentk.net/faq.html</link><description>Basics &amp; Requirements What is OpenTK? OpenTK is a library that provides high-speed access to native OpenGL, OpenCL, and OpenAL for .NET programs. OpenTK aims to make working with OpenGL, OpenCL, and OpenAL in .NET-supported languages like C# similar in both performance and feel to the equivalent C code, while still running in a managed (and safe!) environment. Note that OpenTK is not a high ...</description><pubDate>Fri, 03 Apr 2026 19:06:00 GMT</pubDate></item><item><title>Creating a Window - OpenTK</title><link>https://opentk.net/learn/chapter1/1-creating-a-window.html</link><description>To install OpenTK, simply type the following command into the Package Manager Console. Install-Package OpenTK And that's it! OpenTK is installed and you're ready to proceed with the next tutorials! Creating a window Unlike OpenGL, OpenTK comes with its own windowing system. This tutorial will teach you how to use it.</description><pubDate>Mon, 30 Mar 2026 17:02:00 GMT</pubDate></item><item><title>OpenGL - OpenTK</title><link>https://opentk.net/learn/chapter1/0-opengl.html</link><description>OpenGL Note: No code will be written here. If you already know what OpenGL is and how it works, you can move straight to the next tutorial and get straight to programming. Before starting our journey we should first define what OpenGL actually is. OpenGL is mainly considered an API (an Application Programming Interface) that provides us with a large set of functions that we can use to ...</description><pubDate>Thu, 02 Apr 2026 18:10:00 GMT</pubDate></item><item><title>Hello Triangle - OpenTK</title><link>https://opentk.net/learn/chapter1/2-hello-triangle.html</link><description>Hello Triangle The Graphics Pipeline In OpenGL everything is in 3D space, but the screen and window are a 2D array of pixels so a large part of OpenGL's work is about transforming all 3D coordinates to 2D pixels that fit on your screen. The process of transforming 3D coordinates to 2D pixels is managed by the graphics pipeline of OpenGL. The graphics pipeline can be divided into two large ...</description><pubDate>Tue, 31 Mar 2026 11:10:00 GMT</pubDate></item><item><title>Chapter 1 - OpenTK</title><link>https://opentk.net/learn/chapter1/index.html</link><description>Chapter 1 This chapter contains the basics to get you up and running with OpenGL using OpenTK. This chapter contains the following parts: Introduction to OpenGL Creating a window Hello Triangle Element Buffer Objects Shaders Textures Multiple Textures Transformations Coordinate Systems Camera</description><pubDate>Tue, 31 Mar 2026 15:06:00 GMT</pubDate></item><item><title>Class GameWindow - OpenTK</title><link>https://opentk.net/api/OpenTK.Windowing.Desktop.GameWindow.html</link><description>The Game Window class contains cross-platform methods to create and render on an OpenGL window, handle input and load resources.</description><pubDate>Tue, 31 Mar 2026 01:37:00 GMT</pubDate></item><item><title>Shaders - OpenTK</title><link>https://opentk.net/learn/chapter1/4-shaders.html</link><description>Shaders As mentioned in the Hello Triangle Hello Triangle chapter, shaders are little programs that rest on the GPU. These programs are run for each specific section of the graphics pipeline. In a basic sense, shaders are nothing more than programs transforming inputs to outputs. Shaders are also very isolated programs in that they're not allowed to communicate with each other; the only ...</description><pubDate>Mon, 30 Mar 2026 17:59:00 GMT</pubDate></item><item><title>Multiple lights - OpenTK</title><link>https://opentk.net/learn/chapter2/6-multiple-lights.html</link><description>Multiple lights In the previous tutorials we learned quite a lot about lighting in OpenGL. We learned about Phong shading, materials, lighting maps and different types of light casters. In this tutorial we're going to combine all the previously obtained knowledge by creating a fully lit scene with 6 active light sources. We are going to simulate a sun-like light as a directional light source ...</description><pubDate>Tue, 31 Mar 2026 15:06:00 GMT</pubDate></item></channel></rss>