catalog logo
CatalogAbout
solutions.computational.life
sharing computational life
  • Open napari
    Open napari.
    napari contributors (2019). napari: a multi-dimensional image viewer for python.
    Open the napari viewer.
  • napari-stable-diffusion
    Open napari-stable-diffusion.
  • Open napari
    Open napari in the nesoi environment.
  • Scan images as PNGs.
    An Album solution for scanning images into PNG files in a directory.
    Kyle Harrington.
  • Convert PNGs to zarr.
    An Album solution for converting a directory of PNGs into a zarr
    Kyle Harrington.
  • Parent environment for physarum.computational.life.
    A parent environment for physarum.computational.life solutions
    Kyle Harrington.
  • Open a Physarum zarr in napari.
    An Album solution for viewing a Physarum zarr
    Kyle Harrington.
  • Parent environment for some napari cryoet tools.
    A parent environment for cryoet solutions
    Kyle Harrington.
  • Scan images as zarr.
    An Album solution for scanning a timeseries into a zarr file.
    Kyle Harrington.
  • Livestream images as PNGs.
    An Album solution for scanning images into PNG files in a directory and live tooting.
    Kyle Harrington.
  • Java-based software parent solution
    Parent of Java-based software solutions: Fiji, ImageJ, ImgLib2, etc.
    SciJava community.
    Cover image for java-based software.
  • sciview
    sciview is a 3D/VR/AR visualization tool for large data from the Fiji community
    sciview team.
    Cover image for sciview. Shows a schematic of the sciview UI with an electron microscopy image that contains segmented neurons.
  • Split pngs into subdirs of cropped dishes.
    Split pngs into subdirs of cropped dishes.
    Kyle Harrington.
  • PDB File Downloader
    A utility to download PDB files from a list of PDB IDs.
  • Game of Life Simulation using pygfx
    An album solution to run a Game of Life simulation using pygfx with zoom functionality.
    Conway's Game of Life
  • An environment to support multiple physical visualized artificial life simulations
    An album solution that contains a generalized environment for alife simulations.
    Kyle Harrington
  • Boids Swarm Simulation using pygfx and pybullet
    An album solution to run a Boids swarm simulation using pygfx and pybullet.
    Boids Algorithm
    Boids swarm simulation example.
  • Snake-like Simulation using pygfx and NumPy
    An album solution to run a snake-like simulation using pygfx and NumPy with Hooke-style springs, sinusoidal joint rotations, gravity, and floor interactions.
    Kyle Harrington
    Snake-like simulation example.
  • Virtual Creatures Simulation using pygfx and NumPy
    An album solution to run a virtual creatures simulation using pygfx and NumPy with Hooke-style springs, sinusoidal joint rotations, gravity, and floor interactions. The agents are randomly connected.
    Kyle Harrington
  • An environment for visualizing artificial life simulations
    An album solution that provides a generalized environment for visualizing alife simulations using napari.
    Kyle Harrington
  • Penrose Tiling
    An Album solution that generates and displays Penrose tiling patterns using napari.
    Penrose Tiling cover image.
  • Recursive Pattern Generation
    An Album solution that generates recursive patterns and displays them using Napari.
    Recursive Pattern Generation cover image.
  • Particle sands v02 pattern
    An Album solution that generates particle patterns and displays them using Napari.
    Original by Samuel Yan: https://openprocessing.org/user/293890?view=sketches&o=48.
    Particle Pattern Generation cover image.
  • Langton's Ant Simulation
    An Album solution that simulates Langton's Ant and displays it using napari.
    Langton, C.G., 1986. Studying artificial life with cellular automata. Physica D: nonlinear phenomena, 22(1-3), pp.120-149.
    Langton's Ant Simulation cover image.
  • Barnsley Fern L-System
    An album solution that generates and displays a Barnsley Fern L-system using napari. The fern transitions from brown to green as it grows.
    Prusinkiewicz, P., & Lindenmayer, A. (1990). The algorithmic beauty of plants. Springer Science & Business Media.
    Barnsley Fern L-System cover image.
  • 3D Terrain Visualization with Perlin Noise
    An Album solution that visualizes 3D terrain using Perlin noise and displays it as a dynamically changing surface using napari.
    Perlin, K., 1985. An image synthesizer. ACM SIGGRAPH Computer Graphics, 19(3), pp.287-296.
    3D Terrain Visualization cover image.
  • An environment for interactive napari work
    An album solution that provides a generalized environment interactive napari solutions.
    Kyle Harrington
  • Webcam with Langton's Ant
    An Album solution that captures a webcam feed and simulates Langton's Ant interacting with the feed using napari.
    Langton, C.G., 1986. Studying artificial life with cellular automata. Physica D: nonlinear phenomena, 22(1-3), pp.120-149.
    Webcam with Langton's Ant cover image.
  • Belousov-Zhabotinsky Reaction Simulation
    Simulates the Belousov-Zhabotinsky reaction using the Oregonator model.
    Field, R.J., Körös, E., Noyes, R.M., 1972. Oscillations in chemical systems. I. Detailed mechanism in a system showing temporal oscillations. Journal of the American Chemical Society, 94(25), pp.8649-8664.
    Belousov-Zhabotinsky Reaction Simulation cover image.
  • Webcam with Boids
    An Album solution that captures a webcam feed and simulates boids interacting with the feed using napari.
    Reynolds, C.W., 1987. Flocks, herds and schools: A distributed behavioral model. ACM SIGGRAPH Computer Graphics, 21(4), pp.25-34.
    Webcam with Boids cover image.
  • 3D Boids Paint with Pose Tracking controlling boids
    An Album solution that simulates boids interacting with hand landmarks tracked from webcam and paints boid positions into a 3D image.
    Reynolds, C.W., 1987. Flocks, herds and schools: A distributed behavioral model. ACM SIGGRAPH Computer Graphics, 21(4), pp.25-34.
    Painting a 3D volume using a swarm controlled by body.
  • Boids with BZ Reaction Trail
    Simulates a boids swarm painting trails in a Belousov-Zhabotinsky reaction field.