Nicole L

Results 95 issues of Nicole L

Currently we require that the application logic manually create and bind a UDP socket and add it to the world as a resource. This gives the user control over what...

enhancement
good first issue

Originally brought up by @jojolepro in randomPoison/amethyst-editor#29. The following components provided by Amethyst do not implement `Serialize`: * [x] `UiTransform` * [ ] `MeshData` * [x] `UiText` * [x] `Removal`...

Supposedly [`saveload`](https://docs.rs/specs/0.12.1/specs/saveload/index.html) is the "right" way of handling serialization/deserialization of component data with specs. The documentation doesn't make it very clear how to use this functionality, but [there's an example](https://github.com/slide-rs/specs/blob/master/examples/saveload.rs)...

enhancement
help wanted

Hello! I'm trying to use this utility to embed a copy of the Addressables package in my project in order to more easily examine the Addressables source code. Based on...

The playground slide seemed like it was in a weird place to me. I usually cover the playground in a preamble before starting in on the day 1 content, not...