Scythe
SCYTHE is a lightweight, C#-based game engine focused on modifiability and rapid iteration using Raylib.
WebGPU game engine for fun and games.
git clone https://github.com/Sunset-Studios/Sundown.gitSunset-Studios/SundownAn extendible WebGPU game and simulation engine for fun, games and research.
Some of the current (code) features include:
Sundown also includes a simple but capable ML framework for running real-time AI experiments:
Make sure you have the latest version of NodeJS installed. Clone this repository and make sure to npm install to get all the package dependencies.
> git clone git@github.com:Sunset-Studio/Sundown.git > cd Sundown > npm install
With the project cloned and all package dependencies installed, you're ready to run the project. There is an example app.js that is included from the top-level index.html file. Feel free to replace this with your own experiments or entry points.
To run the development project in a browser, use the npm dev command
> npm run dev
To run the development project in an electron instance, use the npm devtop command
> npm run devtop
You can package and distribute builds for the web or for desktop with the help of Electron Forge.
To package for the web, just run the npm build command.
> npm run build
Then copy the resulting index.html file and assets and engine directories into your site's root.
To build executable electron packages, use the provided npm make command. This will create executable outputs in a top level executables directory.
> npm run make
Sundown is available for free under the MIT license. You can use and modify the engine for individual or commercial use (a reference or mention is still appreciated!) If you want to contribute features or fixes, please fork this repository and submit PRs. I am a one man team but will check any promising PRs as soon as I can. If you want to become a regular contributor feel free to DM me on X or shoot me an email at adrians.sanchez@sunsetlearn.com.
more like this
SCYTHE is a lightweight, C#-based game engine focused on modifiability and rapid iteration using Raylib.
Pathfinding library for calculating all node pairs' shortest paths in an unweighted undirected graph.
search projects, people, and tags