Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/orangex4/orangex-mobile
A useful tool chain for mobile coding with termux.
https://github.com/orangex4/orangex-mobile
android coding editor mobile orangex termux
Last synced: 14 days ago
JSON representation
A useful tool chain for mobile coding with termux.
- Host: GitHub
- URL: https://github.com/orangex4/orangex-mobile
- Owner: OrangeX4
- License: mit
- Created: 2020-10-08T08:06:13.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-08T08:29:50.000Z (over 2 years ago)
- Last Synced: 2024-10-03T13:22:23.714Z (about 1 month ago)
- Topics: android, coding, editor, mobile, orangex, termux
- Language: JavaScript
- Homepage: https://orangex.orangex4.cool/
- Size: 6.72 MB
- Stars: 21
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [Orangex](https://orangex.orangex4.cool/)
Orangex 是一个专为智能手机设计的, 基于 Termux 的代码编辑器。
详见: [Orangex 说明文档](https://orangex.orangex4.cool/)
## Orangex 特点
### 手机编程
借助 Termux 搭建手机上的 Linux 环境,提供几近于电脑的多语言通用编程体验, 支持 Python, C++, JavaScript, Java 等多种语言。
### 图形界面
提供专门为手机设计的、移动端友好的文件资源管理器、代码编辑器和终端快速执行界面。
### 体积较小
Termux 通过 Android 底层的 Linux 系统执行命令,不额外安装其他 Linux 系统;Orangex 以 Web 方式渲染界面,不需要额外安装图形界面,占用手机内存较少。
### 从零开始
为初学者精心设计的编程教程,无需电脑,只需要一台智能手机就能开始你的编程学习之旅。你好,新世界!
## 安装
### 下载 APP
**下载 [Termux 的安装包](https://box.nju.edu.cn/f/0065095f93504ba5831c/?dl=1) 和 [Orangex 的安装包](https://box.nju.edu.cn/f/340effcc1ddb4419be93/?dl=1) 并安装.**
![](https://p.pstatp.com/origin/138660001fd41ced655eb)
### 执行自动化安装脚本
**请确保在这个过程中你有一个稳定的网络!**
**执行安装脚本过程大概会持续 15 ~ 30 分钟. 消耗约 100 MiB 的流量.**复制下列代码, 粘贴到 `Termux` APP:
```sh
sh -c "$(curl -fsSL https://blog.orangex4.cool/demo/orangex/install.sh)"
```![](https://p.pstatp.com/origin/137460001e3cc839196ee)
**按下回车, 静静等待十几秒, 界面开始输出文本则说明安装脚本已经开始执行.**
**并且会提示 "Termux 正在获取访问存储权限", 选择允许即可.**![](https://p.pstatp.com/origin/13896000227d13b372c95)
**当界面变成如图所示时, 说明安装脚本已经执行完毕了, 恭喜你!**
**成功界面要点: 1.不同的配色. 2.左下角绿色的波浪线 '~'.**
![](https://p.pstatp.com/origin/137a80002b37a51c84df5)
### 开始使用 Orangex
**重启 Termux, 如果安装完成, 你会看见这样的界面:**
![](https://p.pstatp.com/origin/1383a0001ff5041be632e)
**说明你已经安装成功了, 可以使用 Orangex 了!**
**打开 `Orangex` APP:**
![](https://p.pstatp.com/origin/137ae00035592c6b1cfd9)
![](https://p.pstatp.com/origin/138450001d52bb2b7662d)
![](https://p.pstatp.com/origin/1389a0001253a2a1b9f98)
**恭喜你, 可以开始使用 Orangex 编程了!**
## License
This project is licensed under the MIT License.