Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/seedv/seedlang

An embeddable and visualizable scripting engine for .Net and Unity.
https://github.com/seedv/seedlang

animation dot-net education gaming scripting-engine scripting-language unity visualization

Last synced: 3 months ago
JSON representation

An embeddable and visualizable scripting engine for .Net and Unity.

Awesome Lists containing this project

README

        

# SeedLang

![build](https://github.com/SeedV/SeedLang/actions/workflows/csharp.yml/badge.svg)
[![codecov](https://codecov.io/gh/SeedV/SeedLang/branch/main/graph/badge.svg?token=B8M1QLS0MT)](https://codecov.io/gh/SeedV/SeedLang)

SeedLang is an embeddable and visualizable scripting engine for .Net and Unity.

Example 1 - [SortingBot - A visualization tool of sorting
algorithms](https://github.com/SeedV/SeedLangExamples/tree/main/SortingBot). It
leverages SeedLang as its scripting and visualization engine:

![SortingBot Demo](docs/images/sortingbot_demo.gif)

Example 2 - [SeedCalc - A Wonder Calculator](https://github.com/SeedV/SeedCalc).
Its computing core is empowered by SeedLang:

![SortingBot Demo](docs/images/seedcalc_demo.gif)

## Documentation

See the [SeedLang Documentation](https://seedv.github.io/SeedLang/) site.

## Building

Please follow the [Building and Testing Guide](docs/building_and_testing.md) to
build SeedLang.

## Architecture Design

See the [Architecture Design](design/overview.md) doc.

## Contributing

For the developers of SeedLang, please check out the [Contributing
Guide](CONTRIBUTING.md) for guidelines about how to proceed.

## How to release

See the [Releasing Guide](RELEASING.md).