Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression. Learn more →
Top 23 C C++ Projects
-
How to record gameplay on PC using OBS or Nvidia Shadow Play.
-
Project mention: Please help this noob with this first split layout build. | reddit.com/r/ErgoMechKeyboards | 2023-05-31
You can implement a toggle switch for layers. It could be wired as any other switch and even added to the matrix. I would then use a keycode that only switches to a layer as long as it is held if you really want a switch that stays in place. Or use any other layer keycode as needed. Depends on the type of switch you want. I would recommend to just use a normal key for layer switching.
-
InfluxDB
Access the most powerful time series database as a service. Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.
-
-
This reminds me of a bugfix [1] I added to nmap almost a decade ago, where runtime interaction was previously broken due to interaction with sudo and signal propagation. Was a fun rabbit-hole to figure out why the issue was happening.
[1]: https://github.com/nmap/nmap/commit/f2e162d2245679f420b40feb...
-
recent PR: https://github.com/confluentinc/librdkafka/pull/4275
-
camerakit-android
Library for Android Camera 1 and 2 APIs. Massively increase stability and reliability of photo and video capture on all Android devices.
..and a few wrappers around Camera2, such as CameraView and camerakit-android (this one even uses C++ for rendering the Preview, that's interesting for me since I want to draw on the Surface using Skia C++!).
-
bdwgc
The Boehm-Demers-Weiser conservative C/C++ Garbage Collector (bdwgc, also known as bdw-gc, boehm-gc, libgc)
Boehm GC is mentioned in the article: https://github.com/ivmai/bdwgc
-
ONLYOFFICE
ONLYOFFICE Docs — document collaboration in your environment. Powerful document editing and collaboration in your app or environment. Ultimate security, API and 30+ ready connectors, SaaS or on-premises
-
github.com/TASEmulators/desmume/releases/tag/release_0_9_13
-
Project mention: What is the best Unit testing framework for VS code for C? | reddit.com/r/cprogramming | 2023-03-23
I have been using criterion on a recent project and enjoying it.
-
Project mention: Ender-5 Pro BL Touch Install Fails at all configs | reddit.com/r/MarlinFirmware | 2023-05-19
-
Project mention: Bare Metal Emulators and launcher for RetroFlag GPI v1 | reddit.com/r/retroflag_gpi | 2023-05-25
-
Project mention: I Have passed through my gpu to windows VM in proxmox but not getting output via hdmi | reddit.com/r/Proxmox | 2023-04-18
-
-
Project mention: Solution to correct digital copy of VHS recording with horizontal "jitter"? | reddit.com/r/DataHoarder | 2023-01-19
kdenlive / shotcut / olive editor are free & open source and maybe it works: https://youtu.be/ZPGwhDY03gw no idea what it'll do to your video. Most of these if not all use the https://www.mltframework.org/ which can be done on the command line so possibly if you have thousands of videos you can figure out an exported script that does it on them.
-
IconFontCppHeaders
C and C++ headers, C# and Python classes, Rust files and Go package for icon fonts Font Awesome, Fork Awesome, Google Material Design icons, Kenney game icons, Fontaudio and Codicons.
Project mention: Loading an icon font does not work in Dear ImGui! | reddit.com/r/gameenginedevs | 2023-01-06I am using C# and Silk.NET, which uses ImGuiNET for ImGui. I got the icon fonts and "header" files from https://github.com/juliettef/IconFontCppHeaders
-
Project mention: Not well known programming languages with interesting features? | reddit.com/r/ProgrammingLanguages | 2022-06-20
[felix] https://github.com/felix-lang/felix Statically typed scripting language with coroutines, functional and procedural programming, polymorphism, explicit kinding, compact linear types, row polymorphism, type classes, C/C++ or better performance.
-
of course it's a thing
-
Project mention: Like seriously why does not one does it ? | reddit.com/r/ProgrammerHumor | 2022-12-17
Only cool framework in my opinion. I wish I had the guts to delve so deeply into Variadic Macros.
-
-
Project mention: Smartli Backup - Secure and Easy Data Backup Solution | reddit.com/r/InternetIsBeautiful | 2023-05-28
If anyone came here looking for good quality, open source and free backup software I recommend UrBackup and Kopia.
-
-
Project mention: Hey Rustaceans! Got a question? Ask here! (34/2022)! | reddit.com/r/rust | 2022-08-24
I am trying my hand at writing bindings to screen_capture_lite, my current attempt at this is here where I am statically linking to it. When running my window_count example, I get lots of "unresolved external symbol" errors for some winapi stuff. However, it works as intended if I manually tell my build.rs to link to each individual dependency that it needs. I was under the impression that statically linking to a library with dynamic dependencies wouldn't break them or anything like is apparently happening here. My question is how I can prevent it from breaking these dependencies, or how can I export the list of dependencies to use in build.rs?
-
puNES
Qt-based Nintendo Entertaiment System emulator and NSF/NSFe Music Player (Linux, FreeBSD, OpenBSD and Windows)
So, that user doesn't exist but there is a similar one: https://github.com/punesemu/puNES/issues/153
-
SonarLint
Clean code begins in your IDE with SonarLint. Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today.
C C++ related posts
- PC Ports, Decompilations, Remakes, Demakes, Fan Games, Conversion Mods, Texture Packs!
- Best Game For First Nuzlocke?
- Simple Question and FAQ Thread
- how to take screenshots and record videos from your pc
- Trouble finding highly regarded films
- EPUB 3.3 becomes a W3C recommendation
- Redstone house behind the scene
-
A note from our sponsor - InfluxDB
www.influxdata.com | 1 Jun 2023
Index
What are some of the best open-source C++ projects in C? This list will help you:
Project | Stars | |
---|---|---|
1 | obs-studio | 47,804 |
2 | qmk_firmware | 15,172 |
3 | sumatrapdf | 10,358 |
4 | nmap | 7,780 |
5 | librdkafka | 6,709 |
6 | camerakit-android | 5,267 |
7 | bdwgc | 2,443 |
8 | desmume | 2,229 |
9 | Criterion | 1,756 |
10 | Configurations | 1,721 |
11 | circle | 1,530 |
12 | kvm-guest-drivers-windows | 1,472 |
13 | StarRuler2-Source | 1,399 |
14 | mlt | 1,263 |
15 | IconFontCppHeaders | 909 |
16 | felix | 731 |
17 | raytracer.hpp | 625 |
18 | fff | 596 |
19 | rusefi | 573 |
20 | UrBackup | 526 |
21 | iSCSIInitiator | 526 |
22 | screen_capture_lite | 524 |
23 | puNES | 447 |