seed
seed copied to clipboard
Procedural Content Generator
I have a use case where I want to generate text based on incoming data. Depending on different data parameters I want to be able to select a piece of...
This is a PR that attempts to create Twitter bots that regularly post the output of Seed sketches. Currently this PR is not more than a UI, which looks like...
Right now only errors on the global structure of the source code communicate their line numbers. Expand this to the parsing and runtime level. Also I noticed the current position...
Currently it can be quite cumbersome to spot mistakes. Syntax highlighting will help a lot, but this depends on #19.
This page shows the sketch without any extra elements. It renders the content and writes it out directly into the page. - [ ] Correct /view routing using Firebase -...
When creating an animation, it would be nice if users could export the animation as an animated GIF. This is challenging for a number of reasons: - The output are...
As a continuation on #5 We should be able to call different functions(?) like ```sketch.root```or ```sketch.article``` on imported sketches. A made up example: ``` %import -myFakeArticlesSketchURL as gazette root: -...
This is a first draft for #31 I have used the syntax as `topic:site` because `~` is an invalid character. If you still want it to be used, we can...
Phrase identifiers can't have spaces in them. If users accidentally do add them, the error is unclear: This is the error when *defining* a block with an invalid identifier: ---...