You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Added KMP support for iOS * added working ios example * added working ios example replaced ios project with uikit one * cleaned up code added entry point for desktop compose * added support for browser Added skia support for browser through BrowserViewportWindow * added a new mandela pattern * Optimized performance for some older ones fix broken animation add variation of PersistableCanvas * updated jekyll readmes with new gifs * updated documentation Added links to sources * fix duplicate double conversion
| A basic Flow field ||[Jetpack Compose](https://github.com/thelumiereguy/CreativeCodingExamples/blob/master/jetpack-compose/src/main/java/dev/thelumiereguy/creative_coding_compose/examples/basic_flow_field/BasicFlowField.kt)|
28
-
| Flow field Variation 1 ||[Jetpack Compose](https://github.com/thelumiereguy/CreativeCodingExamples/blob/master/jetpack-compose/src/main/java/dev/thelumiereguy/creative_coding_compose/examples/flow_field_patterns/FlowFieldPattern1.kt)|
29
-
| Flow field Variation 2 ||[Jetpack Compose](https://github.com/thelumiereguy/CreativeCodingExamples/blob/master/jetpack-compose/src/main/java/dev/thelumiereguy/creative_coding_compose/examples/flow_field_patterns/FlowFieldPattern2.kt)|
| A basic Flow field ||[Jetbrains Compose](https://github.com/thelumiereguy/CreativeCodingExamples/blob/master/jetpack-compose/src/main/java/dev/thelumiereguy/creative_coding_compose/examples/basic_flow_field/BasicFlowField.kt)|
28
+
| Flow field Variation 1 ||[Jetbrains Compose](https://github.com/thelumiereguy/CreativeCodingExamples/blob/master/jetpack-compose/src/main/java/dev/thelumiereguy/creative_coding_compose/examples/flow_field_patterns/FlowFieldPattern1.kt)|
29
+
| Flow field Variation 2 ||[Jetbrains Compose](https://github.com/thelumiereguy/CreativeCodingExamples/blob/master/jetpack-compose/src/main/java/dev/thelumiereguy/creative_coding_compose/examples/flow_field_patterns/FlowFieldPattern2.kt)|
30
30
31
31
32
32
### Contributions
@@ -38,6 +38,7 @@ We would like you to play with this repository and contribute and show-off your
38
38
1.[**k5-compose**](https://github.com/CuriousNikhil/k5-compose) - A p5.js port for Jetpack Compose Desktop
3.[**Jetpack Compose**](https://developer.android.com/jetpack/compose) - Jetpack Compose on Mobile
41
+
4.[**Jetbrains Compose**](https://www.jetbrains.com/lp/compose-mpp/) - Jetbrains Compose for Android, iOS, Web, Desktop
41
42
- All above three modules are separated in the repository.
42
43
43
44
**Please check the [contribution guide in wiki](https://github.com/thelumiereguy/CreativeCodingExamples/wiki/Contribution-Guide) to upload your artworks!**
0 commit comments