Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hayattgd/emuratch

An emulator of scratch
https://github.com/hayattgd/emuratch

csharp emulator raylib raylib-cs scratch

Last synced: 3 days ago
JSON representation

An emulator of scratch

Awesome Lists containing this project

README

        

# ![Emuratch](Images/Logo.svg)

[![.NET](https://github.com/hayattgd/Emuratch/actions/workflows/dotnet.yml/badge.svg?branch=stable)](https://github.com/hayattgd/Emuratch/actions/workflows/dotnet.yml)
[![GitHub License](https://img.shields.io/github/license/hayattgd/Emuratch)](https://github.com/hayattgd/Emuratch/blob/stable/LICENSE)

Scratch emulator made with C# & [raylib](https://www.raylib.com/)

Visit [nightly.link](https://nightly.link/hayattgd/Emuratch/workflows/dotnet/dev) for latest builds.
Emuratch supports Windows, MacOS and Linux.

## Controls

| Key | Behaviour |
|-------|---------------------|
| F1 | Load project |
| F5 | Press flag |
| PAUSE | Pause / resume game |
| - | Frame advance |

## LICENSE

This repository is distributed under [MIT License](./LICENSE).

## Used library

| Name | License |
|-----------------------------------------------------|------------------------------------------------------------------------------------|
| [raylib-cs](https://github.com/ChrisDill/Raylib-cs) | [Zlib license](https://github.com/chrisdill/raylib-cs/blob/master/LICENSE) |
| [Newtonsoft.Json](https://www.newtonsoft.com/json) | [MIT License](https://github.com/JamesNK/Newtonsoft.Json/blob/master/LICENSE.md) |
| [SVG.NET](https://github.com/svg-net/SVG) | [Microsoft Public License](https://github.com/svg-net/SVG/blob/master/license.txt) |