Skip to content
This repository has been archived by the owner on Mar 21, 2021. It is now read-only.
/ j3dfw Public archive

Java 3D framework that provides higher level functions on top of JOGL

License

Notifications You must be signed in to change notification settings

jeffwmair/j3dfw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

j3dfw (Java 3D Framework)

Simple JOGL-based framework for 3d applications

Example usages:

Maven Dependency

Installation

First you must install the artifact in your local Maven repo.

git clone https://github.com/jeffwmair/j3dfw.git
cd j3dfw
mvn install

Dependency

The add the dependency to your application's pom.xml.

<dependency>
	<groupId>com.jwm.j3dfw</groupId>
	<artifactId>j3dfw</artifactId>
	<version>1.0</version>
</dependency>

About

Java 3D framework that provides higher level functions on top of JOGL

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages