# About

{% embed url="<https://vimeo.com/1186585780>" %}

ShakeFX is a tool for making camera shakes. It supports advanced cases like distance attenuation, multiple cameras, shake combinations, and more!

## Shakes

* Camera (position, rotation, FOV), including Cinemachine support
* Transform (position, rotation, scale)
* Rigidbody (linear and angular velocity/force)
* User-defined custom shake targets

## Motions

* Perlin noise (with noise octaves)
* Sine oscillation
* Square oscillation
* Custom AnimationCurve
* User-defined noise, curves, motions

## Features

* Preview directly in edit mode
* Distance-based attenuation
* Re-usable ScriptableObjects
* Two types of duration: instant impulse or endless force
* Multi-camera support

## Code

* Flexible API
* Lean codebase, easy to read and extend

## Details

* Compatible with Cinemachine
* Unity 6+
* Any platform
* No extra dependencies

<figure><img src="/files/E3l2pdlHNNWjyRS47RbO" alt="" width="563"><figcaption></figcaption></figure>

{% hint style="info" %}
Made by [FXEngine Studios](https://linktr.ee/fxengine)
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://fx-engine.gitbook.io/shakefx/intro/about.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
