glfwOpenWindow

Started by
1 comment, last by FGFS 10 years, 6 months ago

Hi

I need it to get keyboard input, hence I want it to be transparent. Also, if possible within the already existing Opengl app. (x-plane plugin)

Thanks

Advertisement

I don't know about your skills but if you are using C++ go with SFML. It's more object oriented. If you have some time to play, create your own framework. That is:

System Class (Win32)

Timer Class (delta time)

Input Class (holds the keys state)

Graphics Class (OpenGL, DirectX etc.)

http://www.rastertek.com/tutdx11.html has a great tutorial.

Apparently I can use SDL. As I already use that, I'll go with that.

This topic is closed to new replies.

Advertisement