Skip to content

Commit b868037

Browse files
committed
docs(general): add ecosystem section
1 parent 48f70c5 commit b868037

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div align="center">
22
<a href="https://www.reactylon.com/docs">
3-
<img height="250" width="250" alt="Reactylon" src="./assets/logo.svg">
3+
<img height="250" width="250" alt="Reactylon" src="https://github.com/simonedevit/reactylon/blob/main/assets/logo.svg?raw=true">
44
</a>
55
<h1>Reactylon</h1>
66
</div>
@@ -27,7 +27,7 @@ The easiest way to get started is with the official `create-reactylon-app` CLI.
2727

2828
It bootstraps a full React 19 project with a preconfigured Babylon.js engine, physics support, and a starter scene. No setup required.
2929

30-
<p><img width="898" alt="Create Reactylon App" src="./assets/create-reactylon-app.gif"></p>
30+
<p><img width="898" alt="Create Reactylon App" src="https://github.com/simonedevit/reactylon/blob/main/assets/create-reactylon-app.gif?raw=true"></p>
3131

3232
```bash
3333
npx create-reactylon-app my-app
@@ -63,6 +63,10 @@ Use Reactylon if:
6363
- You care about **type safety, tree-shaking and performance** out of the box.
6464
- You prefer an **opinionated** layer that manages scene graph, resource disposal, and hierarchy for you.
6565

66+
## Ecosystem
67+
- `create-reactylon-app`: Zero-config CLI to scaffold a new Reactylon project with a simple scene.
68+
- `babel-plugin-reactylon`: Babel plugin that powers Reactylon's JSX-to-Babylon compilation, enabling ergonomic, declarative 3D/XR components while keeping the output fast and tree-shakeable.
69+
6670
## Contributing
6771
We welcome contributions to improve and expand this project! To get started, please read [Contributing](CONTRIBUTING.md). This document provides all the necessary steps and best practices for submitting contributions.
6872

0 commit comments

Comments
 (0)