Skip to content

PurdueIEEEComputerSociety/Raycasting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Raycasting

Building and Running

This project uses Maven to manage dependencies and the build process.

To build an executable JAR, run mvn package in the project directory. The resulting JAR will be located at target/Raycasting-1.0-SNAPSHOT-jar-with-dependencies.jar which can be run via java -jar target/Raycasting-1.0-SNAPSHOT-jar-with-dependencies.jar or by double clicking on it (if your JRE is properly configured to do so).

To run the project directly from Maven, run mvn exec:java.

Most IDEs have built-in or plugin support for Maven projects, please consult your IDE documentation on how to use it.

Libaries Used

Check pom.xml for details.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages