Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lbrndnr/nuage-macos
A native SoundCloud app for macOS, written in SwiftUI
https://github.com/lbrndnr/nuage-macos
combine soundcloud soundcloud-api swift swiftui
Last synced: about 1 month ago
JSON representation
A native SoundCloud app for macOS, written in SwiftUI
- Host: GitHub
- URL: https://github.com/lbrndnr/nuage-macos
- Owner: lbrndnr
- License: gpl-3.0
- Created: 2020-12-20T12:25:04.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-03-21T07:41:18.000Z (8 months ago)
- Last Synced: 2024-09-27T11:43:16.003Z (about 2 months ago)
- Topics: combine, soundcloud, soundcloud-api, swift, swiftui
- Language: Swift
- Homepage:
- Size: 4.32 MB
- Stars: 331
- Watchers: 6
- Forks: 18
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Nuage
A native SoundCloud app for macOS, written in SwiftUI
---
[![Twitter: @lbrndnr](https://img.shields.io/badge/[email protected]?style=flat)](https://twitter.com/lbrndnr)
[![Twitter: @lbrndnr](https://img.shields.io/badge/Mastodon-@[email protected]?style=flat)](https://mastodon.social/@lerboe)
[![SoundCloud: @lerboe](https://img.shields.io/badge/[email protected]?style=flat)](https://soundcloud.com/lerboe)
[![License](http://img.shields.io/badge/license-GPL--3.0-green.svg?style=flat)](https://github.com/lbrndnr/nuage-macos/blob/master/LICENSE)## About
Nuage is an independent and open-source project to build a native SoundCloud client for macOS using SwiftUI. Its overall goal is to make listening to tracks on SoundCloud more enjoyable by providing a light-weight and beautiful interface. As of now, the app is still very much in development, lots of features are still missing and the UI needs a lot of work too. So if you want to learn a little bit of SwiftUI or if you have a suggestion regarding the user experience, feel free to open an issue or a merge request.Note that Nuage is not affiliated in any way to SoundCloud. Nuage uses private APIs which I have not been granted access to, so functionality may break in the future.
## Installation
You can install Nuage using brew:
```console
$ brew install --cask nuage
```
or by downloading the latest version right [here](https://github.com/lbrndnr/nuage-macos/releases). Note that Nuage is still in heavy development and on top of that written in SwiftUI, a very young framework. If you encounter a bug or miss a feature, don't hesitate to open a pull request.## Dependencies
Nuage uses [SoundCloud](https://github.com/lbrndnr/soundcloud) to access SoundCloud's private API.
## Code & Design
Developed by [Laurin Brandner](https://twitter.com/lbrndnr), icon designed by [Yannick Lung](https://twitter.com/yannicklu).## License
Nuage is licensed under GPL-3.0. You can use Nuage's code as long as your app is also licensed as GPL-3.0. For all other applications please [contact me](https://twitter.com/lbrndnr).