Skip to content
/ skia Public
forked from google/skia

Skia is a complete 2D graphic library for drawing Text, Geometries, and Images.

License

Notifications You must be signed in to change notification settings

JaFenix/skia

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Skia

This fork maintains an earlier version of Skia from Mar 3 2017 with a few minor fixes added.

Skia is a complete 2D graphic library for drawing Text, Geometries, and Images.

See full details at https://skia.org.

Build

Install Chromium's depot tools. Follow the instructions at http://www.chromium.org/developers/how-tos/install-depot-tools.

The build steps below should be run from an x64 Native Command Prompt for Visual Studio.

# Clone the source
git clone https://github.com/JaFenix/skia.git

# Change to the source directory
cd skia

# Download/install project dependencies
python tools\git-sync-deps

# Generate the platform build environment
gn gen out\win_x64\release

# Build skia.dll
ninja -C out\win_x64\release skia

About

Skia is a complete 2D graphic library for drawing Text, Geometries, and Images.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 85.2%
  • Assembly 6.6%
  • C 2.9%
  • Python 2.2%
  • HTML 1.5%
  • PHP 0.4%
  • Other 1.2%