https://github.com/voidcoefficient/pipelain-core
(game) create different products with complex pipelines
https://github.com/voidcoefficient/pipelain-core
Last synced: 11 months ago
JSON representation
(game) create different products with complex pipelines
- Host: GitHub
- URL: https://github.com/voidcoefficient/pipelain-core
- Owner: voidcoefficient
- License: bsd-3-clause
- Created: 2022-11-06T21:55:31.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-09T23:40:37.000Z (over 3 years ago)
- Last Synced: 2025-02-26T03:35:47.584Z (12 months ago)
- Language: Rust
- Homepage:
- Size: 687 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# `pipelain`
A game about optimizing pipelines and workflows to unlock new products and byproducts.

## Running or Installing
Currently, this game is not available anywhere. To play you need to download the source and compile it. The code below assumes you have `cargo` and `git` installed.
```shell
git clone https://github.com/minsk-dev/pipelain-core pipelain
cd pipelain
cargo install
```
## Configuring
Currently, you can change very few things. All you can change is performance/GUI related properties like below.
```KDL
performance show-fps=true fps-cap=144
```
Write a file like the above named `config.kdl` and place it on the same directory as your game binary. Defaults to `~/.cargo/bin` on Unix systems.
## License
The [LICENSE](LICENSE) is the BSD-3-Clause license.