-
-
Notifications
You must be signed in to change notification settings - Fork 502
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Simplify the Bezier-rs interactive web demo code (#2020)
* Change demo pane classes into simpler group functions * Eliminate classes * Use template strings for HTML * Reduce files and flatten directories * Restructuring to reduce redundant code * Eliminate the module pattern and consolidate both demo types * Further consolidate into main.ts
- Loading branch information
Showing
12 changed files
with
600 additions
and
757 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
114 changes: 0 additions & 114 deletions
114
website/other/bezier-rs-demos/src/components/BezierDemo.ts
This file was deleted.
Oops, something went wrong.
82 changes: 0 additions & 82 deletions
82
website/other/bezier-rs-demos/src/components/BezierDemoPane.ts
This file was deleted.
Oops, something went wrong.
101 changes: 0 additions & 101 deletions
101
website/other/bezier-rs-demos/src/components/SubpathDemo.ts
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.