 Home
 Good Stuff Archives
 Send me Feedback
 PGDesigner
 Cylindrix
 Links
Current Poll: What would you like to see more of on hardgeus.com |
|
|
New Revolution 3D Engine page.
Overview
Screenshots
Click here to download the Linux/GTK binary of the engine.
Click here to download the Windows binary of the engine.
You will need zlib and lua to compile the engine. You can get around using zlib by removing zipfieio.cpp and .h, and changing the line in fileio.cpp to create lmpfileio instead of zipfileio.
Instructions and binaries for installing zlib for windows are here . If you're using Linux, you're probably smart enough to figure out where and how to install zlib. Be sure to add the zlib include and library directories to your MSVC++ include and link directories (tools/options/directories)
The lua homepage is here .
You get the windows binaries for lua here: Once again, make sure to add the lua include and library directories to your include and link in MSVC++.
The Windows and Linux sources have now merged and are available through my CVS server.
Click here to download the windows executable for cvs. (If you're using Linux,
get the RPM for your system)
Save the .exe file to a directory in your path such as c:\windows
Open a command prompt and cd to a directory where you want to put the source (A revolution subdirectory will be created by
this process)
(note: under windows98 you may have to type: "set HOME=c:" to tell CVS where to store temp login files)
At the prompt type:
cvs -d :pserver:anonymous@www.hardgeus.com:/usr/local/repository login
(you will be prompted for a password. Just hit enter.
cvs -d :pserver:anonymous@www.hardgeus.com:/usr/local/repository checkout revolution
And that's it. You should have the source. Note that you will not be able to commit your changes to my repository. If you want commit privileges, email me.
Also note, that the CVS tree doesn't include a be.lmp file or any fonts or anything that you WILL need to run the engine.
Click here to download a zipfile of the binaries needed. Unzip it from the revolution\Debug\ directory.
Be sure to read the readme.txt and faq.html that come in the zipfile, they have instructions on the fundamentals of using the
engine.
|