ObjReader Community

Programming Art => Eye Candies => Topic started by: Patrice Terrier on February 18, 2016, 09:26:21 pm

Title: Tron3D
Post by: Patrice Terrier on February 18, 2016, 09:26:21 pm
Tron3D

This is a visual/audio demo scene from www.zapsolution.com (http://www.zapsolution.com) using WinLIFT and GDImage.

It is a compound application mixing 32 and 64-bit code.

32-bit is using PowerBASIC.
64-bit is using VS2019 C++

The PowerBASIC source code of the ZWP module is in the x64\Release folder.
ZWP.exe (written in PowerBASIC) is the bridge between the main Tron3D.exe (written in C++), and the OpenGL visual plugins.
ZWP is also responsible for playing audio, loading Bass.dll (www.un4seen.com) directly from resource to memory.

(http://www.objreader.com/download/demo/Tron3D.jpg)

Note: The ZIP attachment is only available to registered users.

...
Title: Re: Tron3D
Post by: Patrice Terrier on April 12, 2022, 12:05:36 pm
The first post of this thread has been updated with the latest version.