Results 170 issues of Moritz Mœller

Edit: So I saw this is already published. I suggest changing the repo name to `twsapi`. I work on docs (make sure all links work) and update `Cargo.toml` & `README.md`...

I have this: ```rs use clap::Parser; use twelf::config; #[config] #[derive(Parser)] #[clap] struct Config { #[clap( long, short = 's', help = "The server to connect to", display_order = 0 )]...

I would do this and open a PR, if you're ok with that. I think it would also be great to split the info in the guide up for the...

enhancement

This repo is 718 MB. Can we move the examples & co into a [Git LFS](https://git-lfs.github.com/) managed portion so when cloning they are optional? It's not only ergonomics but also...

enhancement

Many OBJ files are not made out of triangles and this is a feature. If I load an OBJ to send to an high end offline renderer, the last thing...

Menu capitalization doesn't adhere to platform guidelines for Windows/macOS/Linux. `View graph source` should be `View Graph Source`. Node name capitalization is all over the place. Some nodes names use headline...

enhancement
help wanted

See subject. I'm on Windows 11 but I would guess this issue is platform agnostic.

Sorry if this a stupid question. Why does this crate use an `of_` prefix rather than the canonical `from_` for (some but not all) type conversion constructors. I.e. `Tensor` uses...

``` error: failed to run custom build command for `usd-cpp v0.1.1 (/Users/moritz/code/crates/usd-rs/usd-cpp)` Caused by: process didn't exit successfully: `/Users/moritz/code/crates/usd-rs/target/debug/build/usd-cpp-103d19c2b61e87e6/build-script-build` (exit code: 101) --- stdout cargo:rerun-if-changed=thirdparty/USD Downloading dependencies and building USD...

The code already handles `Line`s but just stashes them as normal faces (as triangles even, if `triangulate_faces` is on). Points need to be added and then two more indices.