SDL and DirectX

Started by
11 comments, last by Instruo 19 years, 11 months ago
Lazy..
The window-creation code is something you don''t have to remember. You only have to know how it works, which is VERY simple.

--
You''re Welcome,
Rick Wong
- sitting in his chair doing the most time-consuming thing..
Advertisement
Initalizing DX using win32 takes about 10 lines of code.

It''s not like you have to actually do much windows interaction after that. Create the class, make the window, and set your message loop, and that''s pretty much it.

If you''re using DX, it''s not as if portability is an issue you''re dealing with in the first place.

*shrug*

---------------------------Hello, and Welcome to some arbitrary temporal location in the space-time continuum.

The forum FAQ also lists a number of sites with DX tutorials. Any one of these will give you the window initialization code you need and then you never need to look at it again.


Stay Casual,

Ken
Drunken Hyena
Stay Casual,KenDrunken Hyena

This topic is closed to new replies.

Advertisement