Looks great! Nice to see another indie willing to do actual programming to make a game. What compiler is that? It does not look like anything I've ever seen...
@SpooderW Thanks for the support! What you initially see is not a compiler, but an IDE. The compiler used in this case is clang / LLVM using the XCode4 IDE, which is the standard IDE for OSX. Our code also supports GCC and Visual Studio 2010, and will compile on OSX and Windows, though Linux should work but we don't have a formal makefile committed to the SVN. We don't use any sort of "game library" or major 3rd party library; just OpenGL and GLUI2!
very interesting stuff right here, keep it up
pufixas 2 weeks ago
this is interesting keep it up man ^^
SkeptiicaLz 2 months ago in playlist Uploaded videos
Looks great! Nice to see another indie willing to do actual programming to make a game. What compiler is that? It does not look like anything I've ever seen...
SpooderW 2 months ago
@SpooderW Thanks for the support! What you initially see is not a compiler, but an IDE. The compiler used in this case is clang / LLVM using the XCode4 IDE, which is the standard IDE for OSX. Our code also supports GCC and Visual Studio 2010, and will compile on OSX and Windows, though Linux should work but we don't have a formal makefile committed to the SVN. We don't use any sort of "game library" or major 3rd party library; just OpenGL and GLUI2!
nint22 2 months ago