Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/refnum/Nano
High-performance C++ for macOS, iOS, tvOS, Android, Linux, and Windows
https://github.com/refnum/Nano
Last synced: about 1 month ago
JSON representation
High-performance C++ for macOS, iOS, tvOS, Android, Linux, and Windows
- Host: GitHub
- URL: https://github.com/refnum/Nano
- Owner: refnum
- License: other
- Created: 2009-03-30T20:26:45.000Z (over 15 years ago)
- Default Branch: main
- Last Pushed: 2021-10-06T22:02:34.000Z (about 3 years ago)
- Last Synced: 2024-08-03T23:27:22.688Z (5 months ago)
- Language: C
- Homepage: http://www.refnum.com/dev/nano/
- Size: 29 MB
- Stars: 41
- Watchers: 7
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-list - Nano - High-performance C++ for macOS, iOS, tvOS, Android, Linux, and Windows. (Containers & Language Extentions & Linting / For C++/C)
README
# Nano
Nano is a C++ library for developing high-performance applications for macOS, iOS, tvOS, Android, Linux, and Microsoft Windows.Nano provides a set of cross-platform data types such as strings or dictionaries, and a unified interface to platform-specific APIs like preferences, threads, or sockets.
Nano is Open Source and distributed under the BSD licence.
## Status
| | |
| -----------------------------------------------------------------------------------: | ---------------------------------------------------------------------------------: |
| ![Build macOS](https://github.com/refnum/nano/workflows/Build%20macOS/badge.svg) | ![Test macOS](https://github.com/refnum/nano/workflows/Test%20macOS/badge.svg) |
| ![Build iOS](https://github.com/refnum/nano/workflows/Build%20iOS/badge.svg) | ![Test iOS](https://github.com/refnum/nano/workflows/Test%20iOS/badge.svg) |
| ![Build tvOS](https://github.com/refnum/nano/workflows/Build%20tvOS/badge.svg) | ![Test tvOS](https://github.com/refnum/nano/workflows/Test%20tvOS/badge.svg) |
| ![Build Linux](https://github.com/refnum/nano/workflows/Build%20Linux/badge.svg) | ![Test Linux](https://github.com/refnum/nano/workflows/Test%20Linux/badge.svg) |
| ![Build Android](https://github.com/refnum/nano/workflows/Build%20Android/badge.svg) | ![Test Android](https://github.com/refnum/nano/workflows/Test%20Android/badge.svg) |
| ![Build Windows](https://github.com/refnum/nano/workflows/Build%20Windows/badge.svg) | ![Test Windows](https://github.com/refnum/nano/workflows/Test%20Windows/badge.svg) |