Why are there so little Skia recources?

This page summarizes the projects mentioned and recommended in the original post on /r/GraphicsProgramming

InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. Skia

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

    It is a low-level middleware that, as I understand, does not introduce anything revolutionary in the field of 2D drawing, but does what it does, standard drawing stuff, pretty well. I was personally able to compile Skia from scratch and use it in a small C toy project based only on the example and provided docs. If you have any prior experience with other 2D APIs like Postscript, Cairo, GDI, Direct2D, Java Graphics, even OpenGL experience might help, it should be pretty easy to pick up Skia. I think the API is quite clean and simple. As you say yourself, it is used in lots of other software, which should hint you that it isn't very difficult to use it, so you should rather identify what

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. Skia

    Discontinued Skia is a complete 2D graphic library for drawing Text, Geometries, and Images (by blackberry)

    Anyway, a quick search pointed me to this tutorial, don't know if you have seen it, but seems fine to me.

  4. nanovg

    Antialiased 2D vector drawing library on top of OpenGL for UI and visualizations.

    Also there's NanoVG if you really want a vector api in C, but don't need anti-aliased clipping.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

Did you know that C++ is
the 7th most popular programming language
based on number of references?