Skip to content

Rei-Ashine/wasm-fractal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DATE: Jan. 20th, 2023

WASM-Fractal

Directory Structure

.
├── README.md
├── Cargo.toml
├── PNG
├── src
│   ├── lib.rs
│   ├── logic.rs
│   ├── julia.rs
│   ├── mandelbrot.rs
│   └── utils.rs
└── www
    ├── bootstrap.js
    ├── index.js
    ├── index.html
    ├── dist
    ├── public
    ├── package.json
    └── webpack.config.js

===============================================================================
 Language            Files        Lines         Code     Comments       Blanks
===============================================================================
 CSS                     1          141          132            0            9
 JavaScript              6          536          405          101           30
 JSON                    2         3763         3763            0            0
 Markdown                2          134            0          112           22
 Rust                    5          325          229           46           50
 TOML                    1           14           12            0            2
-------------------------------------------------------------------------------
 HTML                    4          407          299           42           66
 |- JavaScript           4           32           32            0            0
 (Total)                            439          331           42           66
===============================================================================
 Total                  21         5320         4840          301          179
===============================================================================

Reference

ref1