Skip to content

Releases: pingpongboss/compose-exploded-layers

Release 1.1.8

Choose a tag to compare

@pingpongboss pingpongboss released this 22 Oct 10:05

Full Changelog: 1.1.7...1.1.8

  • Move full Buttons demo to KMP common library

🤖️ Android Demo

Download and install directly on your phone, or using adb on your computer:

curl -L -O https://github.com/pingpongboss/compose-exploded-layers/releases/download/1.1.8/android-sample-1.1.8.apk
adb install android-sample-1.1.8.apk

To build from source, run: ./gradlew :samples:android:installDebug

🌐 Web Demo

Try this release directly in your browser (no install needed):

Open wasm-demo-1.1.8 →
To build from source, run: ./gradlew :samples:wasm:wasmJsBrowserDevelopmentRun

🖥️ Desktop Demo

Download and run locally (requires Java 17+):

# macOS
curl -L -O https://github.com/pingpongboss/compose-exploded-layers/releases/download/1.1.8/desktop-sample-1.1.8-macos.jar
java -jar desktop-sample-1.1.8-macos.jar

# Linux
curl -L -O https://github.com/pingpongboss/compose-exploded-layers/releases/download/1.1.8/desktop-sample-1.1.8-linux.jar
java -jar desktop-sample-1.1.8-linux.jar

# Windows
curl -L -O https://github.com/pingpongboss/compose-exploded-layers/releases/download/1.1.8/desktop-sample-1.1.8-windows.jar
java -jar desktop-sample-1.1.8-windows.jar

To build from source, run: ./gradlew :samples:jvm:run

Release 1.1.7

Choose a tag to compare

@pingpongboss pingpongboss released this 20 Oct 03:32

Full Changelog: 1.1.6...1.1.7

  • Add support for landscape mode.

🤖️ Android Demo

Download and install directly on your phone, or using adb on your computer:

curl -L -O https://github.com/pingpongboss/compose-exploded-layers/releases/download/1.1.7/android-sample-1.1.7.apk
adb install android-sample-1.1.7.apk

🌐 Web Demo

Try this release directly in your browser (no install needed):

Open wasm-demo-1.1.7 →

🖥️ Desktop Demo

Download and run locally (requires Java 17+):

# macOS
curl -L -O https://github.com/pingpongboss/compose-exploded-layers/releases/download/1.1.7/desktop-sample-1.1.7-macos.jar
java -jar desktop-sample-1.1.7-macos.jar

# Linux
curl -L -O https://github.com/pingpongboss/compose-exploded-layers/releases/download/1.1.7/desktop-sample-1.1.7-linux.jar
java -jar desktop-sample-1.1.7-linux.jar

# Windows
curl -L -O https://github.com/pingpongboss/compose-exploded-layers/releases/download/1.1.7/desktop-sample-1.1.7-windows.jar
java -jar desktop-sample-1.1.7-windows.jar

Release 1.1.6

Choose a tag to compare

@pingpongboss pingpongboss released this 19 Oct 09:30

Full Changelog: 1.1.5...1.1.6

  • New experimental ExplodedLayersDirection.Behind rendering, which cuts a hole out of the base layer and draws the overlay behind it.
  • New Dialer and Messages apps in the Android, JVM, and Wasm sample apps.
  • Sample apps now have tabbed navigation, and more shared code.

🤖️ Android Demo

Download and install directly on your phone, or using adb on your computer:

curl -L -O https://github.com/pingpongboss/compose-exploded-layers/releases/download/1.1.6/android-sample-1.1.6.apk
adb install android-sample-1.1.6.apk

🌐 Web Demo

Try this release directly in your browser (no install needed):

Open wasm-demo-1.1.6 →

🖥️ Desktop Demo

Download and run locally (requires Java 17+):

# macOS
curl -L -O https://github.com/pingpongboss/compose-exploded-layers/releases/download/1.1.6/desktop-sample-1.1.6-macos.jar
java -jar desktop-sample-1.1.6-macos.jar

# Linux
curl -L -O https://github.com/pingpongboss/compose-exploded-layers/releases/download/1.1.6/desktop-sample-1.1.6-linux.jar
java -jar desktop-sample-1.1.6-linux.jar

# Windows
curl -L -O https://github.com/pingpongboss/compose-exploded-layers/releases/download/1.1.6/desktop-sample-1.1.6-windows.jar
java -jar desktop-sample-1.1.6-windows.jar

Release 1.1.5-alpha10

Release 1.1.5-alpha10 Pre-release
Pre-release

Choose a tag to compare

@pingpongboss pingpongboss released this 15 Oct 07:56

🤖️ Android Demo

Download and install directly on your phone, or using adb on your computer:

curl -L -O https://github.com/pingpongboss/compose-exploded-layers/releases/download/1.1.5-alpha10/android-sample-1.1.5-alpha10.apk
adb install android-sample-1.1.5-alpha10.apk

🌐 Web Demo

Try this release directly in your browser (no install needed):

Open wasm-demo-1.1.5-alpha10 →

🖥️ Desktop Demo

Download and run locally (requires Java 17+):

# macOS
curl -L -O https://github.com/pingpongboss/compose-exploded-layers/releases/download/1.1.5-alpha10/desktop-sample-1.1.5-alpha10-macos.jar
java -jar desktop-sample-1.1.5-alpha10-macos.jar

