Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/possseidon/flux-flow
https://github.com/possseidon/flux-flow
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/possseidon/flux-flow
- Owner: Possseidon
- Created: 2023-01-18T21:29:49.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-02T19:59:17.000Z (about 1 month ago)
- Last Synced: 2024-12-02T20:38:16.225Z (about 1 month ago)
- Language: Rust
- Size: 471 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FluxFlow
FluxFlow is a statically typed scripting language with its main focus on game development.
It is syntactically very similar to Rust.
Differences from Rust:
- Dynamic compilation including hot-reloading of existing functions.
- `unsafe` is not a thing.