Skip to content

Commit d41ec47

Browse files
committed
doc
1 parent 326a673 commit d41ec47

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

README.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,20 @@
55
[![ci-test](https://github.com/GiorgioMedico/InterpolatePy/actions/workflows/test.yml/badge.svg)](https://github.com/GiorgioMedico/InterpolatePy/actions/workflows/test.yml)
66
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
77

8+
## Support the Project
9+
10+
If you find InterpolatePy useful for your work, please consider giving it a star on GitHub! ⭐
11+
12+
Your stars help make the project more visible to others who might benefit from these tools and encourage continued development and maintenance.
13+
14+
[![GitHub stars](https://img.shields.io/github/stars/GiorgioMedico/InterpolatePy.svg?style=social&label=Star&maxAge=2592000)](https://github.com/GiorgioMedico/InterpolatePy/stargazers/)
15+
16+
Have you implemented something cool with InterpolatePy? We'd love to hear about it in the Issues section or as a feature on our wiki!
17+
818
## Table of Contents
919

1020
- [InterpolatePy](#interpolatepy)
21+
- [Support the Project](#support-the-project)
1122
- [Table of Contents](#table-of-contents)
1223
- [Overview](#overview)
1324
- [Future Implementations](#future-implementations)
@@ -58,10 +69,10 @@ InterpolatePy is continuously evolving, with several exciting features planned f
5869
- [ ] **Bezier Curves**: Implementation of parametric Bezier curves with arbitrary degree control
5970
- [ ] **Linear Interpolation with Polynomial Blend**: Enhanced linear interpolation using quintic Bezier curves for smooth transitions between line segments
6071
- [ ] **Linear Interpolation with Parabolic Blends**: An alternative blending approach using parabolic segments for smooth connections
61-
- [ ] **Spherical Path**: Tools for interpolation along great circles and spherical paths
62-
- [ ] **LERP (Linear Interpolation)**: More comprehensive linear interpolation functions for quaternions
72+
- [ ] **Spherical Path**: Tools for interpolation along spherical paths
73+
- [ ] **LERP (Linear Interpolation)**: Linear interpolation functions for quaternions
6374
- [ ] **SLERP (Spherical Linear Interpolation)**: Algorithms for smooth interpolation between orientations represented as quaternions
64-
- [ ] **SQUAD (Spherical and Quadrangle)**: Advanced spherical interpolation with cubic-like smoothness for quaternion interpolation
75+
- [ ] **SQUAD (Spherical Quadrangle Interpolation)**: Advanced spherical interpolation with cubic-like smoothness for quaternion interpolation
6576
- [ ] **B-spline Quaternion Curves**: Extension of B-spline techniques to quaternion space for smooth orientation interpolation
6677

6778
These implementations will significantly enhance InterpolatePy's capabilities for orientation interpolation and complex curve generation, particularly for robotic applications, character animation, and camera path planning.

0 commit comments

Comments
 (0)