- Notifications
You must be signed in to change notification settings - Fork1
varkor/reflections
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Experiments in rendering nonaffine transformations, such as reflections and translations. This isan early work-in-progress. An article exploring these concepts using the library here for renderingwill be forthcoming.
(Note that these instructions may be incomplete. If something doesn't work, feel free to post anissue or send a pull request.)
You'll need:
- TheRust compiler.
wasm-bindgen
.- Python 3.
- A version of make that supports
.ONESHELL
(e.g. GNU Make 3.83).
To build:make
.To run:make run
(and open the given file in a web browser).