https://github.com/feenkcom/libskia

C-style wrapper around

https://github.com/feenkcom/libskia

Science Score: 26.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
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (5.8%) to scientific vocabulary
Last synced: 6 months ago · JSON representation

Repository

C-style wrapper around

Basic Info
  • Host: GitHub
  • Owner: feenkcom
  • License: mit
  • Language: Rust
  • Default Branch: main
  • Homepage:
  • Size: 571 KB
Statistics
  • Stars: 7
  • Watchers: 3
  • Forks: 3
  • Open Issues: 0
  • Releases: 47
Created over 6 years ago · Last pushed 7 months ago
Metadata Files
Readme License

README.md

libskia

C api wrapper around rust-skia

Building

MacOS

Requires curl at least v7.67.0.

brew install curl ninja

Windows

choco install llvm python2 -y

Ubuntu 20.04

Starting from a minimal installation of Ubuntu 20.04 we should install a couple of packages: sudo apt install curl git pkg-config libssl-dev clang llvm python2 python libfontconfig1-dev libgl1-mesa-dev Next we need Rust which can be installed using rustup: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh source $HOME/.cargo/env Now let's clone the repository and cd in the cloned folder: git clone https://github.com/feenkcom/libskia.git && cd libskia Once inside we can start the build using the following cargo command: cargo build --release --features "skia_linux"

Owner

  • Name: feenk
  • Login: feenkcom
  • Kind: organization
  • Location: Switzerland

We make your systems explainable

GitHub Events

Total
  • Watch event: 2
  • Push event: 11
Last Year
  • Watch event: 2
  • Push event: 11

Issues and Pull Requests

Last synced: about 1 year ago

All Time
  • Total issues: 1
  • Total pull requests: 0
  • Average time to close issues: 2 months
  • Average time to close pull requests: N/A
  • Total issue authors: 1
  • Total pull request authors: 0
  • Average comments per issue: 3.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
  • pragmatrix (1)
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Dependencies

Cargo.lock cargo
  • 168 dependencies
Cargo.toml cargo
libskia/Cargo.toml cargo
libskia-builder/Cargo.toml cargo