Links to projects, libs and samples that were used used during FTS developement:
- OpenGL: for the 3D rendering.
- SDL: for 2D Graphics, window initialisation.
- CEGUI: for the menu and in-game GUI.
- mySQL C++ API: for the data storage on the server.
- CG: for advanced graphics using vertex and pixel shaders.
- fmod: for the sound system.
Links to projects, libs that will soon no more be used by Arkana-FTS:
- libarchive: for the compression algorithms. (will be replaced by the LZMA algorithm)
- ftplib: for the ftp connections in the updater. (will be replaced by HTTP connections)
Links to other interesting game projects: