Skip to content

Commit

Permalink
convert the VhacdTuner subproject to a separate project
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Jun 8, 2024
1 parent 6d5f193 commit 0746040
Show file tree
Hide file tree
Showing 27 changed files with 12 additions and 6,312 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@
/MinieExamples/src/main/resources/CollisionShapes/
/MinieExamples/src/main/resources/Textures/
/MinieExamples/Written Assets/
/VhacdTuner/private/
/VhacdTuner/Written Assets/
/node_modules/

# Ignore Gradle's project-specific cache directory:
Expand All @@ -34,7 +32,6 @@
/MinieExamples/build/
/MinieLibrary/build/
/TutorialApps/build/
/VhacdTuner/build/

# Ignore IDE-specific directories:
/.idea/
Expand Down
3 changes: 1 addition & 2 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ Note: the following license does not apply to certain assets/resources
2 files in MinieAssets/src/main/resources/Models/Horseshoe,
3 files in MinieAssets/src/main/resources/Models/MhGame,
5 files in MinieAssets/src/main/resources/Models/MhGame/textures,
2 files in MinieExamples/src/main/resources/Models/Puppet,
3 files in VhacdTuner/src/main/resources/Textures/icons)
2 files in MinieExamples/src/main/resources/Models/Puppet)
which are separately licensed. See the license.txt files for details.

BSD 3-Clause License
Expand Down
17 changes: 10 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,18 @@ The [Minie Project][project] is about improving the integration of
and [Khaled Mamou's V-HACD Library][vhacd] into
[the jMonkeyEngine (JME) game engine][jme].

It contains 8 subprojects:
It contains 7 subprojects:

1. MinieLibrary: the Minie runtime library and its automated tests
2. [DacWizard]: a GUI application to configure a ragdoll
3. VhacdTuner: a GUI application to tune the V-HACD algorithm for a particular mesh
4. TutorialApps: tutorial apps
5. MinieExamples: demos, examples, and non-automated test software
6. MinieAssets: generate assets used in MinieExamples
7. MinieDump: a command-line utility to dump J3O assets
8. Jme3Examples: physics examples from jme3-examples
3. TutorialApps: tutorial apps
4. MinieExamples: demos, examples, and non-automated test software
5. MinieAssets: generate assets used in MinieExamples
6. MinieDump: a command-line utility to dump J3O assets
7. Jme3Examples: physics examples from jme3-examples

The `VhacdTuner` application, formerly a subproject,
is now [a separate project at GitHub][vhacdTuner].

Complete source code (in Java) is provided under
[a 3-clause BSD license][license].
Expand Down Expand Up @@ -454,6 +456,7 @@ correct the situation: [email protected]
[vegdahl]: https://www.cessen.com "Nathan Vegdahl"
[vhacd]: https://github.com/kmammou/v-hacd "V-HACD Library"
[vhacdBindings]: https://github.com/riccardobl/v-hacd-java-bindings "Riccardo's V-hacd-java-bindings Project"
[vhacdTuner]: https://github.com/stephengold/VhacdTuner "VhacdTuner Project"
[wes]: https://github.com/stephengold/Wes "Wes Project"
[winmerge]: https://winmerge.org "WinMerge Project"
[youtube]: https://www.youtube.com/ "YouTube"
46 changes: 0 additions & 46 deletions VhacdTuner/build.gradle

This file was deleted.

165 changes: 0 additions & 165 deletions VhacdTuner/src/main/java/jme3utilities/minie/tuner/Action.java

This file was deleted.

Loading

0 comments on commit 0746040

Please sign in to comment.