🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

better than glut

Started by
2 comments, last by thane 23 years ago
is there a package for linux to be used in game development, which can handle the keyboard scan codes and down&up events? glut only gets the characters. thanx -- Thane
-- Thane
Advertisement
I think glut can do that. See this tutorial http://www.fatech.com/tech/opengl/glut/index.php3?5
and the man pages.
Hi,

Glut can do that using glutSpecialFunc(funcName);. Glut may be slower so have a look into SDL, it can do that very well too.
Hello from my world
sdl :


http://www.libsdl.org/

This topic is closed to new replies.

Advertisement