2021-03-27 03:18:11 +08:00
<!DOCTYPE html>
< html lang = "en" >
< head >
< meta charset = "utf-8" / >
< link rel = "icon" href = "favicon.ico" / >
< meta name = "viewport" content = "width=device-width, initial-scale=1" / >
< meta name = "theme-color" content = "#000000" / >
2021-04-23 18:54:55 +08:00
< meta property = "og:title" content = "three.cad" / >
2021-05-04 17:32:58 +08:00
< meta property = "og:description" content = "3D modelling software built using Three.js, React, and Web Assembly. Features parametric sketching and constructive solid geometry (CSG) capabilities." / >
2021-05-04 12:53:50 +08:00
< meta property = "og:url" content = "https://twpride.github.io/three.cad/" / >
2021-05-04 17:23:03 +08:00
< meta property = "og:image" content = "site_preview.gif" / >
2021-03-27 03:18:11 +08:00
< link rel = "apple-touch-icon" href = "icon-192.png" / >
< link rel = "manifest" href = "manifest.json" / >
2021-04-08 06:50:53 +08:00
< link rel = "stylesheet" href = "app.css" >
2021-04-23 18:54:55 +08:00
< title > three.cad< / title >
2021-03-27 03:18:11 +08:00
< / head >
< body >
2021-04-02 08:19:14 +08:00
< canvas id = "c" > < / canvas >
2021-04-05 11:52:17 +08:00
< div id = "react" > < / div >
< div id = "labels" > < / div >
2021-03-29 10:08:49 +08:00
< div id = "stats" > < / div >
2021-04-07 12:21:09 +08:00
< script src = "app.bundle.js" > < / script >
2021-04-26 15:25:47 +08:00
< script src = "scene.bundle.js" > < / script >
2021-03-27 03:18:11 +08:00
< script src = "solver.js" > < / script >
2021-04-24 07:22:33 +08:00
< script src = "gunzip.min.js" > < / script >
2021-03-27 03:18:11 +08:00
< / body >
< / html >