Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasf authored Jul 7, 2024
1 parent c670ccb commit c9f2b13
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ SwiftSCAD is a library that allows you to create 3D and 2D CAD models in Swift.
SwiftSCAD runs on macOS, Windows and Linux.

[![Swift](https://github.com/tomasf/SwiftSCAD/actions/workflows/swift.yml/badge.svg)](https://github.com/tomasf/SwiftSCAD/actions/workflows/swift.yml)
![asd](https://img.shields.io/badge/Platforms-macOS_|_Linux_|_Windows-cc9529?logo=swift&logoColor=white)

# Getting Started
> tl;dr: Create a new executable Swift package, add SwiftSCAD as a dependency, import it in your code, create geometry and use the `save(to:)` method to save it to disk as an OpenSCAD file.
Expand Down Expand Up @@ -145,4 +146,4 @@ Star(pointCount: 5, radius: 10, pointRadius: 1, centerSize: 4)
[vscode]: https://code.visualstudio.com/Download
[swift-extension]: https://marketplace.visualstudio.com/items?itemName=sswg.swift-lang
[helical]: https://github.com/tomasf/Helical
[richtext]: https://github.com/tomasf/RichText
[richtext]: https://github.com/tomasf/RichText

0 comments on commit c9f2b13

Please sign in to comment.