Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR. Learn more →
Nana Alternatives
Similar projects and alternatives to nana
-
dolphin
Dolphin is a GameCube / Wii emulator, allowing you to play games for these two platforms on PC with improvements.
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
-
-
-
-
-
ares
ares is a cross-platform, open source, multi-system emulator, focusing on accuracy and preservation.
-
InfluxDB
InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
-
libui
Simple and portable (but not inflexible) GUI library in C that uses the native GUI technologies of each platform it supports.
-
ultimatepp
U++ is a C++ cross-platform rapid application development framework focused on programmer's productivity. It includes a set of libraries (GUI, SQL, Network etc.), and integrated development environment (TheIDE).
-
-
-
-
-
-
-
-
-
-
nanogui
Minimalistic C++/Python GUI library for OpenGL, GLES2/3, Metal, and WebAssembly/WebGL (by mitsuba-renderer)
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
nana discussion
nana reviews and mentions
-
How do I make a GUI?
If you want to start with a smaller GUI lib (instead of the bigger ones), you could use Nana (C++ Library), see also User Works using Nana - it uses modern C++11/14/17 (instead of older C++ like wxWidgets or the external macro processor tool MOC used by Qt).
-
Is there any MIT/BSD licensed UI framework for C++ ?
https://github.com/cnjinhao/nana Boost Software License
-
Best GUI Library for C++?
well, nana seems to still be developed, but it's in another branch for now: https://github.com/cnjinhao/nana/tree/develop-1.8
-
Is there a C++ GUI library that works on all platforms
I’ve seen people use https://github.com/cnjinhao/nana, but the other suggestions are probably better.
- Qt alternatives
-
Open Source GUI programs in C++
I would suggest https://github.com/cnjinhao/nana . There is also https://github.com/andlabs/libui, although that is C (not C++).
-
Modern UI in C++ on Linux
I especially appreciate its one string layout method nana::form::div(), see https://github.com/cnjinhao/nana/wiki/Div-Text
-
A note from our sponsor - CodeRabbit
coderabbit.ai | 25 Apr 2025
Stats
cnjinhao/nana is an open source project licensed under gtkbook License which is not an OSI approved license.
The primary programming language of nana is C++.