perlindgren / syncrim

17 stars 4 forks source link

first egui work #1

Closed vaneri-9 closed 1 year ago

vaneri-9 commented 1 year ago

egui frontend for syncrim

TODO:

Bugs:

img5

vaneri-9 commented 1 year ago

Should be ready to merge now, but I don't know how to fix the clippy github actions failing. cargo run --example <example> --no-default-features --features gui-egui -- --model mips

perlindgren commented 1 year ago

Should be ready to merge now, but I don't know how to fix the clippy github actions failing. cargo run --example <example> --no-default-features --features gui-egui -- --model mips

You can run clippy locally to get a log of things to fix.

cargo clippy --no-default-features --features gui-egui