Skip to content

Commit

Permalink
Add the curve definition and application examples for game development (
Browse files Browse the repository at this point in the history
#7543)

* Add the curve definition and application examples for game development

* chore: make the content concise and add links

There aren't much articles and videos for curves as a whole, most of them just have the definition. Creators prefer explaining individual curve types rather than all of them in one video but those should be linked into the sub-categories and that is already done.
  • Loading branch information
himanshurajora authored Oct 21, 2024
1 parent e40af76 commit b454518
Showing 1 changed file with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1 +1,8 @@
## Curve
## Curve

A `curve` in game development is a mathematical tool for creating smooth lines or paths, used in areas like animation, 3D modeling, UI design, and level layouts. Curves simplify complex shapes and movements, enabling more natural results compared to linear approaches. They're key for `lifelike animations`, organic shapes, `realistic physics`, and smooth camera movements, essential for polished, fluid game design.

Learn more from the following resources:

- [@article@Curves wikipedia](https://en.wikipedia.org/wiki/Curve)
- [@article@Curves basics](https://byjus.com/maths/curve/)

0 comments on commit b454518

Please sign in to comment.