Thanks for those insights! I think some of the things you mention (non-uniform scaling, concave meshes) are getting easier these days, thanks to tooling around things like convex decomposition and relaxed memory…
I haven't come across Bevy before, but it certainly looks very neat from the example demos. If there's a WASM runtime for Rust, I _imagine_ it's possible to take the HavokPhysics.wasm used by Babylon.JS and calling the…
> Although, physics engines are inherently difficult to work with in the first place. Do you have any insights into why this is the case? What areas of simulation or tooling are difficult to work with? Disclaimer: I'm…
Not OP, but I've been using vim for 20+ years and I get enormous utility out of the mouse wheel for scrolling - especially with a trackpoint. I spend an enormous amount of time _reading_ code and I want to move up and…
Would you mind elaborating on this? I'm in the same boat as return0 -- I just can't imagine what utility I'd get out of a touchscreen on my wrist.
Thanks for highlighting this; I took it out for a spin and wow it's fast. I normally find myself working on projects with tens of thousands of files and I've never really been happy with the few seconds it can take…
I've got something similar in mine; The use-case is to allow indented comments (in languages where '#' is the comment delimiter) Normally, when using auto-indent/smart-indent, pressing '#' on a blank line will change…
Thanks for those insights! I think some of the things you mention (non-uniform scaling, concave meshes) are getting easier these days, thanks to tooling around things like convex decomposition and relaxed memory…
I haven't come across Bevy before, but it certainly looks very neat from the example demos. If there's a WASM runtime for Rust, I _imagine_ it's possible to take the HavokPhysics.wasm used by Babylon.JS and calling the…
> Although, physics engines are inherently difficult to work with in the first place. Do you have any insights into why this is the case? What areas of simulation or tooling are difficult to work with? Disclaimer: I'm…
Not OP, but I've been using vim for 20+ years and I get enormous utility out of the mouse wheel for scrolling - especially with a trackpoint. I spend an enormous amount of time _reading_ code and I want to move up and…
Would you mind elaborating on this? I'm in the same boat as return0 -- I just can't imagine what utility I'd get out of a touchscreen on my wrist.
Thanks for highlighting this; I took it out for a spin and wow it's fast. I normally find myself working on projects with tens of thousands of files and I've never really been happy with the few seconds it can take…
I've got something similar in mine; The use-case is to allow indented comments (in languages where '#' is the comment delimiter) Normally, when using auto-indent/smart-indent, pressing '#' on a blank line will change…