Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - vushu

Pages: [1]
1
DotNet / Re: Use OpenTK instead of Tao in examples.
« on: November 16, 2013, 10:23:29 pm »
Hi I just began playing around with sfml .net and want to do the same

with OpenTK
Just make a new OpenTK.GameWindow()
before making af SFML.Window()
example :

var game = new OpenTK.GameWindow()

var win = new Window(new Window.VideoMode(width,height),"Test")

it should work, for now :)

Pages: [1]
anything