Are there any good cross platform libraries that supports ogl and dx? Something that can handle windows, window events and input..
1 reply to this topic
Ad:
#2 Members - Reputation: 241
Posted 04 February 2012 - 12:21 PM
dx isn't cross platform, it's a Windows specific API.
SFML has support for Windows, Linux, and Mac OS X, and it runs on top of OpenGL (for graphics) and OpenAL (for audio). It has support for multiple windows, and windows events.
sfml-dev.org
SFML has support for Windows, Linux, and Mac OS X, and it runs on top of OpenGL (for graphics) and OpenAL (for audio). It has support for multiple windows, and windows events.
sfml-dev.org
My Gamedev Journal: 2D Game Making, the Easy Way
---(Old Blog, still has good info): 2dGameMaking
-----
"No one ever posts on that message board; it's too crowded." - Yoga Berra (sorta)
---(Old Blog, still has good info): 2dGameMaking
-----
"No one ever posts on that message board; it's too crowded." - Yoga Berra (sorta)


















