-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a9bd776
commit 41eceae
Showing
5 changed files
with
37 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,36 @@ | ||
### Jetpack Compose Drawing App | ||
<div align="center"> | ||
<img width="150" src="/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png" alt="App icon"> | ||
<h1 align="center">SoftBoard</h1> | ||
<b>SoftBoard</b> is a simple whiteboard app for android. | ||
</div> | ||
<br> | ||
|
||
Drawing app written with Jetpack Compose Canvas. | ||
<div align="center"> | ||
<img alt="License" src="https://img.shields.io/github/license/SuhasDissa/SoftBoard?color=c3e7ff&style=flat-square"> | ||
<img alt="Downloads" src="https://img.shields.io/github/downloads/SuhasDissa/SoftBoard/total.svg?color=c3e7ff&style=flat-square"> | ||
<img alt="Last commit" src="https://img.shields.io/github/last-commit/SuhasDissa/SoftBoard?color=c3e7ff&style=flat-square"> | ||
<img alt="Repo size" src="https://img.shields.io/github/repo-size/SuhasDissa/SoftBoard?color=c3e7ff&style=flat-square"> | ||
<img alt="Stars" src="https://img.shields.io/github/stars/SuhasDissa/SoftBoard?color=c3e7ff&style=flat-square"> | ||
<br> | ||
</div> | ||
|
||
--- | ||
|
||
<img src="/./screenshots/1.png" align="right" width="50%"/> | ||
<details> | ||
<summary> Screenshots</summary> | ||
<p align="center"> | ||
<img src="fastlane/metadata/android/en-US/images/phoneScreenshots/1.png" width="30%" /> | ||
</p> | ||
</details> | ||
|
||
### TODOs: | ||
- [ ] Add BitmapShader for different type of pencils | ||
## Features | ||
- Infinite canvas | ||
- Color Picker | ||
- Supports multiple brush sizes | ||
- Export Drawing as PNG or JPEG | ||
|
||
## Installation | ||
|
||
[<img src="https://github.com/machiav3lli/oandbackupx/blob/034b226cea5c1b30eb4f6a6f313e4dadcbb0ece4/badge_github.png" | ||
alt="Get it on GitHub" | ||
height="80">](https://github.com/SuhasDissa/SoftBoard/releases/latest) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
SoftBoard is a simple Whiteboard app for android. | ||
It support using multiple colors, brush sizes. | ||
App has an infinite canvas to draw whatever you want. | ||
You can export your drawings as PNG or JPEG. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
SoftBoard is a simple whiteboard app for android. |