Skip to content

Commit

Permalink
Graphics2D example (#3770)
Browse files Browse the repository at this point in the history
COMPOSE-357

- Merged non UI examples visual-effects, falling-balls and minesweeper
into one graphics2d
 - Removed deprecated function calls `kotlin.system.getTimeNanos()`
 - Little bit simplifyed code
 - Used Material3

Co-authored-by: Igor Demin <[email protected]>
  • Loading branch information
dima-avdeev-jb and igordmn authored Oct 9, 2023
1 parent 834d708 commit d7a82a4
Show file tree
Hide file tree
Showing 159 changed files with 642 additions and 3,429 deletions.
4 changes: 1 addition & 3 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@
| [Imageviewer](imageviewer) | Image Viewer application | Android, iOS, Desktop |
| [Codeviewer](codeviewer) | File browser and code viewer application | Android, iOS, Desktop |
| [Chat](chat) | A simple chat | Android, iOS, Desktop |
| [Minesweeper](minesweeper) | A simple game where you need to find hidden mines | Android, iOS, Desktop |
| [Falling Balls](falling-balls) | A simple game | Android, iOS, Desktop |
| [Visual effects](visual-effects) | Visual effects | Android, iOS, Desktop |
| [Graphics2D](graphics-2d) | 2D Games and graphics examples | Android, iOS, Desktop |
| [Widgets Gallery](widgets-gallery) | Gallery of standard widgets | Android, iOS, Desktop |
| [Todoapp Lite](todoapp-lite) | A simple todo app fully based on Compose | Android, iOS, Desktop |
| [Issues tracker](issues) | GitHub issue tracker with an adaptive UI and ktor-client | Android, Desktop |
Expand Down
21 changes: 0 additions & 21 deletions examples/falling-balls/README.md

This file was deleted.

This file was deleted.

19 changes: 0 additions & 19 deletions examples/falling-balls/desktopApp/src/jvmMain/kotlin/Main.kt

This file was deleted.

3 changes: 0 additions & 3 deletions examples/falling-balls/iosApp/Configuration/Config.xcconfig

This file was deleted.

24 changes: 0 additions & 24 deletions examples/falling-balls/jsApp/build.gradle.kts

This file was deleted.

15 changes: 0 additions & 15 deletions examples/falling-balls/jsApp/src/jsMain/kotlin/main.js.kt

This file was deleted.

32 changes: 0 additions & 32 deletions examples/falling-balls/jsApp/src/jsMain/resources/index.html

This file was deleted.

32 changes: 0 additions & 32 deletions examples/falling-balls/settings.gradle.kts

This file was deleted.

125 changes: 0 additions & 125 deletions examples/falling-balls/shared/build.gradle.kts

This file was deleted.

This file was deleted.

This file was deleted.

19 changes: 0 additions & 19 deletions examples/falling-balls/shared/src/iosMain/kotlin/main.ios.kt

This file was deleted.

Loading

0 comments on commit d7a82a4

Please sign in to comment.