Skip to content

Commit

Permalink
readme tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
sargunv committed Nov 23, 2024
1 parent 619ee49 commit 94b51cc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
5 changes: 5 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Contributing

TODO steps to get set up to develop

TODO architecture notes
12 changes: 4 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@
This project is a [Compose Multiplatform](https://www.jetbrains.com/compose-multiplatform/) library
for [MapLibre](https://maplibre.org/). You can use it to embed an interactive vector map in your Compose app.

Android and iOS are supported via [MapLibre Native](https://github.com/maplibre/maplibre-native).
Android and iOS support is backed by [MapLibre Native](https://github.com/maplibre/maplibre-native).

Desktop and Web are not yet supported.

TODO add animated screenshots here

## Usage

This library is published via (TODO).
Expand All @@ -15,7 +17,7 @@ In your Gradle version catalog, add:

```toml
[libraries]
// ...
# ...
maplibre-compose = { module = "dev.sargunv.maplibre:maplibre-compose", version = "0.1.0" }
```

Expand Down Expand Up @@ -102,9 +104,3 @@ The following may be explored in the future:
* Decouple composable style management from map rendering, for use in style generation scripts

Contributions are welcome for any of the above!

# Contributing

TODO steps to get set up to develop

TODO architecture notes

0 comments on commit 94b51cc

Please sign in to comment.