Science Score: 31.0%

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

  • CITATION.cff file
    Found 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 (8.3%) to scientific vocabulary
Last synced: 10 months ago · JSON representation ·

Repository

Basic Info
  • Host: GitHub
  • Owner: lucifer1004
  • License: mit
  • Language: Julia
  • Default Branch: main
  • Size: 4.18 MB
Statistics
  • Stars: 5
  • Watchers: 2
  • Forks: 0
  • Open Issues: 10
  • Releases: 0
Created over 3 years ago · Last pushed over 2 years ago
Metadata Files
Readme License Citation

README.md

TaichiMakie

Stable Dev Build Status Coverage

Usage

Just like any other Makie.jl backend, you can simply using TaichiMakie and then do plots.

```julia using TaichiMakie

fig = Figure(resolution = (600, 600)) ax = Axis(fig[1, 1], xlabel = "x", ylabel = "y") lines!(ax, 1:10, 1:10) save("test.png", fig) ```

Gallery

Contour plot

Contour plot

Heatmap

Heatmap

Histogram

Histogram

Scatter plot

Scatter

Violin plot

Violin

Layout

Layout

This plot contains some bugs.

Known Issues

  • The notorious time-to-first-plot (TTFP) issue.
    • To mitigate this, you can use deps/create_sysimage.jl to create a sysimage for TaichiMakie. This will significantly reduce the TTFP.
    • After creating the sysimage, you can use julia --sysimage=taichi_makie.so to start Julia with the sysimage.
  • Taichi GGUI does not support the following features:
    • anti-aliasing
    • alpha
  • Support for meshes is still erroneous.

Owner

  • Name: Gabriel Wu
  • Login: lucifer1004
  • Kind: user
  • Location: Beijing, China
  • Company: @NVIDIA

DevTech Compute @ NVIDIA

Citation (CITATION.bib)

@misc{TaichiMakie.jl,
	author  = {Gabriel Wu <wuzihua@pku.edu.cn> and contributors},
	title   = {TaichiMakie.jl},
	url     = {https://github.com/lucifer1004/TaichiMakie.jl},
	version = {v0.1.0},
	year    = {2022},
	month   = {11}
}

GitHub Events

Total
Last Year

Issues and Pull Requests

Last synced: over 1 year ago

All Time
  • Total issues: 0
  • Total pull requests: 16
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 3
  • Average comments per issue: 0
  • Average comments per pull request: 0.19
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 16
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
  • github-actions[bot] (8)
  • imgbot[bot] (1)
  • renovate[bot] (1)
Top Labels
Issue Labels
Pull Request Labels

Dependencies

.github/workflows/CI.yml actions
  • actions/checkout v2 composite
  • codecov/codecov-action v2 composite
  • julia-actions/cache v1 composite
  • julia-actions/julia-buildpkg v1 composite
  • julia-actions/julia-docdeploy v1 composite
  • julia-actions/julia-processcoverage v1 composite
  • julia-actions/julia-runtest v1 composite
  • julia-actions/setup-julia v1 composite
.github/workflows/TagBot.yml actions
  • JuliaRegistries/TagBot v1 composite
.github/workflows/CompatHelper.yml actions