Commit graph

228 commits

Author SHA1 Message Date
Jonathan Hornung
a74eec74ee Fixes failing test #122 2025-08-16 18:21:01 +02:00
Jonathan Hornung
401991d6ea Restore libs-config.json - undo accidental deletion 2025-08-16 08:34:01 +02:00
Jonathan Hornung
7ba32a9219 Remove libs-config.json file to streamline configuration management 2025-08-16 08:32:12 +02:00
Jonathan Hornung
52930445fc using webpack #122 2025-08-16 08:29:59 +02:00
Jonathan Hornung
b8d8f545b0 Replace Makefile w/ something that reads the libs metadata
Fixes #122
2025-08-15 08:57:49 +02:00
Torsten Paul
3da8d92aea
Merge pull request #105 from Rotzbua/feat_module
feat: migrate from commonjs to module
2025-04-20 22:04:44 +02:00
Torsten Paul
46882112a4 Use Ubuntu 24.04 as test runner. 2025-04-20 21:57:31 +02:00
Torsten Paul
4cbb2c7594 Merge branch 'feat_module' of github.com:Rotzbua/openscad-playground into Rotzbua-feat_module 2025-04-20 21:56:33 +02:00
Torsten Paul
e0282681d6
Merge pull request #118 from openscad/ochafik-export-stl-default
Export to STL by default
2025-04-20 21:51:24 +02:00
ochafik
090a50ee84 Export to STL by default 2025-04-20 21:46:01 +02:00
Torsten Paul
03d0589575
Merge pull request #117 from ochafik/jest-no-sandbox
Disable chrome sandbox on puppeteer test to fix CI
2025-04-20 21:39:52 +02:00
ochafik
bc42ea250b Update jest.config.js 2025-03-26 00:05:03 +00:00
ochafik
e413b191be shuffle puppeteer no-sandbox flag around 2025-03-25 23:56:02 +00:00
ochafik
400b840e55 Disable chrome sandbox on puppeteer test for CI 2025-03-25 23:32:19 +00:00
Torsten Paul
4b591c4bfc Update default WASM_BUILD_URL to pinned version on the openscad file server 2025-03-25 17:26:14 +00:00
Rotzbua
c8268c262e
feat: migrate from commonjs to module 2025-01-02 21:00:27 +01:00
ochafik
56173552af Fix 3mf export flow through material dialog 2024-12-31 18:50:38 +00:00
ochafik
e087b87c19 Fix type lints in editor 2024-12-31 18:50:38 +00:00
Rotzbua
7ffedccf2e chore(editor): update to latest version 2024-12-31 16:50:39 +00:00
ochafik
6a9529aab7 Multimaterial: trim strings, skip empties 2024-12-31 16:43:15 +00:00
ochafik
5e48ffbf34 Add blurhash previews to make (re)loading more entertaining 2024-12-31 16:43:15 +00:00
ochafik
60ed786e22 Fix typo 2024-12-31 16:43:15 +00:00
ochafik
a0015af28e Replace rollup w/ webpack for the web worker 2024-12-31 16:06:51 +00:00
Rotzbua
a4a33d2541 chore(deps): update loader 2024-12-28 22:56:24 +00:00
Rotzbua
cfc34ce33d chore(deps): remove unused rollup plugins 2024-12-28 22:56:04 +00:00
Rotzbua
cb64dc4c81 chore(deps): update webpack dependencies 2024-12-28 22:55:15 +00:00
Rotzbua
e28a17484c chore(deps): move types to dev dependencies
* bump to latest possible version
2024-12-28 22:54:13 +00:00
Olivier Chafik
2aaac6f70b Update README.md 2024-12-27 12:04:19 +00:00
ochafik
dd3d385899 Basic URL loading support 2024-12-26 19:27:27 +00:00
ochafik
ecdc04af39 axes: use axes viewer for snapping logic (model viewer wiggles b/c of the prompt) 2024-12-26 19:27:27 +00:00
ochafik
d457595d48 Allow editing of bundled files again 2024-12-26 19:27:27 +00:00
ochafik
5a67b2d554 Fix lighting 2024-12-26 19:27:27 +00:00
ochafik
96fd24a1e4 Fix axes rotation: get to nearest rotation before cycling, and default to diagonal 2024-12-26 19:27:27 +00:00
ochafik
d2223e948a Create InterVariable.woff2 2024-12-25 14:02:50 +00:00
ochafik
58a513dd11 Test loading demo by path 2024-12-25 14:02:50 +00:00
ochafik
b76ac89d44 Fix loading of demos 2024-12-25 14:02:50 +00:00
ochafik
0a99893f77 Preserve filename in output 2024-12-25 12:47:14 +00:00
ochafik
d3150854ac axes: add back & left quick views 2024-12-25 12:35:18 +00:00
Olivier Chafik
10c15b443d Update README.md 2024-12-25 12:27:31 +00:00
ochafik
32a4ecf9c4 Update e2e.test.js 2024-12-25 12:17:51 +00:00
ochafik
e512561b85 fix typo 2024-12-25 12:17:51 +00:00
ochafik
32fee6eb06 Normalize CRLF to \n and test customizer in e2e test 2024-12-25 12:17:51 +00:00
ochafik
657ccb9181 Remove render-modifiers feature reference 2024-12-25 11:31:54 +00:00
ochafik
ae21d92928 Remove spurious localization warning 2024-12-25 11:31:54 +00:00
ochafik
7ec83c371b tests: add basic e2e tests involving libs (BOSL2 & NopSCADlib) 2024-12-25 11:31:54 +00:00
ochafik
741b367952 viewer: disable interaction prompt once use clicked on axes 2024-12-25 11:31:54 +00:00
ochafik
719641ca7b Update ViewerPanel.tsx 2024-12-25 01:53:00 +00:00
ochafik
062c89a45b Cycle through predefined orbits when tapping axes 2024-12-25 01:53:00 +00:00
ochafik
909e4a8231 Drop readDirAsArray / use fs.readdirSync instead 2024-12-25 01:52:38 +00:00
ochafik
cde9d907a4 Update links (no more ochafik-specific branch) 2024-12-25 01:52:38 +00:00