This repository has been archived on 2024-06-25. You can view files and clone it, but cannot push or open issues or pull requests.
FreeGLUT-Vita/freeglut/freeglut
2003-06-25 18:01:36 +00:00
..
doc updated version, italicize freeglut (John Fay) 2003-06-25 18:01:36 +00:00
freeglut-1.3 adjusted precision (John Fay) 2003-06-23 15:33:56 +00:00
genfonts Added stroke fonts. 2002-05-18 21:42:00 +00:00
include Assorted updates from John Fay. 2003-06-23 15:22:20 +00:00
progs/demos Fractal demo (John Fay) 2003-06-20 19:31:06 +00:00
src Changed all references to the 'freeglut-1.3' directory to 'src', copied 'freeglut-1.3' to 'src' and added all files from 'src' to the repository (TODO #34). 2003-06-23 23:40:12 +00:00
tests Changed all references to the 'freeglut-1.3' directory to 'src', copied 'freeglut-1.3' to 'src' and added all files from 'src' to the repository (TODO #34). 2003-06-23 23:40:12 +00:00
acconfig.h Initial revision 2001-07-27 04:35:54 +00:00
AUTHORS Forgot a file...looked so innocous just sitting there... :) 2003-06-18 22:30:39 +00:00
autogen.sh fixed aclocal / autoheader order; some cosmetics 2003-06-24 18:12:40 +00:00
ChangeLog Added 'freeglut_ext.c' to the project files 'freeglut.dsp' and 'freeglut_static.dsp' (New list #10) 2003-06-25 15:40:32 +00:00
configure.in Changed all references to the 'freeglut-1.3' directory to 'src', copied 'freeglut-1.3' to 'src' and added all files from 'src' to the repository (TODO #34). 2003-06-23 23:40:12 +00:00
COPYING Initial revision 2001-07-27 04:35:54 +00:00
freeglut13.dsp Changed all references to the 'freeglut-1.3' directory to 'src', copied 'freeglut-1.3' to 'src' and added all files from 'src' to the repository (TODO #34). 2003-06-23 23:40:12 +00:00
freeglut13.plg Changed all references to the 'freeglut-1.3' directory to 'src', copied 'freeglut-1.3' to 'src' and added all files from 'src' to the repository (TODO #34). 2003-06-23 23:40:12 +00:00
freeglut_static.dsp Added 'freeglut_ext.c' to the project files 'freeglut.dsp' and 'freeglut_static.dsp' (New list #10) 2003-06-25 15:40:32 +00:00
freeglut.dsp Added 'freeglut_ext.c' to the project files 'freeglut.dsp' and 'freeglut_static.dsp' (New list #10) 2003-06-25 15:40:32 +00:00
freeglut.dsw Switching to John Fays version of the VC++ project files. 2003-02-13 22:27:35 +00:00
freeglut.kdevelop Project file for Gideon (KDevelop 3.0) 2003-06-24 17:17:50 +00:00
freeglut.kdevprj Changed all references to the 'freeglut-1.3' directory to 'src', copied 'freeglut-1.3' to 'src' and added all files from 'src' to the repository (TODO #34). 2003-06-23 23:40:12 +00:00
freeglut.lsm Initial revision 2001-07-27 04:35:54 +00:00
freeglutdll.dsp Changed all references to the 'freeglut-1.3' directory to 'src', copied 'freeglut-1.3' to 'src' and added all files from 'src' to the repository (TODO #34). 2003-06-23 23:40:12 +00:00
freeglutstatic.dsw Added Visual C++ 6 Static library project for John Fay. 2002-11-29 00:03:04 +00:00
INSTALL Initial revision 2001-07-27 04:35:54 +00:00
install-sh Initial revision 2001-07-27 04:35:54 +00:00
Makefile.am Changed all references to the 'freeglut-1.3' directory to 'src', copied 'freeglut-1.3' to 'src' and added all files from 'src' to the repository (TODO #34). 2003-06-23 23:40:12 +00:00
mkinstalldirs Initial revision 2001-07-27 04:35:54 +00:00
NEWS list the 1.4 release (fill in date) - this is a cvs check-in test 2003-06-20 14:30:16 +00:00
README Removed a bunch of '.P' files that don't belong in the CVS archive. 2002-01-20 23:20:45 +00:00
stamp-h Initial revision 2001-07-27 04:35:54 +00:00
stamp-h.in Initial revision 2001-07-27 04:35:54 +00:00
TODO Changed all references to the 'freeglut-1.3' directory to 'src', copied 'freeglut-1.3' to 'src' and added all files from 'src' to the repository (TODO #34). 2003-06-23 23:40:12 +00:00

    BRIEF OVERVIEW
    ==============

    This is the freeglut package.
    
    Freeglut, the Free openGL Utility Toolkit, is meant to be a free alter-
    native to Mark Kilgard's GLUT library. It is distributed under an X-Consor-
    tium style license (see COPYING for details), to offer you a chance to use 
    and/or modify the source.
    
    It makes use of OpenGL, GLU, GLib and pthreads-win32 libraries. GLib is 
    LGPL'ed and I hope I do not violate it's license by using it. In case this 
    is true, please notify me so that I remove GLib usage from the project.
    
    The library does not make use of any GLUT code and is not 100% compatible.
    Code recompilation and/or slight modifications might be required for your
    applications to work with freeglut.
    

    PORTS
    =====

    Both X11 and Win32 ports are in an advanced alpha stage, which means that
    they provide limited functionality of GLUT API 3. There is an investigation
    en course to check if the BeOS port could be easily done using the current
    freeglut structure.


    INSTALLATION
    ============

    See the INSTALL file.
    
    
    CONTRIBUTING
    ============
    
    Bug and missing features patches are certainly welcome. Just as comments 
    and FREEGLUT API 1 propositions are.

    Just please to make the fixes look visually just as the rest of the code 
    does (tabs converted 4 white spaces). Comments are really welcome, as I 
    believe it would be nice for people fresh new to OpenGL see how the things
    are done... 
    
    
    WEB SITE AND CONTACTING THE AUTHOR
    ==================================

    Freeglut project has moved to the SourceForge:
    http://freeglut.sourceforge.net
        
    
    THE HOPE
    ========
    
    Hope you find my work somehow useful.
    Pawel W. Olszta, <olszta@sourceforge.net>


    PASSING THE BATON
    =================

    In late December 2000, Pawel decided that he no longer
    wished to maintain freeglut because he has moved out of
    the graphics field.  I volunteered to take over from him
    and have been running the project since Jan 13th 2001.

    I'm also the author and maintainer of the PLIB library suite
    and 'freeglut' really fits in well with that work.

    I just hope I can live up to Pawel's high standards. Pawel
    remains on the active developers list.

    Steve Baker <sjbaker1@airmail.net>
                http://plib.sourceforge.net