Help! Programming Games with VB

Started by
19 comments, last by Hekki 20 years, 5 months ago
RuneLancer h3y ya shud betta lern englishhh bcause no1 undastantz ya :D

VB6 is pretty good for game programming if you a) don''t want to write commercial games and b) know how to optimize your code

Well, I actually wrote an 3D BSP renderer in pure VB6 and it works on 30 FPS (not good i know, but it''s VB and I didn''t say VB is as fast as C++). It''s also possible to optimize VB code by using DLLs/ASM hacks and get more speed.

Hekki: though I''ve not much stuff on my website you could visit my site at www.gametutorials.de maybe you''ll find something usefull. I hope I could upload an MD2/MD3 tutorial to the site which will definately show you some game programming techniques (most D3D tutorials i read doesn''t cover actual game programming, only effects programming/triangle rendering ;P)

This topic is closed to new replies.

Advertisement