SVG++

C++ SVG library (by svgpp)

SVG++ Alternatives

Similar projects and alternatives to SVG++

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better SVG++ alternative or higher similarity.

SVG++ reviews and mentions

Posts with mentions or reviews of SVG++. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-06-06.
  • Plain Text. With Lines
    12 projects | news.ycombinator.com | 6 Jun 2022
    Congratulations, now you replaced a trivial file format that (from a quick glance at the code) needed about ~35 of easily readable and self-contained Lua code to parse with an external dependency that would be much larger and harder to follow and either having (at least) an XML parser as its own dependency or implementing its own XML parsing, as well as being at the mercy of their developers. Also unless you are using some highly popular library, you may end up with some abandoned dependency.

    Examples of both are at [0] (C++ based parser, you'd also need to write some bindings for lua) and [1] (Lua based parser for a subset of the format, abandoned for almost a decade).

    There are times when using an external dependency might be a good idea, but a text-based file format that describes lines and can be implemented in a few lines of code is not one.

    [0] https://github.com/svgpp/svgpp

    [1] https://github.com/luapower/svg_parser

Stats

Basic SVG++ repo stats
2
521
5.4
28 days ago

svgpp/svgpp is an open source project licensed under Boost Software License 1.0 which is an OSI approved license.

The primary programming language of SVG++ is C++.

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com