You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
spvessel 906ef97262 Added browser slices support 3 years ago
..
gradle/wrapper Minor CEF tweaks. 4 years ago
libs Minor CEF tweaks. 4 years ago
scripts CEF runtime publishing scripts. 4 years ago
src/main/kotlin/org/jetbrains/compose/desktop Added browser slices support 3 years ago
third_party/java-cef-jb-compose-patch Added example of CEF integration in Jetpack Compose. 4 years ago
.gitattributes Added example of CEF integration in Jetpack Compose. 4 years ago
.gitignore Updated cef example according to cfd 0.3.0-build133 3 years ago
README.md Added browser slices support 3 years ago
build.gradle.kts Updated cef example according to cfd 0.3.0-build133 3 years ago
gradlew Minor CEF tweaks. 4 years ago
gradlew.bat Added example of CEF integration in Jetpack Compose. 4 years ago
settings.gradle.kts CEF to dev97 4 years ago

README.md

CEF integration for Desktop Jetpack Compose.

Run example: To run application execute in terminal: ./gradlew run To run application in browser sliced mode execute in terminal: ./gradlew run --args="slices"

PS. Mac OS X is currently not supported.