Skip to content
This repository has been archived by the owner on Dec 11, 2020. It is now read-only.

wirdehall/StagedIT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StagedIT
A 3D World Editor for openGL using lwjgl!


License:

The BSD 2-Clause License

Copyright (c) 2011, Daniel Wirdehäll, Jacob Raihle
All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

    Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
    Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.





Installation:

To install simply compile the java code.
There is an ANT script for compiling every thing and makeing an jar file!

It's highly recomended you compile thru ANT.
If ANT is installed on your computer all you need to do to install it is to browse to the root dir
for StagedIT in your favorite terminal and write ant.

This will compile everything and jar it.

If you don't know how to intall ant, google how to install ant or compile your self with the right classpaths!

Libraries used:
- lwjgl	(Included in this dist)
- Slick (Included in this dist)


To start the program using the jar write:
If your on a Mac:
java -Djava.library.path=./lib/lwjgl/native/macosx/ -jar StagedIT.jar

If your on Windows:
java -Djava.library.path=./lib/lwjgl/native/windows/ -jar StagedIT.jar

If your on a Linux:
java -Djava.library.path=./lib/lwjgl/native/linux/ -jar StagedIT.jar

If your on a Solaris:
java -Djava.library.path=./lib/lwjgl/native/linux/ -jar StagedIT.jar

if you'r on a Mac you can just execute the execute.bash file thats in the root dir.

About

3D World Editor for openGL!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published