https://github.com/sebkur/compose-browser
Simple web browser built using Compose for desktop
https://github.com/sebkur/compose-browser
application compose compose-desktop gui gui-application java jetpack-compose kotlin kotlin-multiplatform
Last synced: 5 months ago
JSON representation
Simple web browser built using Compose for desktop
- Host: GitHub
- URL: https://github.com/sebkur/compose-browser
- Owner: sebkur
- License: gpl-3.0
- Created: 2023-09-01T07:19:42.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-10-16T06:27:08.000Z (over 2 years ago)
- Last Synced: 2025-12-23T06:44:20.673Z (6 months ago)
- Topics: application, compose, compose-desktop, gui, gui-application, java, jetpack-compose, kotlin, kotlin-multiplatform
- Language: Kotlin
- Size: 501 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Compose Browser - a simple web browser
This is a very basic web browser built using Compose for desktop.
It cannot display complex HTML, just basic documents, roughly the set
of HTML elements that you can expect from rendering markdown documents to
HTML.
To run the browser, execute this:
./gradlew pinpitRun
## License
This project is released under the terms of the GNU General Public License.
See [LICENSE.md](LICENSE.md) for details.