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
- Host: GitHub
- URL: https://github.com/eaceto/opencorelocation
- Owner: eaceto
- License: mit
- Created: 2025-03-10T18:34:04.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-10T18:34:06.000Z (over 1 year ago)
- Last Synced: 2025-03-11T07:16:50.189Z (over 1 year ago)
- Language: Swift
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)*