Skip to content

Commit

Permalink
Fix typo in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
janbridley authored Jun 4, 2024
1 parent 1ba2da0 commit 8c2a59e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
This is a single-file Python library for generating 3D wireframes in SVG format. We aim to create a framwork for rendering shapes (and arrays of shapes) as vector graphics in a performant and pythonic way. This code is adapted from [the original svg3d](https://github.com/prideout/svg3d) for compatibility with [coxeter](https://github.com/glotzerlab/coxeter) and to simplify the interface.
This is a single-file Python library for generating 3D wireframes in SVG format. We aim to create a framework for rendering shapes (and arrays of shapes) as vector graphics in a performant and pythonic way. This code is adapted from [the original svg3d](https://github.com/prideout/svg3d) for compatibility with [coxeter](https://github.com/glotzerlab/coxeter) and to simplify the interface.


For a description of how the library was initially designed and implemented, check out
Expand Down Expand Up @@ -63,4 +63,4 @@ iso = svg3d.View.isometric(scene, fov=1.0)
dim = svg3d.View.dimetric(scene, fov=1.0)
tri = svg3d.View.trimetric(scene, fov=1.0)

```
```

0 comments on commit 8c2a59e

Please sign in to comment.