Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 1.16 KB

README.md

File metadata and controls

39 lines (25 loc) · 1.16 KB

CI

dart-random-logo

This repository provides an algorithm for generating fractal-like images using SVD written in Dart.

How to use

  1. Install dart by following the official Dart installation guide.

  2. Clone the repository:

$ git clone https://github.com/AtelierArith/dart-random-logo
$ cd dart-random-logo
$ dart run

We will see an image file called image.png is created.

Examples

image image image image

Run unit testing

$ dart test

Appendix

We provides several implementation using C++ and Julia.