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

  • InfluxDB

    Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.

  • 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: X.org Alternatives? MicroXWin, Wayland, Y, DFB, Xynth, Fresco, etc. (2009) | news.ycombinator.com | 2023-10-16
  • remake

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

    Project mention: Knit: Making a Better Make | news.ycombinator.com | 2023-04-08
  • datoviz

    ⚡ High-performance GPU interactive scientific data visualization with Vulkan

  • slope

    C/Gtk+ data visualization library.

  • Onboard AI

    Learn any GitHub repo in 59 seconds. Onboard AI learns any GitHub repo in minutes and lets you chat with it to locate functionality, understand different parts, and generate new code. Use it for free at www.getonboard.dev.

  • libvisual

    Libvisual Audio Visualization

  • SeqPaint

    Single header library to convert images to ANSI escape sequences

  • 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 2023-10-16.

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,074
2 php-spx 1,730
3 deadbeef 1,508
4 arcan 1,427
5 remake 737
6 datoviz 475
7 slope 97
8 libvisual 76
9 SeqPaint 5
10 ConsoleVisuals 1
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com