This is a simple project to draw the animation of the solar system with Java. The project is created for educational purposes. The project is created with Java 21.
-
Clone the repository
git clone git@github.com:Grumpy-Mephisto/NewYearDraw.git
-
Open the project with your favorite IDE
-
Run the project
You can use the project to learn how to draw the animation of the solar system with Java.
make run # Run the project
make clean # Clean the project
The project is structured as follows:
.
├── AnimationPanel.java
├── Colors.java
├── LICENSE
├── Main.java
├── MainFrame.java
├── Makefile
├── preview.gif
└── README.md
This project is licensed under the MIT License.