43 lines
1.1 KiB
Markdown
43 lines
1.1 KiB
Markdown
<div align="center">
|
|
|
|
<h1>IC10Emu</h1>
|
|
|
|
<strong>An Stationeers IC10 Emulator and code Editor</strong>
|
|
|
|
<p>
|
|
Complete with an in built LSP running locally in your browser!
|
|
</p>
|
|
|
|
|
|
<sub>Built with 🦀🕸</sub>
|
|
</div>
|
|
|
|
## About
|
|
|
|
This project is divided into four parts:
|
|
|
|
- The IC10 Emulator library
|
|
- A wasm wrapper for the emulator library
|
|
- A wasm wrapper for the [ic10lsp](https://github.com/Xandaros/ic10lsp) (with modifications not currently merged see: https://github.com/Ryex/ic10lsp/tree/wasm )
|
|
- A Webapp
|
|
|
|
## 🚴 Usage
|
|
|
|
Visit https://ryex.github.io/ic10emu/
|
|
|
|
## License
|
|
|
|
Licensed under either of
|
|
|
|
* Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
|
|
* MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)
|
|
|
|
at your option.
|
|
|
|
### Contribution
|
|
|
|
Unless you explicitly state otherwise, any contribution intentionally
|
|
submitted for inclusion in the work by you, as defined in the Apache-2.0
|
|
license, shall be dual licensed as above, without any additional terms or
|
|
conditions.
|