Skip to content

zhuowei/marina

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Understanding SwiftUI by reimplementing it to render to HTML.


Want to keep up with Swift news on your Amazon Echo or Google Home smart speaker? Follow me on Voco.


What it does

Almost nothing!

It can barely render the homepage of Apple's Landmarks sample from the SwiftUI tutorial to HTML.

I just wanted to learn the new function builder feature that powers SwiftUI's DSL.

See also:

Building

Install Xcode 11 beta 1, then

./build.sh

Running

git clone https://github.com/zhuowei/marina-sample-landmarks.git LandmarkTutorial3Complete
./landmarkDemo.sh
./run.sh >output.html
cat html_template/head.html output.html >output_full.html

License

Apache 2.0 with the Runtime Library Exception.

Files in systemicon are from Ionicons and are under the Ionic project's MIT license.

About

Understanding SwiftUI by reimplementing it to render to HTML - you shouldn't use this, use https://github.com/swiftwebui/SwiftWebUI instead

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published