Jump to content
  • Sky
  • Blueberry
  • Slate
  • Blackcurrant
  • Watermelon
  • Strawberry
  • Orange
  • Banana
  • Apple
  • Emerald
  • Chocolate
  • Charcoal

EcmaXp

Members
  • Content Count

    3
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by EcmaXp

  1. https://minecraft.curseforge.com/projects/openpython https://github.com/EcmaXp/OpenPython OpenPython makes micropython available on OpenComputers. micropython is Python for embedded devices and is different from CPython. Currently, micropython is partially compatible with Python version 3.4 as of October 2018. Features include: - Fully persistable. - Runs in a sandboxed environment and does not require a separate native DLL. - Supports virtual file system. - It can call other components and supports Lua architecture's UserData. Limitations include: - The fi
  2. This mod provide the way to use python on OpenComputers. (When i finish the work by next 2016 year, it will running as server mods so client are don't need this mods) = Source Code = - https://github.com/EcmaXp/micropython (MIT License) - https://github.com/EcmaXp/mpoc (Public Domain!) = Notes = - Build this mod are very hard. (Easy way is must require linux machine for build micropython library) - Currently multi state with micropython are working but can be crash minecraft! (VERY UNSTABLE) (i don't know why that is crash; sometimes bad free thing happen) - Do not repeat c
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.