refactor & release

This commit is contained in:
Emi Boucly 2025-03-27 13:46:05 +01:00
parent c902241230
commit 0e48e9a529
4 changed files with 27 additions and 15 deletions

View file

@ -1,12 +1,13 @@
# Make your own app! - [appName]
# Make your own app! - Yet Another Collaborative Whiteboard App
## What is it ?
@torineos and @akomry's submission to `Make your own app!` game jam.
Probably a networking or multimedia app or something.
@akomry's submission to `Make your own app!` game jam.
Basically, this is an online drawing app. It only has the most basic tools for now, pen and eraser with custom color, but I hope to be able to add more.
## Dependencies
You need at least **[Java 23](https://adoptium.net/temurin/releases/?version=23)** up and running.
Probably **[Java 23](https://adoptium.net/temurin/releases/?version=23)** up and running.
## Installation guide
@ -16,14 +17,20 @@ install a packaged zipped file. Then execute `[extract dir]/bin/app`.
## -Roadmap-
- [x] Brainstorming
- [ ] Find a name
- [ ] List issues
- [x] Find a name
- [x] List issues
- [x] Experiment with javafx Canvas
- [x] Implement Canvas creation
- [x] Implement TCP/IP server/client
- [x] Implement event callback
- [x] Implement brush, its size and color
- [x] Implement eraser
- [ ] Implement zoom control (WIP, sketchy zoom)
- [ ] Implement layering system
## License
TBD
## Contributors
* @torineos
* @akomry