Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Signed-off-by: 3dJan <[email protected]>
  • Loading branch information
3dJan authored Jan 27, 2025
1 parent 33a6a51 commit 4142131
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,8 @@ git submodule update --init --recursive
* configure and build the project with cmake:

```
cd gladius
# you need to cd again to get into gladius/gladius
cd gladius
mkdir build
cd build
cmake --preset linux-release -S ../
Expand All @@ -133,4 +134,4 @@ The current version just takes the default GPU as OpenCL device or fallbacks to

Gladius allows the design of parts using a method that is called Constructive Solid Geometry (CSG). The main idea is to use a few primitives like spheres, cylinder, cubes etc. that you combine to complex parts. For that you use boolean operations like union, intersection and difference.

[def]: https://img.shields.io/github/release/3MFConsortium/gladius.svg
[def]: https://img.shields.io/github/release/3MFConsortium/gladius.svg

0 comments on commit 4142131

Please sign in to comment.