10 lines
311 B
Markdown
10 lines
311 B
Markdown
# 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
|
|
|