Thanks to visit codestin.com
Credit goes to github.com

Skip to content

A Basic "Graphics Library" For The Terminal/Command Prompt

License

Notifications You must be signed in to change notification settings

KeyboardGames/FaxPixel

Repository files navigation

FaxPixel

A Basic 2D "Graphics Library" For The Terminal (Linux)

Screenshot 2022-02-11 1 51 40 PM

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):

  1. "fax.cpp"
  2. "fax.hpp"
  3. "pixel.cpp"
  4. "pixel.hpp"
  5. "convert.cpp"
  6. "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.

About

A Basic "Graphics Library" For The Terminal/Command Prompt

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages