Giter Site home page Giter Site logo

fair-acc / chart-qt Goto Github PK

View Code? Open in Web Editor NEW
5.0 5.0 0.0 223 KB

ChartQt is a charting library written in C++ focusing on performance. It uses the Qt libraries but has a dedicated rendering system running on top of QtQuick which gives it great performance and a wide platform support, being able to use any of the 3D rendering APIs OpenGL, Vulkan, Direct3D and Metal. Still in early development.

CMake 6.70% C++ 85.80% QML 5.83% GLSL 1.67%
charting-library cpp data-visualization qt qt6 qtquick rhi scientific-visualization shader

chart-qt's People

Contributors

giucam avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

chart-qt's Issues

Prototoype finalization

Open issues going towards open sourcing this as an end user library:

  • move code from chartItem for increased modularity
    • axis code decided to keep this in the chartItem class for now
    • zooming code (keep zoom state in ChartItem and only move UI aspects to separate class?)
  • chart layouting
    • allow dynamic axis width (-> 2 passes, first determine axis positions from label widths, then perform actual rendering)
    • allow multiple axes on same side (currently rendered on top of each other)
    • MultiChart layout container to align multiple charts
  • Axis
    • clip axes correctly
    • hide labels based on maximum label width instead of hiding individual labels could not reproduce anymore
  • rhi-Abstraction and reusable default shaders -> users should not have to interact with rhi/shaders for implementing simple custom renderers
  • expertUI
    • extract expertUI/sample into cmake subproject
    • show values from the rest interface in the chart not implemented, because it would have needed changes in the rest service part
  • QML
    • investigate why chart does not work inside of layout containers
  • investigate wasm buffer bug

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.