Skip to content

Commit

Permalink
ready for 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
funnyboy-roks committed Jan 23, 2025
1 parent e8cd61a commit 6b54121
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 7 deletions.
29 changes: 23 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,33 @@
![](https://maven.funnyboyroks.com/api/badge/latest/snapshots/com/funnyboyroks/DrawLib?color=40c14a&name=DrawLib&prefix=v)
[![](https://jitpack.io/v/funnyboy-roks/DrawLib.svg)](https://jitpack.io/#funnyboy-roks/DrawLib)

# DrawLib

(Name Pending to Change)

A simple library to draw some simple shapes using particles in Paper servers

![Screenshot](./img/screenshot.png)

## Usage
## Maven

Add jitpack to your `repositories`:
```xml
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
```

See the [maven repo](https://maven.funnyboyroks.com/#/snapshots/com/funnyboyroks/DrawLib/1.0.0-SNAPSHOT) for the latest version and code snippets for your `pom.xml`.
Add DrawLib to your `dependencies`:
```xml
<dependency>
<groupId>com.github.funnyboy-roks</groupId>
<artifactId>DrawLib</artifactId>
<version>1.1.0-SNAPSHOT</version>
</dependency>
```

For other tools, see the [JitPack](https://jitpack.io/#funnyboy-roks/DrawLib) page

## Usage

```java
ShapeRenderer renderer = new ShapeRenderer();
Expand All @@ -26,4 +43,4 @@ renderer.drawLine(point1, point2);
- Point
- Line
- Cuboid
- Sphere
- Sphere
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.funnyboyroks</groupId>
<artifactId>DrawLib</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>
<packaging>jar</packaging>

<name>DrawLib</name>
Expand Down

0 comments on commit 6b54121

Please sign in to comment.