News

The January 2021 update to the Python Extension for Visual Studio Code is out with a short list of new features headed by a data viewer used while debugging.
Multi-tab interface for viewing multiple logs Monospace font for better readability No line wrapping for log files Maintains scroll position during updates log_viewer/ ├── src/ │ ├── python/ │ │ ├── ...
The LBM Python Viewer is a Python GUI application utilizing Tkinter to generate and visualize Computational Fluid Dynamics (CFD) simulations with the Lattice Boltzmann Method (LBM). The tool offers a ...