Skip to content

Commit

Permalink
Automatic update from https://github.com/kmdouglass/cherry
Browse files Browse the repository at this point in the history
  • Loading branch information
Unknown committed Jan 19, 2024
0 parents commit fff6c45
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 0 deletions.
Binary file added 6edb81e1958f1c651f03.module.wasm
Binary file not shown.
1 change: 1 addition & 0 deletions CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
browser.science
6 changes: 6 additions & 0 deletions cherry.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
@import "https://cdn.jsdelivr.net/npm/bulma@0.9.4/css/bulma.min.css";

.table tr td {
text-align: right;
vertical-align: middle;
}
2 changes: 2 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<!DOCTYPE html>
<html><head><meta charset="UTF-8"><meta content="width=device-width, initial-scale=1" name="viewport"><meta content="ie=edge" http-equiv="x-ua-compatible"><title>🍒 Cherry Raytracer</title><link href="./cherry.css" rel="stylesheet"></head><body><nav aria-label="main navigation" class="navbar" role="navigation"><div class="navbar-brand"><a class="navbar-item" href="https://browser.science">🍒 Cherry Raytracer</a><a aria-expanded="false" aria-label="menu" class="navbar-burger" data-target="navMenu" role="button"><span aria-hidden></span><span aria-hidden></span><span aria-hidden></span></a></div><div class="navbar-menu" id="navMenu"><div class="navbar-start"><div class="navbar-item has-dropdown is-hoverable"><a class="navbar-link">File</a><div class="navbar-dropdown"><a class="navbar-item" id="file-save">Save</a></div></div><div class="navbar-item has-dropdown is-hoverable"><a class="navbar-link">Examples</a><div class="navbar-dropdown"><a class="navbar-item" id="preset-planoconvex">Planoconvex lens</a><a class="navbar-item" id="preset-petzval">Petzval objective</a></div></div></div></div></nav><section class="section"><div class="container" id="systemRendering"></div><div class="tabs is-centered" id="system-parameters"><ul><li class="is-active"><a id="surfaces">Surfaces</a></li><li><a id="fields">Fields</a></li><li><a id="aperture">Aperture</a></li></ul></div><div id="tab-body"><div class="container"><div class="table-container"><table class="table" id="surfaces-table"><thead><tr><th style="width: 14%">Surface type</th><th style="width: 14%">n</th><th style="width: 14%">thickness</th><th style="width: 14%">diam</th><th style="width: 14%">roc</th><th style="width: 14%">Actions</th></tr></thead><tbody></tbody></table></div></div></div></section><script deferred src="./index.js"></script><script deferred src="./main.js"></script></body></html>
1 change: 1 addition & 0 deletions index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions main.js

Large diffs are not rendered by default.

Loading

0 comments on commit fff6c45

Please sign in to comment.