Skip to content

federkasten/casmi

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

casmi

casmi is an opensource free software and is Java based library with OpenGL that is using in production or development of 2D/3D visualization systems. It can support programmers with simple and intuitive interfaces for their implementation. It can work on cross platform (GNU/Linux, Mac OS X, and Windows). casmi is sutable for visualization, because it originaly desinged for information visualization, especially with huge data set.

Getting Started

1. Create a project

We recommend to use Apache Maven.

Maven Archetype

Run the following command

mvn archetype:generate -Dfilter=com.github.casmi.archetypes:casmi-quickstart

Quickstart project

You can download quickstart project template from download page or git repository.

2. Run

cd path/to/your/project
mvn exec:java -Dexec.mainClass="path.to.MainClass"

For further steps, take a tour.

License

casmi is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with this program. If not, see http://www.gnu.org/licenses/.

About

2D/3D visualization for Java

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%