This commit is contained in:
macbook-pro 2023-04-27 15:25:58 +08:00
parent a8cb4ab5e0
commit 2aa44c6179
2 changed files with 11 additions and 7 deletions

View File

@ -2,10 +2,5 @@
---
a 3D engine
---
### 3Ddisplay in the terminal
display something in the terminal in the form of 3D.
### Principle
+ graph-described file
+ picture-displayed file
+ a engine to process the file and output ascii pictures-displayed file
+ a converter to tranform pictures-displayed file into something displayed in the terminal
### [3Ddisplay in the terminal](file/terminal.md)

9
file/terminal.md Normal file
View File

@ -0,0 +1,9 @@
# 3D engine in the terminal
display something in the terminal in the form of 3D.
---
### Principle
+ graph-described file
+ picture-displayed file
+ a engine to process the file and output ascii pictures-displayed file
+ a converter to tranform pictures-displayed file into something displayed in the terminal