文件名称:frustals:Rust中迭代生成的分形库
文件大小:146KB
文件格式:ZIP
更新时间:2024-05-22 22:19:25
Rust
挫败感 Rust中迭代生成的分形库。 这将使用带有种子的多项式迭代为图片着色。 只需选择多项式,为图像大小和制图窗口指定参数,然后编辑配色方案。 有关更多信息,请参见test mandlebrot 。 cargo test将运行所有测试,并生成Mandelbrot集的BMP。 确保将要写入BMP的路径更改为所需的路径(在complex_iterator.rs的82中,当前将其设置为/home/andrew/Downloads/test1.bmp ) 图片: (tri-mandlebrot)
【文件预览】:
frustals-master
----test2.bmp(543KB)
----tribrot.bmp(1.03MB)
----mandelbrot.bmp(1.03MB)
----Cargo.lock(2KB)
----LICENSE(1KB)
----src()
--------cpolynomial.rs(3KB)
--------complex_iterator.rs(5KB)
--------lib.rs(136B)
----Cargo.toml(184B)
----.gitignore(123B)
----README.md(867B)
----test1.bmp(1.03MB)