Giter Site home page Giter Site logo

Comments (2)

tinevez avatar tinevez commented on June 19, 2024 1

Hello @stefanhahmann
I would like to close this issue - at least temporarily - in the light of our recent discussion.

Indeed, a grapher that could harness rendering a full graph context with more than millions of points require some implementation Level of Details (LOD), as you pointed out above.

I actually starting working on it last year, trying to come up with an octree implementation for the rendering, or something based on the existing kd-tree. I was not happy with the results of the prototype, which exists on a branch. It looks cheap. It probably should redone properly.

But recently, I was reading a paper about a tool and discussing with its author: https://tissuumaps.github.io/
They display a large number of 2D points on an interactive canvas as well.
For version 2 they used the level of details, but for version 3, as stated in the paper about it (https://www.sciencedirect.com/science/article/pii/S2405844023025136) they switched to a rendering engine based on OpenGL and simply gave up on the LOD. The main author told me that OpenGL could harness their thousands of million points without the need for that.

So I started working on an OpenGL grapher, which is here:
https://github.com/mastodon-sc/mastodon-grapher-opengl

For now, it has fewer features that its non opengl counterpart, but should address the issue you mention. I suggest to reopen it if we are not satisfied with the first version of the opengl grapher.

from mastodon.

stefanhahmann avatar stefanhahmann commented on June 19, 2024

I agree. Let's try the opengl first.

from mastodon.

Related Issues (20)

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.