https://github.com/lucsoft/bronto-playground
Pain and suffering:tm:.
https://github.com/lucsoft/bronto-playground
Last synced: over 1 year ago
JSON representation
Pain and suffering:tm:.
- Host: GitHub
- URL: https://github.com/lucsoft/bronto-playground
- Owner: lucsoft
- License: mit
- Created: 2021-11-30T15:11:36.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-30T19:36:36.000Z (over 4 years ago)
- Last Synced: 2025-02-05T12:46:00.375Z (over 1 year ago)
- Language: Kotlin
- Size: 4.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bronto Playground
This is a repository for implementing Brontodroid and test it easily before
we finalize things into a library/module to be consumed separately.
## Aim
The aim is to implement a Deno runtime on top of Android WebView, which
runs on WebKit, and inherently, JavaScriptCore for it's JS Execution.
Which means we need to implement the Runtime from scratch. We aim to
implement the runtime in Kotlin as it allows for modern syntax and
more efficiency and productivity with its features.
## Requirements
- IntelliJ IDEA (or Android Studio)
- Deno
- Kotlin