VB6 Game Development : Don't ask me why :-)

Posted by CVS-2600Hertz-wordpress-com on Stack Overflow See other posts from Stack Overflow or by CVS-2600Hertz-wordpress-com
Published on 2010-04-22T12:19:25Z Indexed on 2010/04/22 12:23 UTC
Read the original article Hit count: 167

Filed under:
|
|
|
|

Hi All,

I am developing a game in VB6 (plz don't ask me why :) ).
The storyboard is ready and a rough implementation is underway.

I am following a "pure-software-rendering" approach. (i.e. no DirectX, no openGL etc.)

Amongst many others, the following "serious" problems exist:

  • 2D alpha transparency reqd. to implement overlays.

  • Parallax implementation to give depth-of-field illusion.

  • Capturing mouse-scroll events globally (as in FPS-es; mapping them to changing weapon).

  • Async sound play with absolute "zero-lag".


Any ideas anyone. Please suggest any well documented library/ocx or sample-code.
Plz do provide solutions with max performance and with as little overhead as possible.

Also, anyone who has developed any games,
and would be open to sharing her/his code would be highly appreciated.
(any well-acknowledged VB games whose source-code i can study??)

Thank You

© Stack Overflow or respective owner

Related posts about vb6

Related posts about game-development