Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/2kabhishek/painter
Paint your imagination 🎨🖌️
https://github.com/2kabhishek/painter
colours fun javafx paint
Last synced: about 2 months ago
JSON representation
Paint your imagination 🎨🖌️
- Host: GitHub
- URL: https://github.com/2kabhishek/painter
- Owner: 2KAbhishek
- License: gpl-3.0
- Created: 2022-05-05T10:14:39.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-26T20:05:02.000Z (over 1 year ago)
- Last Synced: 2024-05-01T16:27:04.612Z (8 months ago)
- Topics: colours, fun, javafx, paint
- Language: Java
- Size: 132 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## What is this
Painter is a GUI app that lets you paint your imagination.
## Inspiration
Always wanted to make a paint app, discovered the JavaFX library.
## Prerequisites
Before you begin, ensure you have met the following requirements:
- You have installed the latest version of `JavaFX`
## Getting painter
To install painter, follow these steps:
```bash
git clone https://github.com/2kabhishek/painter
cd painter
```## Using painter
Use `VS Code` to open the `painter` folder, run the `App.java` file and enjoy painting.
## How it was built
painter was built using `VS Code` and `JavaFX`.
## Challenges faced
Designing the GUI in Java was a challenge.
## What I learned
- Explored JavaFX further and learned about various features.
- Learned how to design the GUI in Java.## What's next
Saving functionality is not working.
Hit the ⭐ button if you found this useful.
## More Info