Docs - Readme (#5)
This commit is contained in:
parent
3ff795c82b
commit
e637bdff77
3 changed files with 80 additions and 0 deletions
21
LICENSE.md
Normal file
21
LICENSE.md
Normal file
|
@ -0,0 +1,21 @@
|
|||
MIT License
|
||||
|
||||
Copyright (c) 2024 Jordon de Hoog
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
59
README.md
59
README.md
|
@ -1 +1,60 @@
|
|||
# MaterialKolor Builder
|
||||
|
||||
[](http://kotlinlang.org)
|
||||
[](https://github.com/jordond/materialkolorbuilder/actions/workflows/ci.yml)
|
||||
[](https://github.com/jordond/materialkolorbuilder/actions/workflows/release.yml)
|
||||
[](https://opensource.org/license/mit/)
|
||||
|
||||
[](https://github.com/JetBrains/compose-multiplatform)
|
||||

|
||||

|
||||

|
||||
|
||||
A Material3 Theme builder powered by [MaterialKolor](https://github.com/jordond/MaterialKolor).
|
||||
|
||||
Visit at [materialkolor.com](https://materialkolor.com).
|
||||
|
||||
[mkb-demo.webm](https://github.com/user-attachments/assets/6368a0c3-9df9-416e-81ce-eeb763e74c6e)
|
||||
|
||||
## Table of Contents
|
||||
|
||||
- [Features](#features)
|
||||
- [Platforms](#platforms)
|
||||
- [Contributing](#contributing)
|
||||
- [License](#license)
|
||||
|
||||
## Features
|
||||
|
||||
- Generate Material3 themes from a single color
|
||||
- Select from a variety of preset images
|
||||
- Upload your own image to extract a color from
|
||||
- Change other settings like:
|
||||
- Palette Style
|
||||
- Contrast
|
||||
- Etc
|
||||
- Export as standard Material Compose code, or a snippet to
|
||||
get [MaterialKolor](https://github.com/jordond/MaterialKolor) up and running.
|
||||
|
||||
## Inspiration
|
||||
|
||||
The heart of this app comes from the [material-color-utilities](https://github.com/material-foundation/material-color-utilities). A Java library for creating
|
||||
Material3 color schemes. I commonized it in my [MaterialKolor](https://github.com/jordond/MaterialKolor) library, and created this app to
|
||||
showcase it.
|
||||
|
||||
## Platforms
|
||||
|
||||
This app is written with Compose Multiplatform, and can be used on the following platforms:
|
||||
|
||||
- Android
|
||||
- iOS (not tested)
|
||||
- JVM (Desktop)
|
||||
- Browser (wasm)
|
||||
|
||||
## Contributing
|
||||
|
||||
Contributions are greatly appreciated! If you find a bug, or have a feature request, please open an
|
||||
issue. If you would like to contribute, please open a pull request.
|
||||
|
||||
## License
|
||||
|
||||
See [LICENSE](LICENSE) for more information.
|
||||
|
|
BIN
assets/mkb-demo.gif
Normal file
BIN
assets/mkb-demo.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.9 MiB |
Loading…
Add table
Add a link
Reference in a new issue