It’s little over a month since I said I wouldn’t do any more porting for Vizati. Lesson learned, don’t say never again…
When I started making the engine in C++ with an OpenGL/DirectX layer, I tried to keep in mind a multi-platform environment.
Keeping rendering and OS specific calls abstract from the game itself and the engine to a certain level was one of my goals. Easy to say, hard to accomplish. Anyway the engine already supports Windows, iPhone and iPad.
During this Christmas I started wondering if I had made if good enough to try a Mac port. So in 3 days I got Vizati running on MacOSX, which is great, and I must honestly say that 1 day and half was spend on making it actually compile, once it did the game began running, which proves on one hand that the game itself is really platform independent. On the other hand I realized that I still have too much stuff that needs a better handling, I speed hacked some stuff to make the engine run.
I remember that immediately after that I went ahead and registered myself as a Mac Developer at Apple 😛
I encounter this one crazy error where only by renaming my “Math.h” file to “Math.c” would make it work, which is weird since it works on Windows and iPhone with .h. Probably some crazy linkage error, XCode is weird.
So that said it makes sense to release Vizati to MacOSX, it’s ready and working, we are just doing some testing. I’ve made a build for both Intel and PPC processors but this needs further testing.
Dam, you are a programmer machine. xD
So te falta fazer port para android, psp, ps3 e wii ehehehe.
Boa sorte com isso e continua em força (Y)
Hey, those are great news!
I can’t wait for even an alpha release of your engine.
Are you working on the editor as well?
Cheers.
Yes I am, but more on a “feature is now need” basis. I’m thinking in rebooting the editor one of these days, making it more flexible from the ground up
Really nice work David on that engine of yours! How are sales at the mac app store going on? Is it a viable market platform for us indie developers?
I can’t say for sure right now since the game was only released yesterday.
But so far it seems that there aren’t many people buying stuff from Mac App Store, but since it’s a very recent market it’s too early to tell.