mirror of
https://github.com/zenith391/OCEmu.git
synced 2025-09-29 16:05:05 -04:00

Add some more checks into component.connect Add component.disconnect Send signals component_added/removed when adding/removing components, except on boot Add some checks to eeprom component Add checks to filesystem component Add checks to gpu component Add checks to screen component Remove showWindow, causing issues in linux and doing nothing in windows Remove a useless renderchange calculation Fix internet.request for response codes 400 and above, oppm now works Add a ocemu component, which will be used to control the emulator from inside Add a basic configuration program, allowing to insert and delete components Add ocemu component to the list
OCEmu - OpenComputers Emulator
Installation
Needs luafilesystem, utf8, and luaffi.
luasocket is required for the Internet Component.
luasec is optional but is required for HTTPS.
luarocks-5.2 install luafilesystem
luarocks-5.2 install utf8
git clone https://github.com/gamax92/luaffi.git
cd luaffi
make
sudo cp ffi.so /appropriate/path/for/lua/libraries/
# OpenComputer's lua source code is not provided, if you have svn then use the provided Makefile
# If you hate svn, manually download assets/loot, assets/lua, and assets/unifont.hex into src/
Windows users will have to manually compile everything, as luarocks seems to hate MSYS2/Cygwin
Native binaries will be provided for Windows when its ready.
Running
Launch boot.lua with lua5.2, and provided everything is installed, you'll have a working Emulator
OCEmu stores its files in $HOME/.ocemu or %APPDATA%\.ocemu, whichever happens to exist first
Description
Languages
Lua
97.7%
Shell
2%
C
0.2%