Commit graph

835 commits

Author SHA1 Message Date
David Himmelstrup
c2f64106e2 Correctly set the z-index of objects. 2020-08-25 17:00:51 +08:00
David Himmelstrup
fd9fc786df Limit exposed functions. 2020-08-25 16:49:27 +08:00
David Himmelstrup
141b5bfe27 Remove unused import. 2020-08-25 16:49:15 +08:00
David Himmelstrup
997abc0c9f Get rid of 'drawBall'. 2020-08-25 16:47:11 +08:00
David Himmelstrup
1b748ea127 More documentation, get rid of 'pauseUntil'. 2020-08-25 16:44:26 +08:00
David Himmelstrup
41d6a1d9f1 Write more API documentation. 2020-08-25 16:38:29 +08:00
David Himmelstrup
cc21527078 Document Reanimate.Internal.CubicBezier 2020-08-25 15:59:33 +08:00
David Himmelstrup
f0313ea14b Document the GeoJSON module. 2020-08-25 15:49:06 +08:00
David Himmelstrup
83e4ecd987
Polish object interface (#138) 2020-08-25 13:51:32 +08:00
David Himmelstrup
61fd6bc743
Support both cabal and stack in the test-suite. (#139) 2020-08-25 09:57:39 +08:00
David Himmelstrup
c70f456ee8 New snippet. 2020-08-24 18:50:01 +08:00
David Himmelstrup
ec9b9d9d04 Playground: clean up imports. 2020-08-24 16:10:25 +08:00
David Himmelstrup
d90cc179d8 Add new snippet. 2020-08-24 16:10:19 +08:00
David Himmelstrup
d497518d5f Fix LaTeX snippet. 2020-08-23 20:27:51 +08:00
David Himmelstrup
3c4acc75da Update snippets. 2020-08-23 15:16:58 +08:00
David Himmelstrup
23428b1c44 Playground: Hide internal filenames. 2020-08-23 12:22:48 +08:00
David Himmelstrup
29fd2daf9e First attempt at an embedded playground. 2020-08-23 11:07:11 +08:00
David Himmelstrup
3bfa25b9be Playground: Change layout from 1:2 to 3:4. 2020-08-22 17:48:23 +08:00
David Himmelstrup
93dc433265 Playground: auto reconnect. 2020-08-22 17:47:30 +08:00
David Himmelstrup
a89b577757 Note down the design of the playground. 2020-08-22 17:10:16 +08:00
David Himmelstrup
dc5401b454 Playground: Fix resizing, use 'Hello world' as default script, update snippets. 2020-08-22 17:00:13 +08:00
David Himmelstrup
42d23833f2 Write copy, add playground version. 2020-08-22 14:50:07 +08:00
David Himmelstrup
3956c046c3 CI: Change cache directories. 2020-08-22 13:00:25 +08:00
David Himmelstrup
8aa156796a Improve caching for Github Pages. 2020-08-22 12:44:07 +08:00
David Himmelstrup
3391fd77b1 Pause playground when modifying source. 2020-08-22 12:21:05 +08:00
David Himmelstrup
c374552c70 Add missing icon file. 2020-08-22 12:18:56 +08:00
David Himmelstrup
c5497b8c56 Clean up playground code. 2020-08-22 12:18:14 +08:00
David Himmelstrup
f1d945babb Add missing snippet files. 2020-08-22 11:26:59 +08:00
David Himmelstrup
c1c4996e63
Simplify playground code and add snippets. (#136)
* Add instructions for how to run the playground locally.
* Make it easier to select backend in the elm code.
* Use scrolling for long scripts.
* Fix bug, send code to backend on connect, don't auto play on code changes.
* Compile and cache snippets.
2020-08-22 10:35:25 +08:00
David Himmelstrup
eed21b522e
Nginx layer in front of playground. (#135) 2020-08-21 15:40:12 +08:00
David Himmelstrup
bd49954b77 Prefetch playground images. 2020-08-21 10:15:38 +08:00
David Himmelstrup
ce6ea17c57 Try fixing paths again. 2020-08-21 09:45:06 +08:00
David Himmelstrup
fb176ead12 Fix gh-page paths. 2020-08-21 09:35:45 +08:00
David Himmelstrup
12025f2a2e Don't minify playground. 2020-08-21 09:18:31 +08:00
David Himmelstrup
60902fcfcc Wibble. 2020-08-21 09:17:41 +08:00
David Himmelstrup
6c856309f0 Merge branch 'master' of github.com:Lemmih/reanimate 2020-08-21 09:15:15 +08:00
David Himmelstrup
286df9685d Wibbles. 2020-08-21 09:15:01 +08:00
David Himmelstrup
8c3e8acd3a
Playground (#134) 2020-08-21 08:52:19 +08:00
David Himmelstrup
09e7558360 Configure playground server. 2020-08-20 20:30:13 +08:00
David Himmelstrup
47ddfa6075 Add function for rendering a single frame. 2020-08-20 20:30:13 +08:00
David Himmelstrup
552c26ed2f Hook up media buttons. 2020-08-20 20:30:13 +08:00
David Himmelstrup
e2429c9607 Playground draft 2020-08-20 20:30:13 +08:00
shaurya gupta
12b8f083f8 Minor fix 2020-08-20 13:26:59 +08:00
shaurya gupta
c313628846 Dont export Animation constructor 2020-08-20 08:58:13 +08:00
David Himmelstrup
9cf33b9444 Remove link to gallery and disable link to morphology article. 2020-08-11 15:33:07 +08:00
David Himmelstrup
0d4a5801de
Morphology (#112)
* Move hmatrix dependency out of reanimate's core.

* Move chiphunk to a separate package.
2020-08-07 15:34:26 +08:00
David Himmelstrup
d1b0a50e51
More haddock docs. (#131)
* More haddock docs.

* Remove unused imports.

* Replace '#' with '&' from Control.Lens
2020-08-07 11:09:15 +08:00
David Himmelstrup
b6975d705d Don't build gh-pages for PRs. 2020-08-07 09:15:50 +08:00
David Himmelstrup
ea2eabe9f6
API reference documentation (#130) 2020-08-06 22:17:48 +08:00
David Himmelstrup
5e64f0baea Update changelog. 2020-08-06 19:14:23 +08:00