What's Changed
- Add
SymmetryCard.svelte
by @janosh in #42 - Add props and control sliders for ambient and directional lighting to
Structure
by @janosh in #45 - add /molecule demo page with initial examples water, methane, benzene
71ce70b
- fix find_image_atoms() for non-cuboid lattices
9138582
- add lib/structure/bonding.ts with max_dist and nearest_neighbor bonding strategies
f707cf2
- add lib/math.ts
58cf060
- Structure add fullscreen button + improve default initial camera_position
bda2e5f
- fix black text color on transparent ElementTiles
3ace071
- add src/emmet_pydantic_to_ts.py to auto-convert emmet pydantic models to typescript types
e4bcc92
- add /api page to inspect AWS Open Data schema
83bc866
- add similar structures and robocrys sections to mp-[slug] page
d4dce4b
- extract (demos)/periodic-table/+page.svelte from landing page, change landing +page.svelte to +page.md
cd32144
- fix duplicate bonds in max_dist and nearest_neighbor functions
14027e3
- StructureScene add prop fov: number | undefined = undefined
770ffbf
- rename prop site_labels -> show_site_labels, default to true + fix site site_labels rendering
ff0336a
- add largest MP structure mp-1204603 to demo
1b0bc6d
- bump threlte to v6 official release
45e3dc2
- periodic-table.test.ts don't iterate over full table, do random subset for speed
be68b6a
- fetch_zipped() only console.error, not raise if !response.ok
f46cee0
Full Changelog: v0.2.0...v0.2.3