Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mobivm/robovm
Ahead of time compiler for JVM bytecode targetting iOS, Mac OSX and Linux
https://github.com/mobivm/robovm
aot bytecode ios java jvm kotlin linux macosx robovm
Last synced: 5 days ago
JSON representation
Ahead of time compiler for JVM bytecode targetting iOS, Mac OSX and Linux
- Host: GitHub
- URL: https://github.com/mobivm/robovm
- Owner: MobiVM
- Created: 2016-04-20T20:14:29.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-09-22T23:55:12.000Z (4 months ago)
- Last Synced: 2025-01-01T21:57:48.516Z (19 days ago)
- Topics: aot, bytecode, ios, java, jvm, kotlin, linux, macosx, robovm
- Language: Java
- Homepage: https://mobivm.github.io
- Size: 198 MB
- Stars: 972
- Watchers: 66
- Forks: 133
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RoboVM
![Build Status](https://github.com/MobiVM/robovm/actions/workflows/snapshot.yml/badge.svg)
[**Website**](https://mobivm.github.io) -
[**Developer Guide**](https://github.com/MobiVM/robovm/wiki/Developer-Guide) -
[**Changelog**](https://github.com/MobiVM/robovm/wiki/Changelog) -
[**RoboPods**](https://github.com/MobiVM/robovm-robopods) -
[**dkimitsa's dev blog**](https://dkimitsa.github.io/)RoboVM is an ahead-of-time compiler for Java bytecode, targeting Linux, Mac OS X and iOS.
This is a fork of the [last open-source release of RoboVM](https://github.com/robovm/robovm).
## Key Features
**iOS 16 and XCode 14** are fully supported.
**Interface Builder Integration** is also available, details in [this wiki article](https://github.com/MobiVM/robovm/wiki/Is-XCode-interface-builder-supported%3F).
**Debugging support** is finished, and stable thanks to @dkimitsa!
## Using RoboVM
There are pre-built plugins for Eclipse and IntelliJ IDEA, for installation take a look at the [homepage](http://mobivm.github.io/).
For using the RoboVM Gradle plugin, follow the [README in the repository](https://github.com/MobiVM/robovm/tree/master/plugins/gradle)
## Communicating
[![Join the chat at https://gitter.im/MobiVM/robovm](https://badges.gitter.im/MobiVM/robovm.svg)](https://gitter.im/MobiVM/robovm?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)## License
See the LICENSE files in the various sub directories. Generally, RoboVM is GPL2,
with the runtime code being Apache 2 for distribution on iOS.