tinyfiledialogs
xmake
Our great sponsors
tinyfiledialogs | xmake | |
---|---|---|
0 | 94 | |
2 | 4,948 | |
- | 5.2% | |
0.0 | 9.9 | |
over 2 years ago | about 5 hours ago | |
C | C | |
BSD 3-clause "New" or "Revised" License | Apache License 2.0 |
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.
tinyfiledialogs
We haven't tracked posts mentioning tinyfiledialogs yet.
Tracking mentions began in Dec 2020.
xmake
-
Extreme include discipline for C++ code
I really suggest to check out the fast and friendly Xmake that do support C20++ modules
-
Show HN: A glib-like multi-platform C library
Ah, I see. That might be Github’s problem, but the link I used is the one at the bottom of the list labeled “Source code”: https://github.com/xmake-io/xmake/releases/tag/v2.6.5
I see that one you mention in the middle of the list, with the name “xmake-v2.6.5.tar.gz”.
Please note that this is not a criticism, I’m just telling what can happen when someone tries to compile it.
Or you can download full source code from releases. https://github.com/xmake-io/xmake/releases/download/v2.6.5/x...
try
wget https://github.com/xmake-io/xmake/releases/download/v2.6.5/xmake-v2.6.5.tar.gz
we need pull all submodules, you can see https://xmake.io/#/guide/installation?id=installation
git submodule update --init
- Qb – Zero-configuration build system to quickly build C/C++ projects
- Xmake v2.6.5 released, Support remote compilation
- Xmake and C/C++ Package Management
What are some alternatives?
imgui - Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies
meson - The Meson Build System
cmake-init - The missing CMake project initializer
sciter - Sciter: the Embeddable HTML/CSS/JS engine for modern UI development
wxWidgets - Cross-Platform C++ GUI Library
xtd - Free open-source modern C++17 / C++20 framework to create console, forms (GUI like WinForms) and unit test applications on Microsoft Windows, Apple macOS and Linux.
CPM.cmake - 📦 CMake's missing package manager. A small CMake script for setup-free, cross-platform, reproducible dependency management.
GLFW - A multi-platform library for OpenGL, OpenGL ES, Vulkan, window and input
Vcpkg - C++ Library Manager for Windows, Linux, and MacOS
NanoGUI - Minimalistic GUI library for OpenGL
ninja - a small build system with a focus on speed
FTXUI - Features: - Functional style. Inspired by [1] and React - Simple and elegant syntax (in my opinion). - Support for UTF8 and fullwidth chars (→ 测试). - No dependencies. - Cross platform. Linux/mac (main target), Windows (experimental thanks to contributors), - WebAssembly. - Keyboard & mouse navigation. Operating systems: - linux emscripten - linux gcc - linux clang - windows msvc - mac clang