Skip to content

Commit

Permalink
Merge release-2.7
Browse files Browse the repository at this point in the history
Release 2.7
  • Loading branch information
axelpale committed Oct 28, 2022
2 parents 5f7837e + bf79e70 commit d0edf7a
Show file tree
Hide file tree
Showing 114 changed files with 3,094 additions and 201 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
language: node_js
dist: focal
node_js:
- 10
- 12
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

A functional 2D plane geometry and dynamics library for spatial 2D and 3D applications. Designed especially for scaleable and rotatable [affine geometry](https://en.wikipedia.org/wiki/Affine_space) where parallel 2D planes float in 3D space and undergo [perspective projections](https://en.wikipedia.org/wiki/3D_projection) and [basis changes](https://en.wikipedia.org/wiki/Change_of_basis). Written in JavaScript (ECMAScript 6) with a functional, immutable, class-free style.

[Install](#install) - [Geometry](#geometry) - [Usage](#using-data-structures-and-functions) - [API Docs](https://axelpale.github.io/affineplane/docs/API.html) - [Contribute](#contribute) - [Github](https://github.com/axelpale/affineplane)
[Install](#install) - [Geometry](#geometry) - [Usage](#using-data-structures-and-functions) - [API Docs](https://axelpale.github.io/affineplane/docs/API.html) - [Contribute](#contribute) - [See also](#see-also) - [Github](https://github.com/axelpale/affineplane)

![affineplane social banner](docs/affineplane-social-banner.jpg)

Expand Down Expand Up @@ -153,6 +153,8 @@ List of [2D Geometry Libraries for JavaScript](https://www.akselipalen.com/2021/

Interactive transformation matrix visualizers are useful for learning. For example, see [2D Matrix Visualizer](https://web.ma.utexas.edu/users/ysulyma/matrix/) ([alt](https://lmqm.xyz/a/fxh/matrix_visualizer)) by [Yuri Sulyma](https://ysulyma.github.io/) and [Simple 3D Matrix Visualizer](https://harry7557558.github.io/tools/matrixv.html) by [Harry Chen](https://harry7557558.github.io/).

To wrap your head around 3D rotations and quaternions, see [interactive quaternion rotation videos by Sanderson and Eater](https://eater.net/quaternions/video/intro) featured on [3blue1brown YouTube channel](https://www.youtube.com/watch?v=zjMuIxRvygQ).

## License

[MIT](LICENSE)
Loading

0 comments on commit d0edf7a

Please sign in to comment.