Skip to content

Commit

Permalink
docs: readme
Browse files Browse the repository at this point in the history
  • Loading branch information
DeeChael authored Aug 25, 2024
1 parent 239561c commit cc837de
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Camera
a light-weight bukkit library for camera movement animation

**ATTENTION**: This project is already outdated. If you want the a camera movement library, you can try my [visual-api](https://github.com/DeeChael/visual-api), which has more parameters like Curve to make the camera movement more customizable.

## Known Issues
1. The transition is not smooth, so maybe you should try to find a way to set a perfect looking center and use looking reverse well to make the animation smoothly
2. Path axis feature hasn't been implemented yet because I don't know how to calculate ellipse
Expand Down Expand Up @@ -48,4 +50,4 @@ public class Example {
}

}
```
```

0 comments on commit cc837de

Please sign in to comment.