-
-
Notifications
You must be signed in to change notification settings - Fork 112
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Static HTML Renderer and Documentation #204
Conversation
Maybe put the docs in the |
Would you consider adding |
Sure no problem. |
d59bad8
to
c940c29
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I didn't test it locally yet, but this is amazing and I can't wait to start building something with it 👏
docs/Building a Renderer/6 Providing platform-specific primitives.md
Outdated
Show resolved
Hide resolved
Sorry about the conflicts, I'll get those fixed |
# Conflicts: # Sources/TokamakDOM/DOMRenderer.swift # Sources/TokamakDOM/Views/Buttons/Button.swift
I wrote this while documenting the process of building a
Renderer
. I've attached the markdown files, which could be included in the Wiki.The renderer relies on
TokamakDOM
so I didn't have to rewrite the HTML/CSS representations. It currently doesn't supportApp
/Scene
, but will once that gets merged. I'll also add in how to support that to the Wiki articles.RendererWiki.zip
There's also a new demo
TokamakStaticDemo
. You can test the renderer withswift run TokamakStaticDemo
.Todo:
App
andScene
TokamakDOM
depends onTokamakStatic
TokamakStaticHTML