All Projects → qPCR4vir → Nana Demo

qPCR4vir / Nana Demo

Licence: bsl-1.0
demos and tests for Nana C++ GUI library

Programming Languages

cpp
1120 projects

Labels

Projects that are alternatives of or similar to Nana Demo

Urlify
A simple macOS app to create valid file and url names from clipboard text.
Stars: ✭ 44 (-22.81%)
Mutual labels:  gui
Xfreq
a UNIX software to monitor the Intel Core i7 and Core 2 showing turbo boost, temperatures, cstates and other processor features.
Stars: ✭ 47 (-17.54%)
Mutual labels:  gui
Crunchyroll Downloader
A little GUI to download crap from crunchyroll.
Stars: ✭ 54 (-5.26%)
Mutual labels:  gui
Trojanx
A bare-bones Trojan (as in the anti-GFW tool) GUI client for macOS, written in Swift and shell.
Stars: ✭ 45 (-21.05%)
Mutual labels:  gui
Chocolateygui
A delicious GUI for Chocolatey
Stars: ✭ 1,031 (+1708.77%)
Mutual labels:  gui
Pokemongo Bot
A full functional bot that can act like the normal phone app
Stars: ✭ 1,053 (+1747.37%)
Mutual labels:  gui
Medguireborn
MedGui Reborn is a frontend/launcher (GUI) for Mednafen multi emulator, written in VB .Net with Microsoft Visual Studio Community
Stars: ✭ 40 (-29.82%)
Mutual labels:  gui
Batchimageprocessor
A Mass Image Processing tool for Windows
Stars: ✭ 55 (-3.51%)
Mutual labels:  gui
Kowl
Apache Kafka Web UI for exploring messages, consumers, configurations and more with a focus on a good UI & UX.
Stars: ✭ 1,036 (+1717.54%)
Mutual labels:  gui
Macytdl
A macOS GUI front-end for the youtube-dl video downloader
Stars: ✭ 52 (-8.77%)
Mutual labels:  gui
Casbin Editor
Web-based model & policy editor for Casbin
Stars: ✭ 45 (-21.05%)
Mutual labels:  gui
Easychart
A visual editor for the world's best web charting tool: Highcharts.
Stars: ✭ 45 (-21.05%)
Mutual labels:  gui
Gdbgui
Browser-based frontend to gdb (gnu debugger). Add breakpoints, view the stack, visualize data structures, and more in C, C++, Go, Rust, and Fortran. Run gdbgui from the terminal and a new tab will open in your browser.
Stars: ✭ 8,339 (+14529.82%)
Mutual labels:  gui
Lognplot
Plotting and logging of real-time data for desktop.
Stars: ✭ 45 (-21.05%)
Mutual labels:  gui
Gdut Drcom Dialer
宇工大狗联网拨号器
Stars: ✭ 54 (-5.26%)
Mutual labels:  gui
Living Mongo
A MongoDB Web GUI
Stars: ✭ 42 (-26.32%)
Mutual labels:  gui
Bogue
GUI library for ocaml based on SDL2
Stars: ✭ 48 (-15.79%)
Mutual labels:  gui
Ttkwidgets
A collection of widgets for Tkinter's ttk extensions by various authors
Stars: ✭ 57 (+0%)
Mutual labels:  gui
Wordagam
A fun & interactive word game 🍄
Stars: ✭ 55 (-3.51%)
Mutual labels:  gui
Lode
A universal GUI for unit testing
Stars: ✭ 51 (-10.53%)
Mutual labels:  gui

nana-demo

Continuous Integration Test - Travis: Linux (gcc 8)TravisCI build status which tests both nana-demo and (nana)

This is a collection of small examples borrowed (with modifications) from any possible source, mostly from documents and blogs posted by Jin Hao.

The simple applications (netepad, calculator, etc.) in the root directory show how to combine a few features of Nana C++ GUI programing.

The aim of each .cpp files in the "Examples" directory is to show how to use one Nana feature (and to test it).

The master, hotfix and develop branches allow you to quickly browse, modify and compile any of the demos. You can use it for a quick setup of your own project. This allow you to quickly select (checkout) the exact version of nana (in the nana repository!!) - for example, the latest hotfix - you want to use and recompile it together with the demo of your choice. It also allow you to quickly browse, modify, test and contribute! to nana.

All demos (FreeMe- not) are updated to Nana v1.7. But this need periodical revision and adaptation.

This is also a test for each change in nana. I compile regularly all of them after each push to the master or hotfixes branches of Nana. Travis will automatically compile all (see the nana .travis.yml) in a Continuous Integration test (CI) in Linux with gcc:

  • nana/master will compile nana-demo/master
  • nana/hotfix will compile nana-demo/hotfix
  • nana/develope - nana/develope.

All demos are automatically added to the Doxygen-generated Nana Documentation from the project Nana-docs

If you have another build system tested for this collection of demos, please take a time to contribute it back here. Thank!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].