SasanTV / Celeris

GNU General Public License v3.0
16 stars 11 forks source link

This archive contains the source code for Celeris software. Celeris is developed by Sasan Tavakkol, on top of a previous demo project developed by Stephen Thompson. The Celeris project was advised by Patrick Lynett, PhD. This readme file is written orginally by Stephen, and edited later by Sasan.

Contacts for Sasan Tavakkol: tavakkol [at] usc [.] edu or sasantavakkol [at] yahoo [.] com Contacts for Patrick Lynett: plynett [at] usc [.] edu Contacts for Stephen Thompson: stephen [at] solarflare [.] org [.] uk

Compiling

A Visual Studio 2008 solution file is provided ("Celeris.sln" in the "msvc" directory). Compiling should be straightforward, although you will need to have the latest DirectX SDK correctly installed on your machine.

Roadmap

The source consists of three projects:

1) Coercri -- This is a simple wrapper library around operating system functions (graphics, sounds and so on).

2) Guichan -- This is an open source GUI library which was used to create the buttons and sliders at the right-hand side of the screen.

3) Celeris-- This is the main project. Briefly, the main files are as follows:

Copyright / Legal Information

The Celeris software source code consists of four open source components each of which has their own copyright and licence conditions. The four components are:

1) Celeris itself 2) Coercri 3) Guichan 4) TinyXML

Each source code file identifies clearly (at the top of the file) which licence applies to that file.