vanth/crates
Markus Scully 3b193c5aa3
♻️ bevy_vanth, vanth, vanth_derive, flake: Add Bevy integration crate and refactor entity/networking
- Created new crate `bevy_vanth` with basic plugin structure for Bevy integration.
- Refactored `Id` generation in `vanth` to use `OsRng` and removed redundant `to_u128_pair`/`from_u128_pair` methods.
- Moved networking functionality into new `net` module with `Node`, `Packet`, and `Message` types.
- Updated `vanth_derive` to use `proc-macro-crate` for reliable crate path resolution.
- Added `rand` dependency to replace custom ID generation logic.
- Updated `Cargo.toml`/`Cargo.lock` with new dependencies: `bevy_app`, `nix`, `cfg_aliases`, `proc-macro-crate`.
- Modified `README.md` with improved project description.
- Added commented clippy check in `flake.nix`.
2025-08-17 11:56:34 +03:00
..
bevy_vanth ♻️ bevy_vanth, vanth, vanth_derive, flake: Add Bevy integration crate and refactor entity/networking 2025-08-17 11:56:34 +03:00
cli 📝 cli, vanth, meta, flake: Simplify dependencies, add meta crate, and improve docs 2025-08-11 12:59:29 +03:00
meta 📝 cli, vanth, meta, flake: Simplify dependencies, add meta crate, and improve docs 2025-08-11 12:59:29 +03:00
vanth ♻️ bevy_vanth, vanth, vanth_derive, flake: Add Bevy integration crate and refactor entity/networking 2025-08-17 11:56:34 +03:00
vanth_derive ♻️ bevy_vanth, vanth, vanth_derive, flake: Add Bevy integration crate and refactor entity/networking 2025-08-17 11:56:34 +03:00
varo 📝 README.md, varo: Fix documentation errors and add new README 2025-08-11 13:23:16 +03:00