How does Blitz3D work? I mean internally, does it use OpenGL with basic wrappers or it using some open source 3D engine that itself wraps OpenGL?
\$\begingroup\$ \$\endgroup\$
2 - 1\$\begingroup\$ earok's answer is right on the money. I just want to comment, Blitz3D was a great development tool when I was first learning 3D game programming. It's still a good learning tool because the API is so simple, but it is way out of date by now. \$\endgroup\$jhocking– jhocking2011-10-10 21:46:12 +00:00Commented Oct 10, 2011 at 21:46
- 2\$\begingroup\$ I removed your follow up question; this is a Q&A site, so if you want to ask another question you should post another entire question rather than edit this one. You are more likely to get better answers that way, and you'll also improve the searchability of the site for everybody else. \$\endgroup\$user1430– user14302011-10-10 21:57:40 +00:00Commented Oct 10, 2011 at 21:57
Add a comment |
2 Answers
\$\begingroup\$ \$\endgroup\$
Blitz3D's engine is based on DirectX 7. It does not uses OpenGL at all.
\$\begingroup\$ \$\endgroup\$
1 In addition to earok: BlitzMax was first dialect of Blitz that was using OpenGL.
- \$\begingroup\$ yeah from what i saw when downloading Blitz there are glut lib's \$\endgroup\$user3689– user36892011-10-12 06:35:15 +00:00Commented Oct 12, 2011 at 6:35