Skip to main content
Jeden Skill in Manus ausführen
mit einem Klick
GitHub-Repository

block-junk

block-junk enthält 6 gesammelte Skills von AberrantWolf, mit Repository-Berufsabdeckung und Skill-Detailseiten auf SkillsMP.

gesammelte Skills
6
Stars
1
aktualisiert
2026-07-04
Forks
0
Berufsabdeckung
1 Berufskategorien · 100% klassifiziert
Repository-Explorer

Skills in diesem Repository

bevy-019
Softwareentwickler

Project-local cheat sheet for Bevy 0.19 API specifics. Use whenever writing or editing Bevy code in this repo — the Bevy ecosystem moves fast and most online tutorials/skills target older versions (0.14–0.17) that will mislead. Also covers the voxel-meshing crate split (block-mesh vs fast-surface-nets).

2026-07-04
lightyear-028
Softwareentwickler

Project-local cheat sheet for lightyear 0.28.x networking patterns (server/client plugin groups, ProtocolPlugin pattern, replication on the bevy_replicon backend, prediction, transports). Use whenever wiring or editing lightyear code in this repo. The library reshapes its API every minor version, so anything you remember from an older version is probably wrong.

2026-07-02
networking-design
Softwareentwickler

Design rules for block-junk's networking — what gets replicated and how, channel choices, bandwidth budget, and area-of-interest strategy. Use when adding any feature that crosses the client/server boundary, or when reviewing a change that adds replicated state. The transport mechanics (which lightyear API to call) live in the lightyear-028 skill; this is about *what to send and why*.

2026-07-02
networking-design
Softwareentwickler

Design rules for block-junk's networking — what gets replicated and how, channel choices, bandwidth budget, and area-of-interest strategy. Use when adding any feature that crosses the client/server boundary, or when reviewing a change that adds replicated state. The transport mechanics (which lightyear API to call) live in the lightyear-026 skill; this is about *what to send and why*.

2026-07-02
bevy-018
Softwareentwickler

Project-local cheat sheet for Bevy 0.18 API specifics. Use whenever writing or editing Bevy code in this repo — the Bevy ecosystem moves fast and most online tutorials/skills target older versions (0.14–0.16) that will mislead. Also covers the voxel-meshing crate split (block-mesh vs fast-surface-nets).

2026-07-01
lightyear-026
Softwareentwickler

Project-local cheat sheet for lightyear 0.26.x networking patterns (server/client plugin groups, ProtocolPlugin pattern, replication, transports). Use whenever wiring or editing lightyear code in this repo. The library reshapes its API every minor version, so anything you remember from an older version is probably wrong.

2026-07-01