Skip to content

Commit

Permalink
upload lib
Browse files Browse the repository at this point in the history
  • Loading branch information
Hill Lo committed Apr 16, 2016
1 parent fc4d866 commit 0c01c4d
Show file tree
Hide file tree
Showing 190 changed files with 76,258 additions and 0 deletions.
63 changes: 63 additions & 0 deletions .gitattributes
@@ -0,0 +1,63 @@
###############################################################################
# Set default behavior to automatically normalize line endings.
###############################################################################
* text=auto

###############################################################################
# Set default behavior for command prompt diff.
#
# This is need for earlier builds of msysgit that does not have it on by
# default for csharp files.
# Note: This is only used by command line
###############################################################################
#*.cs diff=csharp

###############################################################################
# Set the merge driver for project and solution files
#
# Merging from the command prompt will add diff markers to the files if there
# are conflicts (Merging from VS is not affected by the settings below, in VS
# the diff markers are never inserted). Diff markers may cause the following
# file extensions to fail to load in VS. An alternative would be to treat
# these files as binary and thus will always conflict and require user
# intervention with every merge. To do so, just uncomment the entries below
###############################################################################
#*.sln merge=binary
#*.csproj merge=binary
#*.vbproj merge=binary
#*.vcxproj merge=binary
#*.vcproj merge=binary
#*.dbproj merge=binary
#*.fsproj merge=binary
#*.lsproj merge=binary
#*.wixproj merge=binary
#*.modelproj merge=binary
#*.sqlproj merge=binary
#*.wwaproj merge=binary

###############################################################################
# behavior for image files
#
# image files are treated as binary by default.
###############################################################################
#*.jpg binary
#*.png binary
#*.gif binary

###############################################################################
# diff behavior for common document formats
#
# Convert binary document formats to text before diffing them. This feature
# is only available from the command line. Turn it on by uncommenting the
# entries below.
###############################################################################
#*.doc diff=astextplain
#*.DOC diff=astextplain
#*.docx diff=astextplain
#*.DOCX diff=astextplain
#*.dot diff=astextplain
#*.DOT diff=astextplain
#*.pdf diff=astextplain
#*.PDF diff=astextplain
#*.rtf diff=astextplain
#*.RTF diff=astextplain
32 changes: 32 additions & 0 deletions lib/freeglut-3.0.0/.gitignore
@@ -0,0 +1,32 @@
Makefile.in
Makefile
INSTALL
.deps
aclocal.m4
autom4te.cache
compile
config.guess
config.sub
configure
configure.cache
config.log
config.status
# config.h.in is now static and used with CMake, keep it:
#config.h.in
config.h
depcomp
install-sh
ltmain.sh
missing
stamp-h1
*.tar
*.tar.gz
*.tar.bz2
*.zip
*.o
*.a
*~
# my build dirs:
cross-android
cross-woe
native
45 changes: 45 additions & 0 deletions lib/freeglut-3.0.0/AUTHORS
@@ -0,0 +1,45 @@
Pawel W. Olszta <olszta@sourceforge.net>
the person to be blamed for freeglut

Andreas Umbach <marvin@dataway.ch>
the first person to contribute to the freeglut project,
contributed the cube and sphere geometry code

Steve Baker <sjbaker1@airmail.net>
joystick code (from his great PLIB), numerous hints
tips on the freeglut usability
and for taking the project over when Pawel bowed out

Christopher John Purnell
Don Heyse
Dave McClurg
John F. Fay
Norman Vine
Daniel Wagner
Sven Panne <sven.panne@aedion.de>
contributing to the project, using the product, and generally keeping it going

Brian Paul
Eric Sandall
giving us the oomph! to make an official release

James 'J.C.' Jones
designing the new website

John Tsiombikas <nuclear@member.fsf.org>
Linux spaceball support, XR&R gamemode, misc linux fixes and breakages

Sylvain Beucler
support for Android, X11/EGL, OpenGL(ES) 2.x, misc fixes

Diederick C. Niehorster
Chris Marshall
Clive McCarthy
Eero Pajarre
Florian Echtler
Matti Lehtonen

Vincent Simonetti
support for BlackBerry

...and all the opengl-gamedev-l people that made Pawel start this project :)

0 comments on commit 0c01c4d

Please sign in to comment.