#gui-applications #ecs #water #component #entity #developing #performance

seawater

一个高性能的实体组件系统,非常适合作为开发GUI应用和视频游戏的后端。

6个版本

0.2.2 2022年9月19日
0.2.1 2022年9月17日
0.1.2 2022年7月18日
0.1.1 2022年6月10日
0.1.0 2022年5月15日

1253游戏开发

MIT 许可证

13KB
254

seawater

Semantic Versioning 2.0.0 Linux Windows made-with-rust GitHub license Github tag

一个高性能的实体组件系统,非常适合作为开发GUI应用和视频游戏的后端。

目录

先决条件

格式化项目

cargo fmt

在更改时自动格式化项目

cargo watch -x fmt

检查项目

cargo clippy --all-features

在更改时自动检查项目

cargo watch -x "clippy --all-features"

构建项目

cargo build

在更改时自动构建项目

cargo watch -x build

测试项目

cargo test

在更改时自动测试项目

cargo watch -x test

依赖项

~3.5MB
~73K SLoC