MCJack123 / craftos2

A fast, modern, and feature-filled ComputerCraft emulator written in C++.

Home Page:https://www.craftos-pc.cc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature idea: Opening Android apps

awesomebossdj7 opened this issue · comments

commented

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
I love computercraft, and it would be cool if I could have a computercraft like GUI for my phone

Describe the solution you'd like
A clear and concise description of what you want to happen.
Make a way to open Android apps with CraftOS app, either a peripheral you can attach or a function under "os" like "os.openApp("Reddit")"

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
maybe you could make a cc launcher for Android, so when you open your phone, it goes to a custom program you made, that can also open Android apps

Additional context
Add any other context or screenshots about the feature request here.

commented

For iPhones, you could make it be able to run shortcuts, would be really useful for cc

Maybe you could do the same with Android somehow, like allowing to turn volume up and down, seeing notifications, getting battery percentage, etc

commented

maybe you could also allow for CraftOS to open in a picture on picture window, not sure if it's possible for iPhone, but Android it might be possible, would be cool

  1. Interacting with the outside OS, including opening apps, is out of scope for CraftOS-PC, especially on mobile platforms. I don't intend on adding any features that break outside of the computer's environment, unless required to make the app usable.
  2. PiP requires a video stream to operate, so it's not possible to integrate the app into PiP. Even if it were possible, the screen would be incredibly small to the point of being useless.