Preparing C++ Projects
I've been doing a lot to create the final Leadwerks projects to build static libraries, and the corresponding Visual Studio, Xcode, and Eclipse projects to load those libraries and start coding with Leadwerks 3 in C++. We're also making progress with our sample game "Darkness Awaits". The community came up with an awesome logo for the game that captures the spirit and feel of the original concept, which first formed as a mod for the original Quake engine. I uploaded gamecreator's Photoshop file in the same thread, so if you have a hankering for some design feel free to play around with it.
I also have a lot of small miscellaneous tasks to finish. Today I:
- Fixed bug on MacOS context switching.
- Updated mobile shader loader to match new single-file shader system.
- Fixed Mac shader error parsing on NVidia cards. Interestingly, shader output on NVidia and ATI cards on Mac mimics ATI shader output on Windows.
- Figured out how to make Xcode debug a static library in an external executable.
- Spent more time than I would like fixing some problems with the SVN repository.
Chris has a goblin he's replacing our enemy characters with, and hopefully we'll be able to show some gameplay soon.
Here's the current game running in the iOS simulator. I haven't implemented skinned animation to the mobile renderer yet, but it's pretty simple to expose now:
- 3
6 Comments
Recommended Comments