C Visualization

Open-source C projects categorized as Visualization

Top 10 C Visualization Projects

  • quadsort

    Quadsort is a branchless stable adaptive mergesort faster than quicksort.

  • Project mention: 10~17x faster than what? A performance analysis of Intel x86-SIMD-sort (AVX-512) | news.ycombinator.com | 2023-06-10

    https://github.com/scandum/quadsort/blob/f171a0b26cf6bd6f6dc...

    As you can see, quadsort 1.1.4.1 used 2 instead of 4 writes in the bi-directional parity merges. This was in June 2021, and would have compiled as branchless with clang, but as branched with gcc.

    When I added a compile time check to use ternary operations for clang I was not adapting your work. I was well aware that clang compiled ternary operations as branchless, but I wasn't aware that rust did as well. I added the compile time check to use ternary operations for a fair performance comparison against glidesort.

    https://raw.githubusercontent.com/scandum/fluxsort/main/imag...

    As for ipnsort's small sort, it is very similar to quadsort's small sort, which uses stable sorting networks, instead of unstable sorting networks. From my perspective it's not exactly novel. I didn't go for unstable sorting networks in crumsort to increase code reuse, and to not reduce adaptivity.

  • php-spx

    A simple & straight-to-the-point PHP profiling extension with its built-in web UI

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • deadbeef

    DeaDBeeF Player

  • Project mention: What kind of applications are missing from the Linux ecosystem? | /r/linux | 2023-05-02

    this was my personal 'want' from deadbeef that felt a little awkward https://github.com/DeaDBeeF-Player/deadbeef/issues/2365 (recently added and recently played playlists). it may be doable with plugins or some shell scripting perhaps

  • arcan

    Arcan - [Display Server, Multimedia Framework, Game Engine] -> "Desktop Engine"

  • Project mention: Is there a cross-platform graphics library that can run without X or wayland that runs on the BSD's bare-metal? | /r/BSD | 2023-12-08

    Something like this ? https://arcan-fe.com/

  • remake

    Enhanced GNU Make - tracing, error reporting, debugging, profiling and more

  • pixd

    🔍 Colourful visualization tool for binary files

  • Project mention: Visualizing Ext4 | news.ycombinator.com | 2024-01-08

    There's a command-line utility called pixd [1] that generates similar data visualizations on the command line. That said, it only shows static representations of binary data and is not nearly as cool as buredoranna's animated gifs showing filesystem changes over time.

    It can be helpful to plot these sorts of pixel arrangements on a Hilbert curve, rather than plotting pixels line by line. I learned this trick from a Ghidra plugin called cantordust [2]. 3blue1brown offers some mathematical intuition for the effectiveness of a Hilbert curve pixel arrangement [3].

    [1] https://github.com/FireyFly/pixd

  • datoviz

    ⚡ High-performance GPU interactive scientific data visualization with Vulkan

  • 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.

    InfluxDB logo
  • slope

    C/Gtk+ data visualization library.

  • libvisual

    Libvisual Audio Visualization

  • ConsoleVisuals

    Console Apps for various Visualizations

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020). The latest post mention was on 2024-01-08.

C Visualization related posts

Index

What are some of the best open-source Visualization projects in C? This list will help you:

Project Stars
1 quadsort 2,104
2 php-spx 1,873
3 deadbeef 1,555
4 arcan 1,491
5 remake 759
6 pixd 523
7 datoviz 494
8 slope 97
9 libvisual 78
10 ConsoleVisuals 1
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com