Windows Forms+Tao in Linux

Hi.
I am interesting in use Mono-WindowsForms with Tao Framework in Linux.
Is it Posible?

I can programing a execute program with Windows Forms in Linux, but I can use with Tao.OpenGL?

PD: Sorry for my bad English.

SimpleOpenGlControl does not

SimpleOpenGlControl does not run on Linux. It can be ported, but that would require a fairly extensive rewrite (it's tedious, rather than hard).

Alternatively, you can use the GLControl driver found in OpenTK, which is cross-platform. Tao.OpenGl works with it, so it's going to be a minimal change to your program (and you'll also gain some other functionality, like controlling monitor resolutions, which you might find useful).

------
OpenTK

thanks for all

thanks for all StApostol

Other question:

is there any way to center view of Opengl in a concrete coordinates of the screen without Glfw, FreeFlut or SDL?

I'm not sure if I understand

I'm not sure if I understand your question correctly. Do you want:
a) to center the window in the screen, or
b) change the OpenGL coordinates so that they match the screen coordinates?

Both are possible. The first depends on the toolkit you use (e.g. Windows.Forms, GLFW etc), while you can achieve the second by setting up the correct OpenGL projection matrix.

------
OpenTK

Theme by La Boite a site | Powered by Drupal