obsolete C++ API for development of OpenGL accelerated applications/games
Go to file
2005-11-14 20:14:18 +00:00
codeblocks added IDE-specific readmes 2005-08-18 06:47:17 +00:00
devcpp added IDE-specific readmes 2005-08-18 06:47:17 +00:00
docs *** empty log message *** 2005-11-13 08:01:04 +00:00
include documentation cleanup 2005-11-13 07:59:48 +00:00
msvc added extremely shaky MSVC support 2005-08-18 04:22:34 +00:00
ndoc tutorial index 2005-11-14 20:14:18 +00:00
src Updated website for MT 2005-10-30 21:08:57 +00:00
test documentation cleanup 2005-11-13 07:59:48 +00:00
.cvsignore *** empty log message *** 2005-07-17 22:50:26 +00:00
CHANGELOG.txt documentation cleanup 2005-11-13 07:59:48 +00:00
CREDITS.txt Updated website for MT 2005-10-30 21:08:57 +00:00
IFAQ.txt State system reimplemented, overhaul of much of Core/Kernel/Task arch 2005-08-07 07:12:46 +00:00
INSTALL.txt codeblocks and devcpp 2005-08-10 05:37:57 +00:00
LGPL.txt added licensing info 2005-07-20 21:56:33 +00:00
LIBRARIES.txt documentation cleanup 2005-11-13 07:59:48 +00:00
LICENSE.txt added documentation text files 2005-07-17 22:41:03 +00:00
photon.mm documentation cleanup 2005-11-13 07:59:48 +00:00
README.txt documentation cleanup 2005-11-13 07:59:48 +00:00
RELEASE-HOWTO.txt win32-mingw guidelines 2005-08-19 07:23:38 +00:00
release.sh create archive in correct location 2005-08-19 05:42:51 +00:00
SConstruct documentation cleanup 2005-11-13 07:59:48 +00:00

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Thank you for downloading photon,
    photon is an API which is designed primarily to ease creation of hardware 
accelerated 2D games with OpenGL and other open source & cross platform 
libraries. Photon aims to simplify portable game development, enabling 
developers to focus on the gameplay. Photon uses OpenGL for hardware accelerated
rotation, alpha blending, resizing, and drawing. Photon is built entirely on 
free software, using libraries including including GLFW, PhysFS, OpenAL, Corona,
Freetype and boost.. Using Photon does not require knowledge of any of these 
libraries as their needed functionality is wrapped entirely within Photons rich
class library so that anyone with a decent grasp of C++ can use Photon.
    photon is a cross platform API, designed primarily for game development.
photon is designed to run on as many operating systems as possible, and OS 
support is only limited by libraries which Photon depends on, at the moment
photon should run on Windows, Linux, OSX, and other Operating Systems
which have OpenGL support. 

-------

If this is a source distribution you'll need to build photon before you can use 
it in your own applications, for details on how to build and install photon 
check out INSTALL.txt.  

If this is a binary distribution you can start using photon right away by 
linking the photon library (found in the lib/ subfolder) and it's dependencies
with your applications.

If you need any help or have any questions check out IFAQ.txt or visit photon's
homepage at http://photon.sourceforge.net/.

$Id: README.txt,v 1.2 2005/11/13 07:59:48 cozman Exp $