Skip to content

PinkNekoFist/final_project_0605

Repository files navigation

pd2 final project

a simple program for 3D render

Running the demo

Requirements

  • linux
  • jline3
  • java 22+
  • Graal 23.1+
git clone https://github.com/PinkNekoFist/final_project_0605.git
cd final_project_0605/src/main/java
javac -cp .:jline-3.26.2-SNAPSHOT.jar org/example/GameController.java
java -cp .:jline-3.26.2-SNAPSHOT.jar org/example/GameController 
  • use w, s to move forward and backward
  • use a, d to turn left and right
  • use j, k to move up and down

About

簡單的3D渲染模擬器

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages