elodin icon indicating copy to clipboard operation
elodin copied to clipboard

Physics simulation software for space + aerospace

Results 60 elodin issues
Sort by recently updated
recently updated
newest added

Following the discussion in [issue 11](https://github.com/elodin-sys/elodin/issues/11) and the preliminary test in [PR 12](https://github.com/elodin-sys/elodin/pull/12), here is a PR adding doc comments to the entire Nox codebase. As previously stated, the comments...

Hi! Would you be interested in a PR adding AI-generated documentation to the types, traits, and functions in Nox? It would be manually checked by a human (me) who has...

It looks like the orbit feature expects a right click and drag. This is awkward for touchpads. I noticed none of CTRL + drag, SHIFT + drag, or ALT +...

- Update BSP pinouts and clock tree configuration for 2.0 board - Add panic handler that turns on the red LED for visual failure indication - Implement FM24CL16B FRAM driver...

This PR ended up being pretty big, but all the changes are in support of adding video streaming to the editor. Broadly this PR is made up of the following...

[Docs.rs fails to build the Nox documentation](https://docs.rs/crate/nox/latest), meaning that Crates.io cannot display a documentation link on the [crate's page](https://crates.io/crates/nox/0.4.0).[^readme] [^readme]: On a related note, the crate does not have a...

nox

## PR objective The purpose of this PR is to address item 4 from issue [#290](https://github.com/elodin-sys/elodin/issues/290): - 4. Extend KDL save/load to persist per-window metadata: physical screen, window position, window...

## Context In the current main branch, Ctrl-C no longer works on macOS and the editor and/or simulation keeps running: ``` ^C 2025-11-26 12:19:25.898 INFO Received Ctrl-C, shutting down 2025-11-26...

This was actually shockingly simple, I've tried to applied boundless skepticism to the changes, and tested a bunch, and haven't found any issues yet. I do need some help making...