An open API service indexing awesome lists of open source software.

https://github.com/mohab-sameh/injectorray

Repository for Injectorray. The auto ASCII art into hardcode C++ code converter.
https://github.com/mohab-sameh/injectorray

Last synced: 5 months ago
JSON representation

Repository for Injectorray. The auto ASCII art into hardcode C++ code converter.

Awesome Lists containing this project

README

          

# Injectorray
Repository for Injectorray. The auto ASCII art into hardcoded C++ array code converter.

This C++ code receives user text input (mainly optimized for ASCII art) and turns it into a plain text C++ code which can
later be copied and pasted into the compiler in order to inject the ASCII art directly into a 2d array.

How to use:
1) create a new C++ project file.
2) paste main code into project cpp file.
3) change the dimr and dimc variables based on the chosen ASCII art width and height.
4) change the expected indent/character position (you might play around this once or twice to get the hang of it)..
5) run program and paste the desired ASCII art you copied beforehand.
6) wait for the output then highlight it and copy it.
7) paste the previously copied output into the desired project and your ASCII art will be inserted into a 2D array.