Scythe
SCYTHE is a lightweight, C#-based game engine focused on modifiability and rapid iteration using Raylib.
A fantasy console written in C# with a simple but powerful assembly language
git clone https://github.com/ChristosMaragkos/Sharpie.gitChristosMaragkos/SharpieTry the new web-based runner! | Join the Discord!
Sharpie is a 16-bit fantasy console implemented in C#. It is a powerhouse designed to get in your way as little as possible while mimicking how old NES- and SNES-era games were programmed. It features its own custom Assembly language that facilitates most of what you'd need to not pull your hair out in the process of making a game, as well as support for C.
sharpie-cli and sharpie-runner from the Releases tab.main.c or main.asm.#include <sharpie.h>
int main(void) {
print("Hello Sharpie!");
return 42;
}
sharpie main.c -Ogame.shr onto the Sharpie window or pass its path through the command line.Sharpie, the Sharpie Logo, and the Sharpie BIOS are licensed under the LGPL License. See LICENSE.md for details.
Sharpie (the fantasy console) is in no way affiliated with the actual brand of dry-erase markers.
more like this
SCYTHE is a lightweight, C#-based game engine focused on modifiability and rapid iteration using Raylib.
.Net 10 (.Net 8+) webassembly starter project using raylib-cs nuget 7.0.2 and raylib 5.5
Provides the ability to show various dialogs and child windows in a DI injectable application dialog service ready to p…
Vinculum (vin·cu·lum) is a set of C# autogen bindings for Raylib 5.0 additionally provides some convenience wrappers. R…
search projects, people, and tags