OpenMods / OpenPeripheral

https://openmods.info
MIT License
67 stars 25 forks source link

Support for OpenComputers #182

Closed feldim2425 closed 9 years ago

feldim2425 commented 10 years ago

Please add a support for opencomputers.

theoriginalbit commented 10 years ago

as far as I was aware OpenComputers had the ability to interface directly with ComputerCraft peripherals.

feldim2425 commented 10 years ago

But you have to install Computercraft to run OpenPeripheral.

boq commented 10 years ago

Yes, we have hard dependency (required-after) for CC in OpenPeripheral-Core and -Addons. It was put there, since we had too many reports from people trying to run mods with wrong version of CC (with this annotation we can force version requirements).

This requirement with probably stay in there, unless we do proper full OC support (no plans for that). Right now OP is primarily CC addon and we don't officially support this somehow specific configuration.

Leaving this issue open as feature suggestion.

Xfel commented 9 years ago

It's true that OC can interface CC peripehrals, but because of it's architecture it cannot provide the ILuaContext functionality. However, OpenPeripheral heavily relies on those yield functions. So actually it's absolutely impossible to use OpenPeripherals from OC.

boq commented 9 years ago

Oooh, forgot about this one. Implemented!