opentk

Should I use .NET/Mono/Tao/OpenTK/... something else?

Hi, I'm pretty confused by the multitude of frameworks to choose from: I would like to be cross platform, possible even try to make an application for my mobile phone. Probably a game, but could be something else. Can I use something else apart from Xna with the Windows Phone? One of the aforementioned frameworks. Tao says that it is a...

openTK vs openCL.NET

I am getting started with openCL on .NET. How is openTK compared to openCL.NET - which is better? ...

F# with OpenTK example?

Hi! Is anybody aware of a possibility to use C# libraries like OpenTK (http://www.opentk.com/) from F#, too? I'm especially interested in a Math toolkit library to give some scripts extra speed by taking advantage of the GPU from within F#. What's a painless way to do that? :) ...

Changing Resolution in OpenTK

I've been searching around for this, I've managed to find out out to change the size of our window, and how to change the resolution of the monitor. But I can't seem to find how to tell OpenGL where and how big my viewport is. Example: the game starts up in 400x300, and I expand the window to 800x600. I now have a 800x600 window, but o...

OpenGL save render for later use

This is a pretty beginner question, but given that I render a complex shape in OpenGL which requires a lot of calculations, is there anyway to export that to a state like a model that can be opened again later given you wont edit it again? I can't create them outside the program (with something like Blender) since the shape is computed ...

difference between openTK and cloo?

what is the difference between using openTk and cloo for developing openCL applications? ...

Cloo OpenCL c# Problem

Hello, I am trying to get a simple Cloo program to run but it is not working, can anyone tell me why? using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; using Cloo; using System.Runtime.InteropServices; n...

How do I perform picking with the Tao framework (or OpenTK)

Can anyone help me achieve picking using the Tao framework (or OpenTK) ? ...