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
- Host: GitHub
- URL: https://github.com/cosmo/swiftuiembedded-demo
- Owner: Cosmo
- License: mit
- Created: 2019-11-03T19:13:20.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-22T00:22:11.000Z (about 6 years ago)
- Last Synced: 2025-03-21T05:22:10.294Z (12 months ago)
- Language: Swift
- Homepage:
- Size: 9.77 KB
- Stars: 31
- Watchers: 4
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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:
[](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).