https://github.com/alex-stone-github/aengine2
This is the second version of my ASCII engine.
https://github.com/alex-stone-github/aengine2
Last synced: about 1 year ago
JSON representation
This is the second version of my ASCII engine.
- Host: GitHub
- URL: https://github.com/alex-stone-github/aengine2
- Owner: Alex-Stone-Github
- Created: 2023-01-02T15:13:55.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-02T16:09:58.000Z (over 3 years ago)
- Last Synced: 2025-02-02T14:38:03.857Z (over 1 year ago)
- Language: Rust
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# aengine2
This is the second version of my ASCII engine.
## Past
This engine will replace my old ASCIIgameengine for 2d graphics in the console.
## What do I do?
This library provides a simple interface for drawing console graphics using a stored
framebuffer of text.
## Future
I may come back to this library in the future to add more features, if I tend to use
this a lot.