Replies: 1 comment 2 replies
-
Hey @MRiabov, I don't think you can use Fornjot. Literally none of the items you mention are currently implemented. At the speed things are going, it would take a long time to implement them. I strongly recommend against doing your own b-rep kernel, if you plan to do anything else. If there's an easy enough way to do it, I think it has yet to be discovered. If you're looking for an open source kernel, I suspect that you can't do better than Open CASCADE. But you might want to give Truck a try: https://github.com/ricosjp/truck Best of luck with your project! |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm an AI developer and I need a B-rep kernel. For the purpose of speed of my application, it better be GPU-native, but it can wait.
I don't need sketches, but I need:
I personally started writing my own B-rep kernel for it, with useful tweaks for AI comprehension (all models also have an implicit version, which AI understands easily), but after 2 days I don't know if having B-rep on GPU would help that much. OpenCASCADE is simply buggy.
So, would Fornjot be usable?
Beta Was this translation helpful? Give feedback.
All reactions