Skip to content
/ nana Public
forked from cnjinhao/nana

Nana 是一个用现代 C++11 编写的跨平台界面库。 Nana 是一个免费的开源程序库,采用Boost Software License协议授权,可用于商业和非商业软件项目。a modern C++ GUI library

License

Notifications You must be signed in to change notification settings

baidule/nana

 
 

Repository files navigation

Nana C++ Library

Linux (gcc 5.4.0 and 4.9.2)TravisCI build status including (nana-demos)

Windows (Microsoft (R) Build Engine version 14.0.24720.0) AppVeyor build status

Licence

Nana is a C++ library designed to allow developers to easily create cross-platform GUI applications with modern C++11 style. Currently it can work on Linux(X11) and Windows. The nana repository contains the entire source of the library. You can browse the source code and submit your pull request for contributing.

License

Nana is licensed under the Boost Software License

Members

Jinhao, Ariel Viña Rodríguez.

Support

The best way to get help with Nana library is by visiting http://nanapro.org/help.htm

Sending a Pull Request ?

This project encourage you to contribute through sending a pull request! There is a simple rule: please don't directly commit your contributions to the master branch. According to your commits, please choose the hotfixes branch or the develop branch. Thank you!

Introduction to the Repository

There are two main branches with an infinite lifetime:

  • master is the main branch and it is marked as every version release.
  • develop is also another main branch where the source code reflects a state with the lastest delivered developement changes for the next release.

Other branches:

  • features are used to develop new features for the upcoming or a distant future release. Feature branches are named as 'feature-FEATURENAME'.
  • hotfix is meant to prepare for a new release, and fixes some bugs from the corresponding tag on the master branch.

About

Nana 是一个用现代 C++11 编写的跨平台界面库。 Nana 是一个免费的开源程序库,采用Boost Software License协议授权,可用于商业和非商业软件项目。a modern C++ GUI library

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 99.2%
  • Other 0.8%