https://github.com/denv3rr/consolerenderingtest
(Experimental) -- Rendering of objects in a console window.
https://github.com/denv3rr/consolerenderingtest
Last synced: 3 months ago
JSON representation
(Experimental) -- Rendering of objects in a console window.
- Host: GitHub
- URL: https://github.com/denv3rr/consolerenderingtest
- Owner: denv3rr
- License: mit
- Created: 2024-11-08T04:56:06.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-11-08T05:42:39.000Z (7 months ago)
- Last Synced: 2025-01-16T18:02:46.369Z (5 months ago)
- Language: C++
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ConsoleRenderingTest
(Experimental) -- Rendering of objects in a console window.
## Compile
```
g++ -I ./ *.cpp
```