Interactive Data Display for WPF VS LibTessDotNet

Compare Interactive Data Display for WPF vs LibTessDotNet and see what are their differences.

Interactive Data Display for WPF

Interactive Data Display for WPF is a set of controls for adding interactive visualization of dynamic data to your application. It allows to create line graphs, bubble charts, heat maps and other complex 2D plots which are very common in scientific software. Interactive Data Display for WPF integrates well with Bing Maps control to show data on a geographic map in latitude/longitude coordinates. The controls can also be operated programmatically. (by microsoft)

LibTessDotNet

C# port of the famous GLU Tessellator - prebuilt binaries now available in "releases" tab (by speps)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
Interactive Data Display for WPF LibTessDotNet
1 2
959 295
1.4% -
1.3 0.0
about 2 months ago about 2 years ago
C# C#
GNU General Public License v3.0 or later GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

Interactive Data Display for WPF

Posts with mentions or reviews of Interactive Data Display for WPF. We have used some of these posts to build our list of alternatives and similar projects.
  • Graph3D: A Windows.Forms Render Control in C#
    1 project | /r/csharp | 2 Jun 2023
    A short story / cautionary tale of the last time I had to add a chart to an old application: I had a project that needed to make use of Microsoft's Interactive Data Display [formerly Dynamic Data Display or 'D3']. I don't recall what feature it was that was specifically being asked for, but D3 did it and was the only real option outside of springing for one of those massive/pricey component libraries. If you want to talk about how silly it is to create an entire separate process to wedge a WPF control into a WinForms app as a MDI child, that communicated via pipes, I've got notes. In short: the tech may be dated, but I always welcome more WinForms controls.

LibTessDotNet

Posts with mentions or reviews of LibTessDotNet. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-10-16.
  • Any algorithm to have many evenly placed triangles for this mesh?
    1 project | /r/Unity3D | 13 Jun 2022
    here's a lib that unity itself uses AFAIK: https://github.com/speps/LibTessDotNet
  • (Ab)using the SpriteShapeController as basis for mesh generation (time lapse).
    2 projects | /r/Unity3D | 16 Oct 2021
    I do the shrinking multiple times and every time I move the curve a little more forward. This gives me a strip (the area between the two curves). I then turn this into a mesh using triangulation. I formerly used LibTessDotNet (https://github.com/speps/LibTessDotNet) but then switched to Poly2Tri (http://github.com/MaulingMonkey/poly2tri-cs). Poly2Tri gave me better results and support for custom points within the mesh (Steiner Points). I needed that because all my lighting is vertex based. In the end I combine all those meshes into one static mesh. Finally I optimize and compress it and save it in the scene. It's a little hard to explain without pictures so I made one here: https://kamgam.com/reddit/2.5d-terrain-generation.jpg

What are some alternatives?

When comparing Interactive Data Display for WPF and LibTessDotNet you can also consider the following projects:

LiveCharts2 - Simple, flexible, interactive & powerful charts, maps, and gauges for .Net, LiveCharts2 can now practically run everywhere WPF, WinForms, Xamarin, Avalonia, WinUI, UWP.

NGraphics - NGraphics is a cross platform library for rendering vector graphics on .NET. It provides a unified API for both immediate and retained mode graphics using high quality native renderers.

Silk.NET - The high-speed OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, WebGPU, and DirectX bindings library your mother warned you about.

AssimpNet

ScottPlot - Interactive plotting library for .NET

OpenTK - The Open Toolkit library is a fast, low-level C# wrapper for OpenGL, OpenAL & OpenCL. It also includes windowing, mouse, keyboard and joystick input and a robust and fast math library, giving you everything you need to write your own renderer or game engine. OpenTK can be used standalone or inside a GUI on Windows, Linux, Mac.

Oxyplot - A cross-platform plotting library for .NET

Computational-geometry - Computational Geometry Unity library with implementations of intersection algorithms, triangulations like delaunay, voronoi diagrams, polygon clipping, bezier curves, ear clipping, convex hulls, mesh simplification, etc

RealTimeGraphX - High performance real-time graph for WPF & UWP

Helix Toolkit - Helix Toolkit is a collection of 3D components for .NET.

LibVLCSharp - Cross-platform .NET/Mono bindings for LibVLC