Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Triplex editor UI screenshot to readme #3138

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added docs/triplex-app.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 14 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

<a href="https://docs.pmnd.rs/react-three-fiber/getting-started/examples"><img src="/docs/banner-r3f.jpg" /></a>
<a href="https://docs.pmnd.rs/react-three-fiber/getting-started/examples"><img src="docs/banner-r3f.jpg" /></a>

react-three-fiber is a <a href="https://reactjs.org/docs/codebase-overview.html#renderers">React renderer</a> for threejs.

Expand All @@ -18,6 +18,17 @@ Build your scene declaratively with re-usable, self-contained components that re
npm install three @types/three @react-three/fiber
```

---

<div align="center">
<a href="https://triplex.dev"><img height="150" src="docs/triplex-app.png" /></a>

<div align="center"><a href="https://triplex.dev">Finding it difficult building exclusively in code?<br/><strong>Triplex</strong> is a visual editor where <i>your code</i> is the source of truth</a>.</div>

</div>

---

#### Does it have limitations?

None. Everything that works in Threejs will work here without exception.
Expand Down Expand Up @@ -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)

<a href="https://threejs-journey.com"><img src="/docs/banner-journey.jpg" /></a>
<a href="https://threejs-journey.com"><img src="docs/banner-journey.jpg" /></a>

# Ecosystem

Expand Down Expand Up @@ -248,7 +259,7 @@ There is a vibrant and extensive eco system around three-fiber, full of librarie
- [`maath`](https://github.com/pmndrs/maath) &ndash; a kitchen sink for math helpers
- [`miniplex`](https://github.com/hmans/miniplex) &ndash; ECS (entity management system)
- [`composer-suite`](https://github.com/hmans/composer-suite) &ndash; composing shaders, particles, effects and game mechanics
- [`triplex`](https://triplex.dev/) &ndash; scene editor for react-three-fiber
- [`triplex`](https://triplex.dev/) &ndash; visual editor for react-three-fiber
- [`koestlich`](https://github.com/coconut-xr/koestlich) &ndash; UI component library for react-three-fiber

# How to contribute
Expand Down