videos
foldernone
but there has to be some queue https://github.com/bschwind/opencascade-rs
which is a work in progress)
I have completed this https://dev.opencascade.org/doc/overview/html/occt__tutorial.html
which is basically like hello world for using the OCCT kernel to create a model.
I want to interact with the application mainly via code AKA code-only/code-first.
zogtib told be to interface it with Lua.
My problem is I don't know where to start
Any proposals are welcome :). I am now using build123d
>>> "".join([chr(int(x, 2)) for x in "01101000 01100101 01101100 01101100 01101111 00100000 01100111 01110101 01111001 01110011 00100000 01101000 01101111 01110111 00100111 01110011 00100000 01111001 01101111 01110101 01110010 00100000 01100100 01100001 01111001 00111111".split()])
"hello guys how's your day?"
>>> "".join([chr(int(x, 2)) for x in "01101000 01100101 01101100 01101100 01101111 00100000 01100111 01110101 01111001 01110011 00100000 01101000 01101111 01110111 00100111 01110011 00100000 01111001 01101111 01110101 01110010 00100000 01100100 01100001 01111001 00111111".split()])
"hello guys how's your day?"