Browse Source

added readme.md

____tbvns____ 5 months ago
parent
commit
7dfdf97458
2 changed files with 30 additions and 38 deletions
  1. 0 38
      pom.xml
  2. 30 0
      readme.md

+ 0 - 38
pom.xml

@@ -185,44 +185,6 @@
                     </execution>
                 </executions>
             </plugin>
-            <!-- <plugin>
-                <groupId>com.akathist.maven.plugins.launch4j</groupId>
-                <artifactId>launch4j-maven-plugin</artifactId>
-                <version>2.5.0</version>
-                <executions>
-                    <execution>
-                        <id>l4j-gui</id>
-                        <phase>package</phase>
-                        <goals><goal>launch4j</goal></goals>
-                        <configuration>
-                            <icon>GD3D.ico</icon>
-                            <classPath>
-                                <mainClass>xyz.tbvns.ui.Main</mainClass>
-                            </classPath>
-                            <headerType>gui</headerType>
-                            <outfile>target/PowerGD.exe</outfile>
-                            <jar>./target/PowerGD-1.0-ALPHA-jar-with-dependencies.jar</jar>
-                            <errTitle>PowerGD - Error:</errTitle>
-
-                            <jre>
-                                <minVersion>21</minVersion>
-                            </jre>
-
-                            <versionInfo>
-                                <fileVersion>1.2.3.4</fileVersion>
-                                <txtFileVersion>txt file version?</txtFileVersion>
-                                <fileDescription>a description</fileDescription>
-                                <copyright>my copyright</copyright>
-                                <productVersion>4.3.2.1</productVersion>
-                                <txtProductVersion>txt product version</txtProductVersion>
-                                <productName>GD3D</productName>
-                                <internalName>GD3D</internalName>
-                                <originalFilename>GD3D.exe</originalFilename>
-                            </versionInfo>
-                        </configuration>
-                    </execution>
-                </executions>
-            </plugin> -->
         </plugins>
     </build>
 </project>

+ 30 - 0
readme.md

@@ -0,0 +1,30 @@
+# PowerGD
+-# this repository contains the PowerGD editor and the GD4J librairy.
+
+[![Build Status](https://ci.tbvns.xyz/buildStatus/icon?job=PowerGD)](https://ci.tbvns.xyz/job/PowerGD/)
+[![Discord](https://img.shields.io/discord/721746963938148494.svg?color=7289da&label=Discord&logo=discord&style=flat-square)](https://discord.gg/vpEv3HJ)
+![Maven](https://badgen.net/badge/icon/maven?icon=maven&label)
+![Open Source Love svg2](https://badges.frapsoft.com/os/v2/open-source.svg?v=103)
+
+![forthebadge](https://forthebadge.com/images/badges/i-fucking-hate-java.svg)
+![forthebadge](https://forthebadge.com/images/badges/powered-by-black-magic.svg)
+![forthebadge](https://forthebadge.com/images/badges/contains-tasty-spaghetti-code.svg)
+![forthebadge](https://forthebadge.com/images/badges/60-percent-of-the-time-works-every-time.svg)
+![forthebadge](https://forthebadge.com/images/badges/fuck-it-ship-it.svg)
+![forthebadge](https://forthebadge.com/images/badges/it-works-why.svg)
+![forthebadge](https://forthebadge.com/images/badges/not-a-bug-a-feature.svg)
+
+## 3D Models for Geometry Dash
+### What it does
+PowerGD is a 3D Level editor for geometry dash, it allows you to convert 3D models into GeometryDash objects.
+### Installation
+Go [on the ci](https://ci.tbvns.xyz/job/PowerGD/) and download the latest jar-with-dependency file.
+#### Requirement:
+- [Java 21+](https://adoptium.net/download/)
+- Windows or Linux (MAc not supported atm)
+- GeometryDash (will crash if the game is not installed)
+### Supported format
+The only supported format is the Wavefront OBJ (.obj) format, you can't load textures, only colors are supported.<br/>
+Note that for animation, you need to use a sequence of OBJ models. [](INSERT WIKI LINK IN THE FUTURE)
+### Contributions
+Every contribution is welcome ! You can create an account on this website to create pull request.