software rendering

Started by
1 comment, last by HellStorm 23 years, 11 months ago
I want to incorporate a software renderer into my program and I am having difficulty finding good examples and/or tutorials. My program is targeted towards win32. I already use d3d, glide, and opengl and I want to do a software renderer just for research. Any help would be greatly appreciated.
Advertisement
This is the best I have found.

http://www.flipcode.com/portal/

There are also some good outdated books:
Black are of 3d programming (decent, but all DOS based).
Zen of Graphics Programming Black Book (Incredible book, but mostly 16-bit assembly for an old VGA).
Good luck

Mike
"Unintentional death of one civilian by the US is a tragedy; intentional slaughter of a million by Saddam - a statistic." - Unknown
Best book for any kind of graphics work ( for anyone starting out anyway )

Computer Graphics - Principles and Practice, by Foley and Van Dam. This is a very very good text on just about everything from a theoretical viewpoint. To fill up your knowledge about more practical things such as how to implement texture mapping - check around here on Gamedev or on www.flipcode.com, www.opengl.org, www.gamasutra.com...

#pragma DWIM // Do What I Mean!
~ Mad Keith ~
**I use Software Mode**
It's only funny 'till someone gets hurt.And then it's just hilarious.Unless it's you.

This topic is closed to new replies.

Advertisement