-
Updated
Jul 1, 2020 - C++
csg
Here are 42 public repositories matching this topic...
Hey, just bought the tool.
Pretty easy and awesome, but I think it needs a bit more tutorials. For example, a page with all hotkeys or some videos with workflow & tips would be helpful.
Thanks!
Hey, just bought the tool.
Pretty easy and awesome, but I think it needs a bit more tutorials. For example, a page with all hotkeys or some videos with workflow & tips would be helpful.
Thanks!
Video tutorial
-
Updated
Sep 28, 2019 - C
-
Updated
Mar 13, 2020 - JavaScript
https://docs.unity3d.com/2019.1/Documentation/ScriptReference/EditorTools.EditorTool.html
We should spend some time researching the EditorTool system and trying it out to see if it's viable/useful for Chisel, and get some general knowledge of how it works
-
Updated
May 31, 2020 - Java
-
Updated
Jun 20, 2020 - JavaScript
-
Updated
Jun 1, 2020 - C#
-
Updated
Apr 22, 2020 - Python
-
Updated
Dec 26, 2018 - C
-
Updated
Dec 30, 2019 - JavaScript
-
Updated
Nov 21, 2019 - C++
-
Updated
Apr 14, 2020 - TypeScript
The user guide says "OpenSCAD like functions support the fn parameter, which is the numer of segments to approximate a sphere (default 32, total polygons per sphere fn*fn)."
I really doubt that this is consistently being followed in the function parameters. A few test cases should be created to verify.
Here's an example from the user guide.
`cylinder({start: [0,0,0], end: [0,0,10], r1: 1,
-
Updated
Feb 24, 2019 - C#
-
Updated
Mar 4, 2020 - C#
-
Updated
Jun 19, 2019 - C#
-
Updated
Jun 1, 2020 - C++
-
Updated
Feb 3, 2020 - Kotlin
-
Updated
Mar 27, 2018 - Java
-
Updated
Mar 22, 2019 - Shell
-
Updated
Aug 2, 2017 - JavaScript
Improve this page
Add a description, image, and links to the csg topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the csg topic, visit your repo's landing page and select "manage topics."
Hello,
I am trying to learn how to use the project to design parts, so I opened https://github.com/jscad/csg.js/blob/V2/docs/api.md to get an overview of available functions.
The documentation is just a list of functions with unknown location. Even if I want to invoke some function, the documentation does not indicate what file to require to access it.