Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/fubark/cyber

Fast and concurrent scripting.
https://github.com/fubark/cyber

apps embedded gamedev scripting virtual-machine wasm web

Last synced: 26 days ago
JSON representation

Fast and concurrent scripting.

Awesome Lists containing this project

README

        

[![Latest Build](https://github.com/fubark/cyber/actions/workflows/latest-build.yml/badge.svg)](https://github.com/fubark/cyber/actions/workflows/latest-build.yml)
[![Discord Server](https://img.shields.io/discord/828041790711136274.svg?color=7289da&label=Discord&logo=discord&style=flat-square)](https://discord.gg/YF82GYvBxQ)

Cyber

Cyber is a fast, efficient, and concurrent scripting language. You can embed it into your applications, games, or engines on desktop or web. Cyber also comes with a CLI so you can do scripting on your computer.

- [Homepage](https://cyberscript.dev)
- [Playground](https://cyberscript.dev/play.html)
- [Documentation](https://fubark.github.io/cyber)
- [Downloads](https://github.com/fubark/cyber/releases)
- [Performance](https://cyberscript.dev/performance.html)
- [Building](https://github.com/fubark/cyber/blob/master/docs/build.md)
- [Contributing](https://github.com/fubark/cyber/blob/master/docs/contributing.md)

### Supported Platforms
- Linux x64 (Ubuntu, Fedora, Arch)
- macOS x64
- macOS arm64
- Windows x64
- WASM Web
- WASM WASI

### Install
- Install using the command prompt (Linux, macOS)
```sh
# Install most recent release.
curl -fsSL https://cyberscript.dev/install.sh | bash
# Alternative url.
curl -fsSL https://raw.githubusercontent.com/fubark/cyber/master/install.sh | bash

# Install most recent dev build.
curl -fsSL https://cyberscript.dev/install.sh | bash -s latest
```
- Install from [Downloads](https://github.com/fubark/cyber/releases).
- Packages
- Arch Linux User Repository (AUR): [cyber](https://aur.archlinux.org/packages/cyber-bin), [cyber(alternative)](https://aur.archlinux.org/packages/cyberscript)