set up local development for openscad lamdas #232
Reference in New Issue
Block a user
Delete Branch "kurt/227"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
and make a start on combining with Three.js IdeViewer
Long story short, I've made progress getting the viewer working, but struggling to convert between the cordinate systems of Three.js and openscad, so I'm not able to update the camera between two to keep them in sync. I probably just need to learn a bit more about 3d math. But what I'm thinking is lets get this merged, then I'll do an deploy so that
/dev-ideis live and I'll probably jump on a couple of forums asking for advice, that way I can point them at what we're trying to do which may help.Resolves #227
Related #231
@@ -14,3 +18,1 @@},file: code,}),headers: {express did not like this
new Heardersbusiness, and aws seems to be fine with regular json so I've changed it 🤷@@ -1,25 +1,133 @@import { useContext } from 'react'import { IdeContext } from 'src/components/IdeToolbarNew'import { useRef, useState, useEffect, useContext, useMemo } from 'react'import { Canvas, extend, useFrame, useThree } from 'react-three-fiber'This file is becoming pretty coupled to openscad, but I'm in the "get it working" stage. I'll try and seperate concerns after.
Oh nice I get it! Very cool.