Lucas Kent

Results 240 issues of Lucas Kent

Should be able to remap editor keys to an expression containing buttons from both keyboard and controller. Configure through `/home/rubic/.local/share/PF_Sandbox/config.json`

Editor

Stages/platforms are currently very simple. More features are needed including: * wall and ceiling collisions on platforms * angled platforms * moving platforms In order to achieve these they will...

Engine

Currently menu screens can only be controlled by a controller - [ ] If all controllers control the same cursor on a menu screen then it should also be navigable...

GUI

Need keyboard buttons for linking/unlinking collisionboxes

Editor

Since [clap 4.4 bumped its MSRV to 1.70](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md#440---2023-08-24) inferno no longer builds on 1.64 and needs minimum 1.70 This PR: * bumps inferno's MSRV to 1.70 * makes use of...

Users who use this crate as library will very likely want the cli feature disabled and its also not clear to me what the `nameattr` feature is for even after...

I have not actually used these before but they are supposedly very useful. Refer to https://www.brendangregg.com/FlameGraphs/hotcoldflamegraphs.html

The directories at: * https://github.com/rust-lang/cargo/tree/master/tests/testsuite/cargo_remove/target * https://github.com/rust-lang/cargo/tree/master/tests/testsuite/cargo_add/target Are getting picked up by the `target` entry in .gitignore, causing git to ignore any extra files added to those directories. A minor...

S-waiting-on-review

They currently rely on unstable features. I might have a go at this, do you have a preference of https://github.com/nvzqz/divan or https://github.com/bheisler/criterion.rs

When I run the example on my machine I get this panic: ``` ~2/Projects/Crates/glyphon> cargo run --example hello-world Finished dev [unoptimized + debuginfo] target(s) in 0.07s Running `target/debug/examples/hello-world` thread 'main'...