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

https://github.com/eaceto/opencorelocation

An implementation of CoreLocation for Swift on Linux
https://github.com/eaceto/opencorelocation

Last synced: over 1 year ago
JSON representation

An implementation of CoreLocation for Swift on Linux

Awesome Lists containing this project

README

          

# OpenCoreLocation

OpenCoreLocation is a work-in-progress library developed by **Ezequiel (Kimi) Aceto** with the goal of bringing Apple's **CoreLocation** functionality to **Linux**.

## Project Status
This project is currently under active development, aiming to create a fully compatible CoreLocation API for Linux environments. The implementation focuses on maintaining the same API and behavior as Apple's CoreLocation, making it easier to port applications to Linux.

## Roadmap
- [x] Implement CoreLocation enums and basic structures.
- [x] Create `CLLocationManager` and `CLLocationManagerDelegate` classes.
- [ ] Add support for more advanced location services (e.g., region monitoring, heading updates).
- [ ] Implement more accuracy-based providers for different use cases.
- [ ] Extensive testing and validation on Linux distributions.

## Contributing
Contributions are welcome! Please reach out if you're interested in collaborating on this project.

## License
This project is licensed under the **MIT License**.

---
*Developed by [Ezequiel (Kimi) Aceto](https://eaceto.dev)*