Skip to content

Commit 5fca5c0

Browse files
committed
docs: 簡単な英語向けのREADME.mdを追加
1 parent a8de3f7 commit 5fca5c0

1 file changed

Lines changed: 32 additions & 0 deletions

File tree

README.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# Processing4 Gradle Template
2+
3+
This ia a cross-platform template project for developing Processing4.x with Gradle9 and Java17. You can develop Processing sketches as Java projects using IDEs like IntelliJ IDEA, Eclipse, or VS Code.
4+
5+
## Quick Start
6+
7+
1. Clone or download this repository to your local machine.
8+
2. Open a terminal in the project directory.
9+
3. Run the following command to build and run the Processing sketch.
10+
11+
### For Windows
12+
13+
```bash
14+
gradlew.bat run
15+
```
16+
17+
### For macOS/Linux
18+
19+
```bash
20+
./gradlew run
21+
```
22+
23+
### Getting Started
24+
25+
Edit `src/main/java/io/github/noah_devtech/Main.java` to start writing your code.
26+
27+
## Technology Stack
28+
29+
- Processing: 4.3.3
30+
- Gradle: 9.0.0
31+
- Java(JDK): 17
32+
- JOGL/GlueGen: 2.5.0

0 commit comments

Comments
 (0)