A Basic 2D "Graphics Library" For The Terminal (Linux)
FaxPixel is a project I am currently working on to help simplify 2D graphics for the Terminal. FaxPixel was built with the Clang compiler with Repl.it, although all the code can be used universally with mainly the MinGW compiler, and the Clang compiler.
If you wish to run the code now, you can. https://replit.com/@Xiji5/FaxPixel
The library has six main files (excluding the bitmap library included in the FaxPixel library):
- "fax.cpp"
- "fax.hpp"
- "pixel.cpp"
- "pixel.hpp"
- "convert.cpp"
- "convert.hpp"
You only need to include fax.hpp, pixel.hpp, and convert.hpp in your code. The other two files with this library ("main.cpp" and "color.fax"), are only there for example. Also please put the fax.cpp, pixel.cpp, and convert.cpp files in the same directory as fax.hpp, pixel.hpp, and convert.hpp (also the "bitmap" folder is needed in the same directory).
Project Status: FaxPixel is currently still being worked on, but can be used.
𝑪𝒖𝒓𝒓𝒆𝒏𝒕 𝑽𝒆𝒓𝒔𝒊𝒐𝒏: 𝑭𝒂𝒙𝑷𝒊𝒙𝒆𝒍 𝑽𝒆𝒓𝒔𝒊𝒐𝒏 1.1
For More Info, Please Read The "Documentation.txt" File.
Don't Forget To Check Out The Other .Fax Files in the "Example" folder.
