Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stribor14 authored Mar 27, 2019
1 parent bdb447d commit e7c0568
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Bezier-Cpp
[![Build Status](https://travis-ci.com/stribor14/Bezier-cpp.svg?branch=master)](https://travis-ci.com/stribor14/Bezier-cpp)
![v1.0](https://img.shields.io/badge/version-1.0-blue.svg)
![v0.1](https://img.shields.io/badge/version-0.1-blue.svg)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/aceb46ce7de1407abd56cfc127dba5f1)](https://www.codacy.com/app/stribor14/Bezier-cpp?utm_source=github.com&utm_medium=referral&utm_content=stribor14/Bezier-cpp&utm_campaign=Badge_Grade)

Fast and lightweight class for using the Bezier curves of any order in C++
Expand All @@ -12,7 +12,7 @@ Fast and lightweight class for using the Bezier curves of any order in C++
- Fast operations on curves
- Dynamic manipulation

## Implementeed methods
## Implemented methods
- Get value, curvature, tangent and normal for parameter *t*
- Get t from projection any point onto a curve
- Get derivative curve
Expand All @@ -24,12 +24,14 @@ Fast and lightweight class for using the Bezier curves of any order in C++
- Manipulate dot on curve (only for quadratic and cubic curves)

## In development
- <img src="https://img.shields.io/badge/v.1.1-indev-yellow.svg" alt="v1.1 indev" align="top"> Bezier polycurves
- <img src="https://img.shields.io/badge/v.0.2-indev-yellow.svg" alt="v0.2 indev" align="top"> Bezier polycurves
- [x] Create polycurve (C0 continuity)
- [x] Equivalent methods from Bezier curves
- [x] Adding and removing curves
- [ ] Curve continuity and manipulation
- <img src="https://img.shields.io/badge/v.1.2-planned-red.svg" alt="v1.2 planned" align="top"> Bezier shapes
- [ ] Document polycurve features
- [ ] More sophisticated example
- <img src="https://img.shields.io/badge/v.0.3-planned-red.svg" alt="v0.3 planned" align="top"> Bezier shapes

## Dependencies
- c++11
Expand Down

0 comments on commit e7c0568

Please sign in to comment.