diff --git a/docs/triplex-app.png b/docs/triplex-app.png
new file mode 100644
index 0000000000..523c71b78d
Binary files /dev/null and b/docs/triplex-app.png differ
diff --git a/readme.md b/readme.md
index b4618e8841..51e403b897 100644
--- a/readme.md
+++ b/readme.md
@@ -8,7 +8,7 @@
[![ETH](https://img.shields.io/badge/ETH-f5f5f5?style=flat&colorA=000000&colorB=000000)](https://blockchain.com/eth/address/0x6E3f79Ea1d0dcedeb33D3fC6c34d2B1f156F2682)
[![BTC](https://img.shields.io/badge/BTC-f5f5f5?style=flat&colorA=000000&colorB=000000)](https://blockchain.com/btc/address/36fuguTPxGCNnYZSRdgdh6Ea94brCAjMbH)
-
+
react-three-fiber is a React renderer for threejs.
@@ -18,6 +18,17 @@ Build your scene declaratively with re-usable, self-contained components that re
npm install three @types/three @react-three/fiber
```
+---
+
+
+
![](docs/triplex-app.png)
+
+
+
+
+
+---
+
#### Does it have limitations?
None. Everything that works in Threejs will work here without exception.
@@ -217,7 +228,7 @@ Some helpful material:
- [Discover Threejs](https://discoverthreejs.com), especially the [Tips and Tricks](https://discoverthreejs.com/tips-and-tricks) chapter for best practices
- [Bruno Simons Threejs Jouney](https://threejs-journey.com), arguably the best learning resource, now includes a full [R3F chapter](https://threejs-journey.com/lessons/what-are-react-and-react-three-fiber)
-
+
# Ecosystem
@@ -248,7 +259,7 @@ There is a vibrant and extensive eco system around three-fiber, full of librarie
- [`maath`](https://github.com/pmndrs/maath) – a kitchen sink for math helpers
- [`miniplex`](https://github.com/hmans/miniplex) – ECS (entity management system)
- [`composer-suite`](https://github.com/hmans/composer-suite) – composing shaders, particles, effects and game mechanics
-- [`triplex`](https://triplex.dev/) – scene editor for react-three-fiber
+- [`triplex`](https://triplex.dev/) – visual editor for react-three-fiber
- [`koestlich`](https://github.com/coconut-xr/koestlich) – UI component library for react-three-fiber
# How to contribute