An open API service indexing awesome lists of open source software.

https://github.com/cosmo/swiftuiembedded-demo

WIP — SwiftUIEmbedded — Demo for Linux
https://github.com/cosmo/swiftuiembedded-demo

Last synced: 12 months ago
JSON representation

WIP — SwiftUIEmbedded — Demo for Linux

Awesome Lists containing this project

README

          

# SwiftUIEmbedded-Demo

Don't expect to much. This project is in its very early stages.

## Run Demo

### Clone repository
```bash
git clone git@github.com:Cosmo/SwiftUIEmbedded-Demo.git
```

### Replace `width` and `height` with your screen resolution in `main.swift`
```swift
let width = 720
let height = 720
```

### Run Project
```bash
swift run
```

It should look like this:

[![Demo](https://img.youtube.com/vi/bE1bqOhXcY4/0.jpg)](https://www.youtube.com/watch?v=bE1bqOhXcY4)

## Contact

* Devran "Cosmo" Uenal
* Twitter: [@maccosmo](http://twitter.com/maccosmo)
* LinkedIn: [devranuenal](https://www.linkedin.com/in/devranuenal)

## License

SwiftUIEmbedded-Demo is released under the [MIT License](http://www.opensource.org/licenses/MIT).