A 3-D Rendering Library for
|
||||||||||
Getting StartedQuickstartThe current and previous distributions of the project can be obtained from the SourceForge project home page. The current distribution contains a simple example project for eMbedded Visual C++ 4.0 in the test sub-directory. You should be able to build the included project out of the box both in Debug and in Release mode (at least the ARM variants, which do not require GPP). To execute the demo program you will have to copy the libGLES_CM.DLL (either Debug or Release version) and the included texture image file together with the resulting application test.EXE onto your Pocket PC. Please refer to the Developer's Guide for more related information. CVS AccessThe source code can be accessed through CVS:
An online version of the repository is available here. Development EnvironmentRight now, I am using the following development environment:
All the required tools (SDK, VC++, GPP) are available as free downloads, but might require click-through registration. For details, please refer to the details section below. As hardware, I am using a Toshiba e755. How do I build this project from the source?To build the libraries, open the corresponding project/workspace from the projects sub-tree. If the download is correct, the project should build right away without any further adjustment. How do I get support?Please refer to the SourceForge project homepage on how to obtain support. How can I contribute?Please refer to the SourceForge project homepage on how to contribute to this
project.
|