GithubHelp home page GithubHelp logo

vb6hobbyst7 / svgl Goto Github PK

View Code? Open in Web Editor NEW

This project forked from rev22/svgl

0.0 2.0 0.0 1.77 MB

Render SVG graphics with OpenGL (library)

License: GNU Lesser General Public License v2.1

C++ 73.37% Shell 14.15% CSS 0.03% Python 7.03% C 5.43%

svgl's Introduction

SVGL is a library that displays SVG documents using OpenGL.

It is a direct SVG-to-OpenGL rendering engine written in C++.

The absence of an intermediate raster step makes it very performant.

Authors and licensing

Copyright (c) 2000-2004 Stephane Conversy [email protected], http://www.tls.cena.fr/~conversy

Copyright (c) 2000-2004 Jean-Daniel Fekete [email protected], http://www.lri.fr/~conversy

  • see license.txt for the GNU LGPL license
  • see docs/agglicense.txt for agg license

Building and installation

building

A build script for Unix/Linux is available in build/build.sh; simply execute it after unpacking.

The following software needs to be installed for the build process:

  • a C++ compiler, for example g++ or clang
  • autoconf
  • xutils
  • automake
  • libtool
  • libexpat1
  • libpng12
  • pkg-config

testing

After compiling, you can test the library with the tests available in demos/tutorial, for example

$ demos/tutorial/00simplest

Many of the tests require you to set the GLFT_FONTDIR variable to a dir containing compatible TrueType font files.

For example, in a Debian system with ttf-liberation installed:

$ env GLFT_FONTDIR=/usr/share/fonts/truetype/ttf-liberation/ demos/tutorial/05text

installation

$ make install

See docs/INSTALL for further explanations

documentation

See docs/* files.

History

Part of svgl was developed during SC's post-doc period at the Ecole des Mines de Nantes (http://www.emn.fr) from October 2000 to September 2001.

Stephane Conversy is now at Ecole Nationale de l'Aviation Civile and Centre d'Etudes de la Navigation Aerienne, Toulouse, France

Jean-Daniel Fekete is now at the Laboratoire de Recherche en Informatique, Universite Paris-Sud an INRIA, Orsay, France

The software was further developed until 2004.

In 2013 Michele Bini tweaked the code for modern Unix/Linux systems and modern C++ compilers and published the update on GitHub.

Contributors

Important contributions were made by:

svgl's People

Contributors

rev22 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.