#Mimic
A fully featured emulator for the Minecraft mod ComputerCraft that runs straight in your browser.
Mimic makes use of
- Emscripten - allowing a direct port of Lua 5.1 into JavaScript
- asm.js - the engine behind Emscripten
- lua5.1.js - a library built by Emscripten
- Jquery - a masterful DOM manipulation library
- Ace Editor - a pure JavaScript editor
- Bootstrap - a CSS framework
- BrowserFS.js - an emulation of the Node.JS filesystem API using LocalStorage and read-only ZIP backends
- Purl - parsing of URL parameters
- PrefixFree - removes the need for vendor prefixes in CSS
- xdRequest - allows cross site HTTP requests
- FileSaver.js Polyfill - library to download content to the computer
- Blob.js Polyfill - a FileSaver.js dependency
- The default rom files that come with ComputerCraft
###Credits
- Made by GravityScore and 1lann
- ComputerCraft by dan200 (Twitter: @DanTwoHundred)
- lua5.1.js by Alexander Gladysh
###License
Mimic is licensed under The Q Public License Version (QPL-1.0)
Link: The Q Public License Version (QPL-1.0)
Mimic by GravityScore and 1lann - Copyright (c) 2014
Summary of the license:
You may modify this software and redistrubute it under the conditions:
- You must retain the copyright and license in any redistrubutions and modifications of this software.
- You may not charge for anything other than the data transfer costs of this software when redistrubuting.
Note this license does not apply for material used in Mimic that we do not own.
###lua5.1.js License
lua5.1.js is licensed under the terms of the MIT license, reproduced below. This means that lua5.1.js is free software and can be used for both academic and commercial purposes at absolutely no cost.
Link: lua5.1.js
lua5.1.js: Copyright (c) 2013, LogicEditor <[email protected]>
Copyright (c) 2013, lua5.1.js authors (see AUTHORS)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the 'Software'), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
###Emscripten License
Emscripten is licensed under the MIT license, shown above.
Link: Emscripten
###Purl License
Purl is licensed under the MIT license, shown above.
Link: Purl