Generate amazing interactive arts using geolocation
Download at Play Store
Martp is an interactive art generator that uses geolocation as a user interaction interface. It is an open-source and educational project developed at the Federal University of Bahia by student Manoel Ribeiro. To learn more about the project, you can contact me on LinkedIn, visit my GitHub, or check out the project repository.
- Uses the Processing android library to manipulate pixels of a static map image and creates a beautiful map art.
- Fetch static map images from Mapbox API.
- Use Android location services to get user location in real time.
- Share your arts through any social media as Whatsapp or Instagram.
- Android
- Kotlin
- Processing
- Mapbox
If you want to just use Martp, you can download it at Google Play Store, but if you want to run the code on your machine, make modifications or contribute with the project, follow these steps.
You need to setup Android/Java environment on your machine, for that you should download Android Studio on Android Developers.
Below is an example of how you can instruct your audience on installing and setting up your app. This template doesn't rely on any external dependencies or services.
- Get a free API Key at Mapbox
- Clone the repo
git clone git@github.com:manoellribeiro/map-arts.git
- Put your Mapbox API Key in
local.properties
MAPBOX_API_KEY=yourApiKeyHere
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Check the repo issues to see any suggestion of new features.
- Fork the Project
- Create your Feature Branch
git checkout -b feat/newFeature
- Commit your Changes
git commit -m 'feat: add some amazing new feature'
- Push to the Branch
git push origin feat/newFeature
- Open a Pull Request
Distributed under the GNU GENERAL PUBLIC LICENSE. See LICENSE
for more information.
Manoel Ribeiro - Linkedin