Giter Club home page Giter Club logo

casmi's Introduction

2D/3D visualization for Java

Build Status

<dependency>
    <groupId>com.github.casmi</groupId>
    <artifactId>casmi</artifactId>
    <version>0.4.0</version>
</dependency>

Overview

casmi is a visualization library for Java.

casmi supports 2D/3D realtime rendering based on OpenGL. With assembling graphics primitives (line, circle, sphere, etc.), you can easily design scene layouts. Smooth tween animations and scene sequencing functions add rich UI/UX on your application.

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. Build

Change to the your project directory and execute:

mvn compile

3. Run

To run, execute the following (Required to specify the main class of your project)

mvn exec:java -Dexec.mainClass="path.to.MainClass"

4. What's next?

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/.

casmi's People

Contributors

alumi avatar boxp avatar shigeodayo avatar totakke avatar xcoodev avatar yukib avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.