nbodysim icon indicating copy to clipboard operation
nbodysim copied to clipboard

Realtime 3D N-Body-Simulation

Results 3 nbodysim issues
Sort by recently updated
recently updated
newest added

Just tried running on Linux with an Intel HD Graphics 5500 (i915): ~~~ $ RUST_BACKTRACE=1 cargo run --release Finished release [optimized] target(s) in 0.11s Running `target/release/nbodysim` Using default config. thread...

``` warning: unexpected `cfg` condition value: `gl` --> src/render.rs:34:15 | 34 | #[cfg(not(feature = "gl"))] | ^^^^^^^^^^^^^^ help: remove the condition | = note: no expected values for `feature` =...

Environment > **Hp-250-G10** >   > **CPU** Intel-i5-1334U >   > **GPU** Intel-UHD-Graphics > **Windows-11-24H2** >   > **CMD** `set RUST_BACKTRACE=1 & cargo run --release` Warnings (3) ```rust warning: unexpected...