-
Notifications
You must be signed in to change notification settings - Fork 3
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
Render poster from a given template #2
Comments
I want to take up this task My IdeaUse yaml format to design the template, with the semantics similar to css. I ll start working on theme branch. |
Nice, I have never worked with yaml though, can we embed images into the yaml? |
Um, its more like JSON, I think sticking to JSON files for theme works too, just like sublime themes. its ok, theme engine can live as a seperate package. |
Since there are 2 different files involved and one is already json, making the other file in json would confuse people. |
Currently splatter draws according to a predefined set of hard coded constraints, using templates would able it to create posters with variations.
People could write templates using simple XML, then the simple XML could be compiled into a more complex one which would have things like embedded image files, calculated the constraints for the features.
The text was updated successfully, but these errors were encountered: