Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hayattgd/emuratch
- Owner: hayattgd
- License: mit
- Created: 2024-10-28T15:49:19.000Z (2 months ago)
- Default Branch: stable
- Last Pushed: 2024-12-29T14:24:00.000Z (7 days ago)
- Last Synced: 2024-12-29T14:29:39.873Z (7 days ago)
- Topics: csharp, emulator, raylib, raylib-cs, scratch
- Language: C#
- Homepage:
- Size: 133 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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) |