# Linux
curl -L -O https://github.com/pingpongboss/compose-exploded-layers/releases/download/1.1.5-alpha10/desktop-sample-1.1.5-alpha10-linux.jar
java -jar desktop-sample-1.1.5-alpha10-linux.jar

# Windows
curl -L -O https://github.com/pingpongboss/compose-exploded-layers/releases/download/1.1.5-alpha10/desktop-sample-1.1.5-alpha10-windows.jar
java -jar desktop-sample-1.1.5-alpha10-windows.jar

Release 1.1.5

Choose a tag to compare

@pingpongboss pingpongboss released this 14 Oct 21:24
967c228

Full Changelog: 1.1.3...1.1.5

  • Add samples/jvm module
  • Publish MacOS, Windows, and Linux demos to release notes on each release

🤖️ Android Demo

Download and install directly on your phone, or using adb on your computer:

curl -L -O https://github.com/pingpongboss/compose-exploded-layers/releases/download/1.1.5/android-sample-1.1.5.apk
adb install android-sample-1.1.5.apk

🌐 Web Demo

Try this release directly in your browser (no install needed):

Open wasm-demo-1.1.5 →

🖥️ Desktop (JVM) Demo

Download and run locally (requires Java 17+):

# macOS
curl -L -O https://github.com/pingpongboss/compose-exploded-layers/releases/download/1.1.5/desktop-sample-1.1.5-macos.jar
java -jar desktop-sample-1.1.5-macos.jar

# Linux
curl -L -O https://github.com/pingpongboss/compose-exploded-layers/releases/download/1.1.5/desktop-sample-1.1.5-linux.jar
java -jar desktop-sample-1.1.5-linux.jar

# Windows
curl -L -O https://github.com/pingpongboss/compose-exploded-layers/releases/download/1.1.5/desktop-sample-1.1.5-windows.jar
java -jar desktop-sample-1.1.5-windows.jar

Release 1.1.5-alpha9

Release 1.1.5-alpha9 Pre-release
Pre-release

Choose a tag to compare

@pingpongboss pingpongboss released this 14 Oct 21:04
967c228

Full Changelog: 1.1.5-alpha8...1.1.5-alpha9

🌐 Web Demo

Try this release directly in your browser (no install needed):

Open wasm-demo-1.1.5-alpha9 →

🖥️ Desktop Demos

Download and run locally (requires Java 17+):

# macOS
java -jar desktop-sample-1.1.5-alpha9-macos.jar

# Linux
java -jar desktop-sample-1.1.5-alpha9-linux.jar

# Windows
java -jar desktop-sample-1.1.5-alpha9-windows.jar

Release 1.1.5-alpha8

Release 1.1.5-alpha8 Pre-release
Pre-release

Choose a tag to compare

@pingpongboss pingpongboss released this 14 Oct 19:03

Full Changelog: 1.1.5-alpha3...1.1.5-alpha8

🖥️ Desktop Demos

Download and run locally (requires Java 17+):

# macOS
java -jar desktop-sample-+1.1.5-alpha8+-macos.jar

# Linux
java -jar desktop-sample-+1.1.5-alpha8+-linux.jar

# Windows
java -jar desktop-sample-+1.1.5-alpha8+-windows.jar

🌐 Web Demo

Try this release directly in your browser (no install needed):

Open wasm-demo-1.1.5-alpha8 →

Release 1.1.5-alpha7

Release 1.1.5-alpha7 Pre-release
Pre-release

Choose a tag to compare

@pingpongboss pingpongboss released this 14 Oct 19:00

Release 1.1.5-alpha6

Release 1.1.5-alpha6 Pre-release
Pre-release

Choose a tag to compare

@pingpongboss pingpongboss released this 14 Oct 18:43

Full Changelog: https://github.com/pingpongboss/compose-exploded-layers/compare/1.1.5-alpha3...1.1.5-alpha6\n## 🖥️ Desktop Demos\nDownload and run locally (requires Java 17+):\n\nbash\n# macOS\njava -jar desktop-sample-1.1.5-alpha6-macos.jar\n\n# Linux\njava -jar desktop-sample-1.1.5-alpha6-linux.jar\n\n# Windows\njava -jar desktop-sample-1.1.5-alpha6-windows.jar\n\n

🌐 Web Demo

Try this release directly in your browser (no install needed):

Open wasm-demo-1.1.5-alpha6 →

Release 1.1.5-alpha5

Release 1.1.5-alpha5 Pre-release
Pre-release

Choose a tag to compare

@pingpongboss pingpongboss released this 14 Oct 07:51

Full Changelog: https://github.com/pingpongboss/compose-exploded-layers/compare/1.1.5-alpha3...1.1.5-alpha5\n\n## 🖥️ Desktop Demos\nDownload and run locally (requires Java 17+):\n\nbash\n# macOS\njava -jar desktop-sample-1.1.5-alpha5-macos.jar\n\n# Linux\njava -jar desktop-sample-1.1.5-alpha5-linux.jar\n\n# Windows\njava -jar desktop-sample-1.1.5-alpha5-windows.jar\n\n

🌐 Web Demo

Try this release directly in your browser (no install needed):

Open wasm-demo-1.1.5-alpha5 →