kai
kai
If I want to give a custom or known gradient for a function, how can I do that in this library? (I don't want to autodifferentiate through this function.) I...
Either a keystroke to toggle and un-toggle commenting, or a button that does the same to highlighted text. https://www.dropbox.com/s/fvpno0w7myspqb0/Screenshot%202014-01-24%2002.42.22.png
Keenan and I worked out several features to add to Style selectors to make them more expressive. In addition, these features all have a nice grounding in what people actually...
In the process of documenting our "standard library" ([shapes and functions](https://github.com/penrose/penrose/wiki/Shape-and-function-library)), I thought it would be nice if Style could use this information to provide IDE support for writing selectors...
- Clarify who each page is for - Answer some FAQs ("how to make a label in Sub/Sty/DSL" "why isn't my shape showing up on canvas" etc) - Document use...
So far: * For infinite circular references, report the offending path and line number. e.g. ``` U.text = Text { string: U.text // Crashes with bad error } ``` *...
Currently, energy/gradient compilation evaluates both branches of an `if`. To be more efficient, it should just evaluate one branch of an `if`. Energy and gradient are "hot paths" of the...
Hi! Would it be possible to get the letterform outlines (or key points, or Bezier paths) of a variable font with custom axes, with a particular variable setting, using opentype.js?...
Done! Take a look at http://hypotext.co/bible and try refreshing. Description and source: https://github.com/hypotext/hyperbible/
`ifCond` can only return `VarAD`. This makes it hard to use to, say, conditionally return a point, which comes up when working with discrete shapes like rectangles. Not really sure...