-
**Language**
I'd like to add support for [Mojo](https://www.modular.com/mojo) formally to Prism. I'm the lead frontend engineer at Modular and we already have a Prism definition we've been using.
…
-
Hey Vizarrisatas!
You all have a fantastic Mandelbrot demo shared as a collab notebook: https://colab.research.google.com/github/hms-dbmi/vizarr/blob/main/example/mandelbrot.ipynb
I used it to t…
-
`mandelbrot.kfc` generates just a white image. `mandelbrot2.kfc` and `mandelbrot3.kfc` don't even seem to make valid image files.
It'd be good to store a reference image and compare the generated res…
eholk updated
10 years ago
-
Hello @hsauro! How are you? I'm glad you're using the library.
I came here because I would like to add a note:
This madelbrot test does not reflect the actual speed of Skia4Delphi, in fact, it i…
-
Hello,
The counted string in mandelbrot.fs::.char is missing a trailing space--it needs three of them. I have confirmed this under GNU Forth and my own implementation.
All the best.
F…
-
Hello there, I just want to run mandelbrot code but after I did `cargo run` I get this output:
```rust
Compiling num-bigint v0.3.0
error[E0308]: mismatched types …
-
I get errors when I'm running [mandelbrot.lua](https://benchmarksgame-team.pages.debian.net/benchmarksgame/program/mandelbrot-lua-1.html) benchmark with YkLua.
Command:
```shell
$ YKD_SERIALISE_C…
-
```sh
$ ls -l mandelbrot-s4p12.c
-rw-r--r-- 1 yeti yeti 887 Jun 21 15:08 mandelbrot-s4p12.c
$ ack -mlinux386 -O4 mandelbrot-s4p12.c -o mandelbrot-s4p12
"mandelbrot-s4p12.c", line 24: (warning) 'ma…
-
Is it technically feasible to implement dynamic plots? I have in mind something like this: https://holoviews.org/gallery/apps/bokeh/mandelbrot.html Especially for fractals/attractors as well as for ge…
-
I get this Warning: 3.9.2/lib/python3.9/site-packages/vispy/gloo/texture.py:44: UserWarning: GPUs can't support dtypes bigger than 32-bit, but got 'float64'. Precision will be lost due to downcasting …