https://github.com/atelierarith/dart-random-logo

Port RandomLogos.jl to Dart language

https://github.com/atelierarith/dart-random-logo

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (7.1%) to scientific vocabulary

Keywords

dart dartlang
Last synced: 9 months ago · JSON representation

Repository

Port RandomLogos.jl to Dart language

Basic Info
  • Host: GitHub
  • Owner: AtelierArith
  • Language: Dart
  • Default Branch: main
  • Homepage:
  • Size: 26.4 KB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Topics
dart dartlang
Created almost 2 years ago · Last pushed almost 2 years ago
Metadata Files
Readme Changelog

README.md

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:

sh $ 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

sh $ dart test

Appendix

We provides several implementation using C++ and Julia.

Owner

  • Name: AtelierArith
  • Login: AtelierArith
  • Kind: organization
  • Email: contact@atelier-arith.jp
  • Location: Japan

Enhance "Math meets Art"

GitHub Events

Total
Last Year

Issues and Pull Requests

Last synced: about 1 year ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Dependencies

pubspec.lock pub
  • _fe_analyzer_shared 68.0.0
  • _macros 0.1.0
  • analyzer 6.5.0
  • archive 3.6.1
  • args 2.5.0
  • async 2.11.0
  • boolean_selector 2.1.1
  • collection 1.19.0
  • convert 3.1.1
  • coverage 1.9.0
  • crypto 3.0.3
  • file 7.0.0
  • frontend_server_client 4.0.0
  • glob 2.1.2
  • http_multi_server 3.2.1
  • http_parser 4.1.0
  • image 4.2.0
  • io 1.0.4
  • js 0.7.1
  • lints 3.0.0
  • logging 1.2.0
  • macros 0.1.0-main.0
  • matcher 0.12.16+1
  • meta 1.15.0
  • mime 1.0.5
  • node_preamble 2.0.2
  • package_config 2.1.0
  • path 1.9.0
  • petitparser 6.0.2
  • pool 1.5.1
  • pub_semver 2.1.4
  • shelf 1.4.2
  • shelf_packages_handler 3.0.2
  • shelf_static 1.1.2
  • shelf_web_socket 2.0.0
  • source_map_stack_trace 2.1.1
  • source_maps 0.10.12
  • source_span 1.10.0
  • stack_trace 1.11.1
  • stream_channel 2.1.2
  • string_scanner 1.3.0
  • term_glyph 1.2.1
  • test 1.25.8
  • test_api 0.7.3
  • test_core 0.6.5
  • typed_data 1.3.2
  • vector_math 2.1.4
  • vm_service 14.2.4
  • watcher 1.1.0
  • web 1.0.0
  • web_socket 0.1.6
  • web_socket_channel 3.0.1
  • webkit_inspection_protocol 1.2.1
  • xml 6.5.0
  • yaml 3.1.2
pubspec.yaml pub
  • lints ^3.0.0 development
  • test ^1.24.0 development
  • image ^4.2.0
  • vector_math ^2.1.4
.github/workflows/CI.yml actions
  • actions/checkout v4 composite
  • dart-lang/setup-dart v1 composite