Skip to content

Commit

Permalink
Add Color Palette Example (#695)
Browse files Browse the repository at this point in the history
* Add Color Palette example

* Add README
  • Loading branch information
sundaram123krishnan authored Nov 20, 2024
1 parent 78b9319 commit f6614d3
Show file tree
Hide file tree
Showing 4 changed files with 600 additions and 0 deletions.
10 changes: 10 additions & 0 deletions examples/color_pallete/Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[package]
name = "color_pallete"
edition = "2021"
license.workspace = true
version.workspace = true

[dependencies]
im.workspace = true
floem = { path = "../.." }
palette = "0.7.6"
7 changes: 7 additions & 0 deletions examples/color_pallete/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## Color palette

A color palette generator

<div align="center">
<img src="color_palette.png">
</div>
Binary file added examples/color_pallete/color_palette.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit f6614d3

Please sign in to comment.