# LearnNifty2024 **Repository Path**: JoyClm/learn-nifty2024 ## Basic Information - **Project Name**: LearnNifty2024 - **Description**: JME3.3.x NiftyGUI1.4.2学习与教程案例 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-07-11 - **Last Updated**: 2024-07-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # LearnNifty2024 #### Description Study and Tutorial Cases for JME3.3.x NiftyGUI1.4.2, QQ Group: 423979787. #### Software Architecture A project created using JMonkeyEngine SDK 3.3.0, based on the JMonkeyEngine 3.3.x core and Nifty GUI 1.4.2 code framework. #### Installation 1. Install JMonkeyEngine SDK 3.3.0 2. Clone the project to your local machine and open it using the SDK 3. Add the global dependency jme3-niftygui library to the project (SDK will automatically add it based on Ant configuration) #### Instructions 1. Click "Run" to start and preview each NiftyGUI interface 2. Right-click on the project and select "Clean and Build" to generate an executable .jar file in the dist directory of the project #### Contribution 1. Fork the repository 2. Create Feat_xxx branch 3. Commit your code 4. Create Pull Request #### Articles & Tutorials 1. Nifty official Wiki [NifityGUI Wiki](https://github.com/nifty-gui/nifty-gui/wiki) 2. NiftyGUI Tutorial for JMonkeyEngine3 [JME3 NifityGUI](https://wiki.jmonkeyengine.org/docs/3.4/core/gui/nifty_gui.html) 3. Recommend [NiftyGUI Chinese Tutorial](https://www.cnblogs.com/JhonKkk/articles/18295668)