[Plib-cvs] plib/demos/simon Makefile,NONE,1.1 README,NONE,1.1
Brought to you by:
sjbaker
From: Steve B. <sj...@us...> - 2002-09-14 19:50:32
|
Update of /cvsroot/plib/plib/demos/simon In directory usw-pr-cvs1:/tmp/cvs-serv6726/plib/demos/simon Added Files: Makefile README Log Message: Added SIMON - a *very* simple 3D programming framework. --- NEW FILE: Makefile --- all: (cd src ; make) install: (cd src ; make install) uninstall: (cd src ; make uninstall) clean: (cd src ; make clean) --- NEW FILE: README --- WELCOME TO S.I.M.O.N ==================== Which stands for: Simple Interface for Making Oliver's programs Nice. This is a simple set of functions that hide much of the nastiness of 3D programming to make it possible for someone with only the very minimum of programming experience to write simple 3D applications. Right now, you build SIMON by running 'make' and install it by running 'make install' as root. You must already have PLIB installed. |