Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/seedv/seedlang
- Owner: SeedV
- License: apache-2.0
- Created: 2021-06-12T10:16:20.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-10T15:06:32.000Z (over 2 years ago)
- Last Synced: 2024-10-13T03:21:58.080Z (3 months ago)
- Topics: animation, dot-net, education, gaming, scripting-engine, scripting-language, unity, visualization
- Language: C#
- Homepage: https://seedv.github.io/SeedLang/
- Size: 6.84 MB
- Stars: 9
- Watchers: 12
- Forks: 1
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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).