- download the repo
- open terminal in the folder of the project
- run
npm i
- run
npm run dev
- open
http://localhost:5173
- start developing :) page uses hot reload, so after any changes the page reloads automatically
WASD
to move cameraShift + WASD
to rotate camera in correspoding directionZ
- move down,X
- move up
- We need more advanced ZSort. Some times polygons are drawed in the wrong order.
- Translation of object relative to its rotation
- we should recognize if vertex is on the screen before projecting it (+optimization)
- physics
- multiplayer