Skip to main content

Environment Modeling

note

Since Lively is still in beta, the design is subject to change and should not be considered final!

We have also created examples in Javascript, Python, and Rust for environmental modeling example. You can find the file by clicking the links in the table down below.

LanguagePathCommand to run the example
Rustlinkcargo run --package lively --example environmental_modeling_example
Pythonlinkrun in the Jupyter Notebook
Javascriptlinkyarn build, yarn dev

The environmental shapes introduced at the beginning of the solver can be considered as static and cannot be modified. The Cylinder in this example is an example of static shape. For more information please see shape_update

Loading Example...