OpenComputer Emulator
This emulator is inspired by the outstanding work done by gamax with OCEmu ( https://github.com/gamax92/OCEmu ).
This project will not be nearly as impressive as OCEmu, nonetheless I embark.
Project Goals
Expected Disadvantages
But this should be a lot of fun!
How to Build
Just run make
in the source root. If successful, you should have a ocvm
binary. Run it using ./ocvm
There are some requirements for building:
svn: The Makefile will download OpenComputers source files If you do have svn available, or prefer to prepare the system/ dir by hand, from the source root:
wget https://raw.githubusercontent.com/MightyPirates/OpenComputers/master-MC1.7.10/src/main/resources/assets/opencomputers/lua/machine.lua -O system/machine.lua
wget https://raw.githubusercontent.com/MightyPirates/OpenComputers/master-MC1.7.10/src/main/resources/assets/opencomputers/lua/bios.lua -O system/bios.lua
wget https://raw.githubusercontent.com/MightyPirates/OpenComputers/master-MC1.7.10/src/main/resources/assets/opencomputers/font.hex -O system/font.hex
g++ 5.4 with c++14 support (experimental/filesystem is used)
lua5.2 (make lua=5.3
to use lua5.3)
A vt100 compatible terminal
Future Scope
I plan to add support for building ocvm on Mac using boost filesystem and clang+llvm
I do not plan to add support for non-ansi terminals nor windows. If this works in cygwin it wasn't on purpose