https://github.com/dingyi222666/androcode
https://github.com/dingyi222666/androcode
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dingyi222666/androcode
- Owner: dingyi222666
- Created: 2023-12-24T11:51:45.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-19T04:34:50.000Z (over 1 year ago)
- Last Synced: 2025-02-28T16:11:08.629Z (5 months ago)
- Language: Kotlin
- Size: 327 KB
- Stars: 9
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.EN.md
Awesome Lists containing this project
README
# AndroCode
[中文](README.MD) | English
---
A modern, plugin-based VS Code-like editor running on Android.
### Note: **This project may be abandoned at any time, and it is only for reference and learning purposes before it is completed.**
---
## Features
- Modern
Pure Kotlin API, fully compatible with coroutine, using runner API to execute projects, entirely Compose-built UI.
- Plugin-based
Fully abstracted plugin API, integrated with Compose to enable infinite possibilities.
Atomic operations, promoting that all operations can be undoable, low-cost uninstallation and installation of plugin design. Make plugins more lightweight.