https://github.com/sueszli/julia-gone-wild
parallel rendering of julia sets with CUDA and OpenMP
https://github.com/sueszli/julia-gone-wild
cuda-programming fractal-rendering julia-set openmp-parallelization
Last synced: 4 months ago
JSON representation
parallel rendering of julia sets with CUDA and OpenMP
- Host: GitHub
- URL: https://github.com/sueszli/julia-gone-wild
- Owner: sueszli
- License: agpl-3.0
- Created: 2024-05-24T18:48:25.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-03T23:54:39.000Z (over 1 year ago)
- Last Synced: 2025-10-05T15:29:50.649Z (8 months ago)
- Topics: cuda-programming, fractal-rendering, julia-set, openmp-parallelization
- Language: C++
- Homepage:
- Size: 3.57 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

parallel computation of julia fractals ✨
experimenting with cuda, openmp and perf optimizations in plain python.