Skip to content
Snippets Groups Projects
Commit f9ae4c69 authored by Udo Eisenbarth's avatar Udo Eisenbarth :speech_balloon:
Browse files

doc work (further resouces added)

parent b7bad5a3
No related branches found
No related tags found
No related merge requests found
...@@ -2,13 +2,16 @@ ...@@ -2,13 +2,16 @@
This is a list of programming and documentation resources in no particular order that might be interesting for the model and software development: This is a list of programming and documentation resources in no particular order that might be interesting for the model and software development:
- [petgraph](https://docs.rs/petgraph/latest/petgraph/): Rust library for working with graph data structures. - Software
- [Graphviz](https://graphviz.org/): A software pacakge for visualization of graphs. The `petgraph`crate already has some basic support for it. - [petgraph](https://docs.rs/petgraph/latest/petgraph/): Rust library for working with graph data structures.
- [Raytracing example for Rust](https://superperfundo.dev/articles/ray-tracer-part1): Basic tutorial for programming a simple raytraces in rust. - [Graphviz](https://graphviz.org/): A software pacakge for visualization of graphs. The `petgraph`crate already has some basic support for it.
- [Goptical](https://www.gnu.org/software/goptical/): GNU optical design library. A C++ library which could lead as an idea for simulating geometric optics. - [Raytracing example for Rust](https://superperfundo.dev/articles/ray-tracer-part1): Basic tutorial for programming a simple raytraces in rust.
- [egui](https://www.egui.rs/): Possible candidate for a rust GUI library. - [Goptical](https://www.gnu.org/software/goptical/): GNU optical design library. A C++ library which could lead as an idea for simulating geometric optics.
- [List of rendering libs](https://lib.rs/rendering): A list of rust crates for rendering. Do we need this? - [egui](https://www.egui.rs/): Possible candidate for a rust GUI library.
- [Fyrox](https://fyrox.rs/): Possible candidate to an interactive 3D renderer....actually a game engine. - [List of rendering libs](https://lib.rs/rendering): A list of rust crates for rendering. Do we need this?
- [uom](https://crates.io/crates/uom): Rust crate for dealing with physical dimensions and units. - [Fyrox](https://fyrox.rs/): Possible candidate to an interactive 3D renderer....actually a game engine.
- [uom](https://crates.io/crates/uom): Rust crate for dealing with physical dimensions and units.
- [Rust design patterns](https://rust-unofficial.github.io/patterns/functional/lenses.html): Book of common rust desing patterns.
- Physics
- [Hollistic simulation of optical systems](https://www.db-thueringen.de/receive/dbt_mods_00042053)
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment