Giter Club home page Giter Club logo

chartwork's Introduction

Chartwork—Chart Widgets for Qt

Download Binaries

Package binaries for Windows, Mac, and Ubuntu can be downloaded from the documentation website.

Installation, Usage, and Documentation

The documentation website explains how to install the binaries and how to create custom apps with Chartwork. It also contains a documentation of Chartwork’s public API and a troubleshooting section.

Building Chartwork on Unix Systems

To build Chartwork from sources, you need the build essentials, cmake, and Qt 5.4 or newer.

Chartwork is written in C++11 and requires a compatible compiler (current versions of gcc, MSVC 2013 or newer). Clang is currently not supported, and Mac users should use gcc instead (for instance, built with homebrew).

First, get a copy of the Chartwork sources:

git clone git://github.com/chartwork/chartwork.git

Now, create directories for the out-of-source debug and release builds:

cd chartwork
mkdir -p build/{debug,release}

Finally, build the library:

cd build/debug
cmake ../..
make
cd ../release
cmake ../..
make

The compiled in shared object files in lib/ can be copied to Qt Creator’s designer plug-in directory. On most Linux systems, this is /usr/lib/qt/plugins/designer/ and on Mac ${Qt Directory}/Qt Creator.app/Contents/PlugIns/designer.

Building Packages for Windows, Mac, and Ubuntu

The directory packaging contains scripts that semi-automatically build packages for various platforms.

On some platforms, some paths have to be specified manually. Read the according readme files on how to build.

Contributors

Chartwork was originally written by Patrick Lühne and Christoph Sterz in 2014 and 2015 and funded by the University of Potsdam.

chartwork's People

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.