Johan Klokkhammer Helsing

Results 86 issues of Johan Klokkhammer Helsing

As requested in #4, it would be nice if it was possible to limit the area the camera is able to view. The point of this is to limit so...

enhancement

It would be nice it was possible to customize what kind of serializer is used. Currently it's hard-coded to rmp-serde (messagepack with struct maps) on native and serde_json on wasm.

enhancement

#15

enhancement

Blocked by: - https://github.com/jakobhellermann/bevy-inspector-egui/issues/75 - https://github.com/NiklasEi/bevy_asset_loader/pull/75

enhancement

- [x] add a working example - [ ] try to make it backwards compatible - [ ] or fix the examples I broke - [ ] update documentation -...

enhancement

For some shapes, for instance rectangles, circles, rounded rectangels, it makes a lot of sense to be able to send per instance data into the sdf function so you could...

enhancement

It would be really nice to be able to serialize and deserialize snaps using serde.

enhancement

It's happening because the filesystem watcher implementation in bevy tries to downcast the asset io to FileAssetIO. Since we're wrapping it, that downcast fails, and nothing happens. Bevy issue: https://github.com/bevyengine/bevy/issues/1414

bug

I think various people have already done this in their own forks of bevy_webgl2. I was wondering if it would make sense to coordinate our efforts? Perhaps having a `bevy-main`...