massive refactor toDrop cascadeStudio and add CadQuery + OpenSCAD

resolves #400
This commit is contained in:
Kurt Hutten
2021-07-08 21:17:07 +10:00
parent 477a557eb8
commit 8e558d2342
158 changed files with 2335 additions and 2300 deletions

View File

@@ -7,31 +7,10 @@
<meta property="og:type" content="website" />
<meta name="robots" content="index, follow" />
<title><%= htmlWebpackPlugin.options.title %></title>
<script>
// Install Cascade Studio as a Progressive Web App for Offline Access
// This needs to be put before ANY HTTP Requests are made, so it can cache them.
var messageHandlers = {};
var threejsViewport = {};
messageHandlers["resetWorking"] = () => { workerWorking = false; }
var cascadeStudioWorker
var workerWorking = false
var galleryProject = undefined
var myLayout, monacoEditor,
consoleContainer, consoleGolden, codeContainer, gui,
guiPanel, GUIState, count = 0, //focused = true,
mainProject = false,
// messageHandlers = {},
startup,
isInitialized = false;
</script>
</head>
<body>
<div id="redwood-app">
<%= prerenderPlaceholder %>
</div>
<div
id="cascade-container"
style="opacity: 0; overflow: hidden; height: 0"
></div>
</body>
</html>