- 
  Notifications
 
You must be signed in to change notification settings  - Fork 84
 
-
Hi,
I just came across your library and its looking beautiful. I was just curious and interested in choosing to build it with C++, and WASM over JavaScript directly. I am assuming it was a performance choice, or better animation quality?
Thank you for building and sharing!
Beta Was this translation helpful? Give feedback.
All reactions
Hi! Thanks! Yes, the chart generation is computation-heavy, especially because Vizzu works on bigger data sets than the usual charting libs. This is why we mainly decided to write the core in C++. Also, it makes Vizzu platform independent, it can be integrated into desktop applications as well.
Replies: 1 comment
-
Hi! Thanks! Yes, the chart generation is computation-heavy, especially because Vizzu works on bigger data sets than the usual charting libs. This is why we mainly decided to write the core in C++. Also, it makes Vizzu platform independent, it can be integrated into desktop applications as well.
Beta Was this translation helpful? Give feedback.