https://github.com/ahmad-masud/drawant
🎨 A simple java drawing application, great for drawing and taking notes
https://github.com/ahmad-masud/drawant
ant drawing-app java paint swing
Last synced: 2 months ago
JSON representation
🎨 A simple java drawing application, great for drawing and taking notes
- Host: GitHub
- URL: https://github.com/ahmad-masud/drawant
- Owner: ahmad-masud
- License: mit
- Created: 2023-03-20T03:50:49.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-10T21:28:44.000Z (about 1 year ago)
- Last Synced: 2025-02-09T17:04:43.397Z (3 months ago)
- Topics: ant, drawing-app, java, paint, swing
- Language: Java
- Homepage:
- Size: 6.64 MB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DrawAnt
## Description
DrawAnt is a Java-based drawing application, offering a suite of tools for digital artwork creation. This application is developed using Java and is built with Apache Ant, making it easily integrable with modern IDEs like NetBeans.## Features
- Various drawing tools including pencils, brushes, and erasers
- A color palette for choosing and applying different colors
- Has undo and redo functionality
- Allows for zooming in and out on the canvas
- Can export drawings as a png or jpg file## Installation
### Prerequisites
- Java JDK 19 or later.
- Apache Ant (for building the project).
- NetBeans IDE (recommended for easy setup and run).### Setup
1. Clone or download the `DrawAnt` repository.
2. Open the project in NetBeans IDE or your Java IDE of choice.
3. Build the project using Ant: `ant clean install`.## Running the Application
- After building, run `DrawAnt.jar` located in the `dist` directory.
- Alternatively, use your IDE's run configuration to start the application.## Contributing
Contributions to the DrawAnt project are welcome. Feel free to fork the repository, make improvements, and submit pull requests.## License
[MIT License](LICENSE.md) - feel free to use and modify this application as you see fit.