An open API service indexing awesome lists of open source software.

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

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.