SFML community forums

General => General discussions => Topic started by: Theinsanekiller on August 31, 2011, 05:37:38 pm

Title: Regarding directx
Post by: Theinsanekiller on August 31, 2011, 05:37:38 pm
Hello everyone,
                       i wanna ask can i use sfml with direct X programming. if yes give me some brief knowledge pls....
Thanx in advance.
Title: Regarding directx
Post by: Laurent on August 31, 2011, 05:43:59 pm
SFML is OpenGL only.
Title: Regarding directx
Post by: Ricky on September 01, 2011, 06:59:56 am
why would you want to use DirectX anyway?
OpenGL is cross platform, free; has been an industry standard for years(still is) and can do everything DirectX can but most importantly you have to code a lot more(DX is ugly) to do the same thing as you would in OpenGL.