Skip to main content
GameDev.net gamedev.net
🔒 Locked

cross platform cross api lib

Started by Nanook Feb 3, 2012 at 11:08 PM 0 replies 1.1k views
Original Post
Nanook
Nanook
Are there any good cross platform libraries that supports ogl and dx? Something that can handle windows, window events and input..
BeerNutts
BeerNutts
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
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)

Topic Locked

This topic has been locked by a moderator. New replies are not allowed.

Sign in to reply to this topic.