Skip to content

Commit 219a606

Browse files
authored
Merge pull request #9 from diffusionstudio/konstantin/feature/scene-graph-integration
Konstantin/feature/scene graph integration
2 parents 5ddad13 + a378d43 commit 219a606

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+2405
-1925
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@ npm i @diffusionstudio/core
2424

2525
Visit https://docs.diffusion.studio to view the full documentation.
2626

27+
## Why Use Diffusion Studio
28+
💻 Fully client-side<br/>
29+
📦 Fully extensible with Pixi.js<br/>
30+
🩸 WebGPU/WebGL API support<br/>
31+
🏎️ WebCodecs API support<br/>
32+
2733
## Basic Usage
2834
Let's take a look at an example:
2935

@@ -72,7 +78,8 @@ await track.add(text2);
7278
...
7379
```
7480

75-
The composition, the track and the clips are each in a relationship of `1:n`. You can find more [examples here.](https://github.com/diffusionstudio/examples), or give them a whirl on: https://examples.diffusion.studio
81+
## Examples
82+
You can find more [examples here.](https://github.com/diffusionstudio/examples), or give them a whirl on: https://examples.diffusion.studio
7683

7784
https://github.com/user-attachments/assets/7a943407-e916-4d9f-b46a-3163dbff44c3
7885

0 commit comments

Comments
 (0)