App designed for users to create and edit pixel art. This app was made for a Code Camp competition (Nov. 12-13, 2021).
The code for this project will be written in C++ using the Qt framework.
- Project is managed using GitHub.
The tool stack consists of:
Qt - a widget toolkit for creating graphical user interfaces as well as cross-platform applications that run on various software and hardware platforms such as Linux, Windows, macOS, Android or embedded systems with little or no change in the underlying codebase while still being a native application with native capabilities and speed.
Qt Creator - a cross-platform C++, JavaScript and QML integrated development environment which simplifies GUI application development.
Link for Qt and Qt Creator: https://www.qt.io/download
Clone this repository using the command: git clone https://github.com/starwarsnerd77/codecamp21.git
- Open Qt Creator
- File > Open > "codecamp21/pxlart/pxlart.pro"
- Click the "Run" button or press Ctrl+R