Top 7 C++ Bsd Projects
-
widelands
Widelands is a free, open source real-time strategy game with singleplayer campaigns and a multiplayer mode. The game was inspired by Settlers II™ (© Bluebyte) but has significantly more variety and depth to it.
Project mention: Widelands is a free, open-source real-time strategy game inspired by Settlers II | news.ycombinator.com | 2025-11-24 -
AppSignal
Monitoring that respects your time & budget. APM, error tracking, and dashboards for modern web apps. Ten-minute setup, transparent flat pricing, and support from engineers who actually use the product.
-
otter-browser
Otter Browser aims to recreate the best aspects of the classic Opera (12.x) UI using Qt5
Then Otter Browser is a bastard faithful to the tradition
https://github.com/OtterBrowser/otter-browser
-
Gearboy
Game Boy / Game Boy Color / Super Game Boy emulator, debugger and embedded MCP server for macOS, Windows, Linux, BSD and RetroArch.
-
Gearsystem
Sega Master System / Game Gear / SG-1000 emulator, debugger and embedded MCP server for macOS, Windows, Linux, BSD and RetroArch.
-
uvent
Modern asynchronous I/O cross-platform library in modern C++23 using only the C++ standard library (STL)
cmake_minimum_required(VERSION 3.27) project(article) set(CMAKE_CXX_STANDARD 23) set(UREDIS_BUILD_EXAMPLES OFF) set(UREDIS_BUILD_SHARED OFF CACHE BOOL "" FORCE) set(UREDIS_BUILD_STATIC ON CACHE BOOL "" FORCE) set(UREDIS_LOGS OFF CACHE BOOL "" FORCE) set(UPQ_BUILD_EXAMPLES OFF CACHE BOOL "" FORCE) find_package(OpenSSL REQUIRED) find_package(ZLIB REQUIRED) include(FetchContent) include_directories(${article_SOURCE_DIR}) FetchContent_Declare( uvent GIT_REPOSITORY https://github.com/Usub-development/uvent.git GIT_TAG main OVERRIDE_FIND_PACKAGE ) FetchContent_Declare( unet GIT_REPOSITORY https://github.com/Usub-development/unet.git GIT_TAG main OVERRIDE_FIND_PACKAGE ) # Loading ujson from upq FetchContent_Declare( upq GIT_REPOSITORY https://github.com/Usub-development/upq.git GIT_TAG main OVERRIDE_FIND_PACKAGE ) FetchContent_Declare( ulog GIT_REPOSITORY https://github.com/Usub-development/ulog.git GIT_TAG main OVERRIDE_FIND_PACKAGE ) FetchContent_Declare( uredis GIT_REPOSITORY https://github.com/Usub-development/uredis.git GIT_TAG main FIND_PACKAGE_ARGS ) FetchContent_MakeAvailable(uvent unet ulog upq uredis) add_executable(${PROJECT_NAME} src/main.cpp ) target_include_directories(${PROJECT_NAME} PRIVATE /usr/local/include ${CMAKE_CURRENT_LIST_DIR}/include ) target_link_libraries(${PROJECT_NAME} PRIVATE -lpq OpenSSL::Crypto usub::uvent usub::server ZLIB::ZLIB usub::upq usub::ulog usub::uredis )
-
-
-
Kargo
Stop Scripting Promotions. Start Shipping with Kargo. Kargo automates promotion across dev, staging, and prod with approval gates and verification. Open source, built by the team behind Argo CD. Download now.
C++ Bsd discussion
C++ Bsd related posts
Index
What are some of the best open-source Bsd projects in C++? This list will help you:
| # | Project | Stars |
|---|---|---|
| 1 | widelands | 3,049 |
| 2 | otter-browser | 1,982 |
| 3 | Gearboy | 1,193 |
| 4 | Gearsystem | 386 |
| 5 | uvent | 11 |
| 6 | CliDM | 7 |
| 7 | newsdrip | 5 |