Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
hageldave committed Jun 8, 2019
2 parents 04e356c + a8639aa commit 4c68c13
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# JPlotter
OpenGL based 2D Plotting Library for Java using AWT and LWJGL
OpenGL based 2D Plotting Library for Java using AWT and LWJGL.

[![Build Status](https://travis-ci.org/hageldave/JPlotter.svg?branch=master)](https://travis-ci.org/hageldave/JPlotter)
[![Maven Central](https://img.shields.io/maven-central/v/com.github.hageldave/jplotter.svg)](https://search.maven.org/search?q=g:com.github.hageldave.jplotter)

```xml
<dependency>
<groupId>com.github.hageldave</groupId>
<artifactId>jplotter</artifactId>
<version>0.1.1</version>
</dependency>
```

## Example Visualizations
See the [Wiki](https://github.com/hageldave/JPlotter/wiki)

## Code Example
TODO

0 comments on commit 4c68c13

Please sign in to comment.