https://github.com/duzun/figuri3d.pas
This program is an example of projecting 3D geometrical figures in movements onto a 2D plane in Pascal
https://github.com/duzun/figuri3d.pas
Last synced: 4 months ago
JSON representation
This program is an example of projecting 3D geometrical figures in movements onto a 2D plane in Pascal
- Host: GitHub
- URL: https://github.com/duzun/figuri3d.pas
- Owner: duzun
- License: mit
- Created: 2020-05-16T12:40:02.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-16T14:11:13.000Z (over 5 years ago)
- Last Synced: 2025-06-22T13:07:07.364Z (4 months ago)
- Language: Pascal
- Size: 6.32 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Figuri3D.pas
## Acest program afișează proiecția unor figuri spațiale în mișcare pe un plan
### This program is an example of projecting 3D geometrical figures in movements onto a 2D plane in Pascal
Înițial am folosit Delphi 7, iar recent am adaptat proiectul la [Lazarus](https://www.lazarus-ide.org/).
#### Taste active
- Deplasare: <Sus>, <Jos>, <Dreapta>, <Stanga>, <+>, <->
- Directie rotire: <X>, <Y>, <Z>
- Viteza rotire: <,> sau <.>
- Schimb figură: <F>
- Figuri: <F2>..<F6>
- Salvare imagine: <S>
- Iesire: <Esc>
- Ajutor: <F1>#### Keyboard Shortcuts
- Movement: <Up>, <Down>, <Right>, <Left>, <+>, <->
- Rotation direction: <X>, <Y>, <Z>
- Rotation speed: <,> or <.>
- Figures: <F2>..<F6>
- Next fig: <F>
- Save image: <S>
- Exit: <Esc>
- Help: <F1>