Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/fubark/cyber
- Owner: fubark
- License: mit
- Created: 2022-10-31T20:15:21.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-15T04:26:50.000Z (7 months ago)
- Last Synced: 2024-05-01T16:41:15.991Z (6 months ago)
- Topics: apps, embedded, gamedev, scripting, virtual-machine, wasm, web
- Language: Zig
- Homepage: https://cyberscript.dev
- Size: 7.64 MB
- Stars: 1,078
- Watchers: 20
- Forks: 35
- Open Issues: 30
-
Metadata Files:
- Readme: README.md
- Contributing: docs/contributing.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-game-engine-dev - Cyber - Fast, efficient, and concurrent scripting language. (Libraries / Zig)
- awesome-programming-languages - 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. (Uncategorized / Uncategorized)
- awesome-repositories - fubark/cyber - Fast and concurrent scripting. (Zig)
- awesome-zig - fubark/cyber
- awesome-zig - cyber🗒️Fast and concurrent scripting
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 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)