Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/rkv0id/automata-vtk
- Owner: rkv0id
- Created: 2021-03-07T17:09:55.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-23T02:43:37.000Z (almost 4 years ago)
- Last Synced: 2024-11-09T06:38:19.522Z (3 months ago)
- Topics: cellular-automata, cuda, game-of-life, python, vtk
- Language: Python
- Homepage:
- Size: 1.48 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.