I’m trying to render a very big cellular automaton. I use image!(ax, Matrix{RGB}, …) to render the first image, then I change the Observable at each step of my simulation with the updated matrix. Few cells change from one step to the other. Is there a more efficient way to do the rendering than recomputing the complete image ?
Related topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
Fast display of an array as an image | 13 | 967 | December 1, 2022 | |
Most efficient way to render large number of 2D objects in GLMakie in real-time? | 3 | 85 | March 13, 2025 | |
Problem with observables and animations | 2 | 129 | April 9, 2024 | |
GLMakie & Observables: Cannot update screen when observable holds reference to struct field | 20 | 924 | August 28, 2023 | |
Display images in real time | 3 | 94 | June 2, 2025 |