You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On preparing for merging #120 this was unfinished (better to fix it in a separate PR though):
repeatergrid.md is not included in the rendered documentation (from the make.jl file)
the webgl repeatergrid example does not start (the run button reacts, but no simulation runs)
the gl repeatergrid example does not use its sliders -- the easiests solution is probably to just remove the sliders (and some easy-to-edit global variables should be declared instead of them)
The above are bugs that should be fixed. A "nice to have" would be to also DRY-out the code -- the four example files are very repetitive. That is not a priority though.
The text was updated successfully, but these errors were encountered:
On preparing for merging #120 this was unfinished (better to fix it in a separate PR though):
repeatergrid.md
is not included in the rendered documentation (from themake.jl
file)run
button reacts, but no simulation runs)The above are bugs that should be fixed. A "nice to have" would be to also DRY-out the code -- the four example files are very repetitive. That is not a priority though.
The text was updated successfully, but these errors were encountered: