Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rkv0id/automata-vtk

Multi-dimensional Cellular Automata visualization using Python's VTK bindings on top of a CUDA-parallel grid updates.
https://github.com/rkv0id/automata-vtk

cellular-automata cuda game-of-life python vtk

Last synced: about 1 month ago
JSON representation

Multi-dimensional Cellular Automata visualization using Python's VTK bindings on top of a CUDA-parallel grid updates.

Awesome Lists containing this project

README

        

# AutomataVTK

Multi-dimensional Cellular Automata visualization using Python's VTK bindings on top of a CUDA-parallel grid updates.

The project consists of a Proof-of-concept for a general multidimensional CA real-time visualizer. Each file consists of an implementation of one CA simulation (most of which are also built with CUDA update kernels). Although the final visualizer's base graphics may not be built on the VTK library, this POC uses it for a direct numpy arrays mapping layer.