mikesjak / ASCIIart-editor

Final project for BI-PA2 course

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ASCIIart-editor

Final project for Programming and Algorithmics 2 course

License: MIT

About

  • Second semester final project for BI-PA2
  • ASCIIart editor currently working with BMP and TGA files
  • currently support 3 types of effects
    • Lightening, darkening
    • Rotating, flipping
    • Negating
  • program also provides animation creating such as this doggo


How it works

Go to project folder and type

make all

which compiles all necessary files and creates a doxygen documentation.
then run it and the program will lead you all the way to editing.

How to run project

Go to project folder and type:

make compile && make run

Options in makefile

make/make all      - compiles project and documentation
make clean         - deletes everything that could be created by make all or test_all
make count         - counts number of lines in code
make compile       - compiles whole project
make doc           - creates documentation using doxygen
make run           - runs project
make test_all      - runs all tests

About

Final project for BI-PA2 course

License:MIT License


Languages

Language:C++ 94.8%Language:Makefile 4.5%Language:Shell 0.6%