Here some details on features that have shipped since launching Triplex for VS Code.
#threejs #reactjs #r3f
triplex.dev/blog/2025-ju...
Posts by Triplex.dev
This improves transform controls for other edge cases as it now reads the initial state from props instead of the Three.js scene, small but impactful change ๐ช!
This change will be available in the next release.
Get started today at triplex.dev/docs/get-sta...!
Triplex just became best friends with the Decal component. Effortlessly position it on your mesh โ then save back to code.
Imagine doing this manually in code! ๐ฑ
#r3f #threejs #reactjs #webdev
About component open inside Triplex for VS Code
Open individual pages and iterate on them in isolation.
Home component open inside Triplex for VS Code
Page input control open with two options, / and /about
Open the App component and switch between pages using the page input control, it's declared automatically thanks to the global providers props!
Triplex loves React Router
Here's an example on how you can use React Router with Triplex
#reactjs #webdev #reactrouter
Deployment: itsdouges.github.io/starter-exam...
Starter docs: triplex.dev/docs/get-sta...
Make sure to join Discord!
Example start deployment to GitHub pages
Triplex starter templates now deploy to @github
pages by default.
Start a project
โจ npx create-triplex-project@latest
Set to deploy from GitHub actions
๐ฝ Source: GitHub Actions
Push commits to your default branch
1 file changed, 10 insertion(+), 1 deletion(-)
Start building a 3D React component in 30 seconds
Canโt wait for whatโs second ๐
Load it up, I dare you
Triplex for VS Code with the caustic example open with postprocessing enabled
First external contribution to the @triplex.dev renderer has been merged!
It gets userland postprocessing working in the editor. Thanks @hotbloodedheroine.petplay.fi!
github.com/trytriplex/t...
Let's goooo
It's a good day to be a React component โ๏ธ
1๏ธโฃ Install the extension ๐ triplex.dev/docs/get-sta...
2๏ธโฃ Read the launch blog ๐ triplex.dev/blog/triplex...
3๏ธโฃ Open in Triplex ๐
Build 2D and 3D web apps without coding. Triplex for VS Code โ now in public beta.
Full video here: www.youtube.com/watch?v=nkq-...
@douges.dev talks about implementing the dynamic roots feature for Triplex and a gotcha with React Concurrent Features!
Learn how Triplex can open both 2D and 3D React components ๐คฏ๐
This is the ideal state. You may not like it, but this is what peak performance looks like.
...
See the full video here: www.youtube.com/watch?v=nkq-...
@douges.dev talks about implementing the dynamic roots feature for Triplex and a gotcha with React Concurrent Features!
โค๏ธโค๏ธ
๐
Even though my code contains few react three fiber components anymore (most rendering is done via BatchedMesh), I can still use @triplex.dev in vscode as a level editor, with the help of custom React components and Koota, the new @pmnd.rs ecs. More on that setup soon :)
We were happy to be part of the "Immersive React" workshop, sponsored by @metaquestgaming.bsky.social & hosted by @reactsummit.gitnation.org ! Developers created their first 3D and XR apps, including games and product configurators. Thanks to everyone who attended! #ReactSummit #MetaQuest #Triplex
Excited for todayโs "Immersive React: Build Mixed Reality Apps with Meta Quest" workshop! ๐ Join experts Kris Baumgartner, Bela Bohlender, & Felix Zhang to turn React skills 3D with WebXR. ๐ฎ
9AM-4PM EST ๐ NYC Seminar & Conference Center ๐๏ธ For React Summit & JSNation ticket holders only. #JSNation
deformable-mesh.tsx open inside Triplex for VS Code
Want to try Triplex for VS Code before everyone else? Everyone on our Discord now has access.
Join here: discord.gg/nBzRBUEs4b
Learn more: github.com/trytriplex/t...
Download: triplex.dev/download
Discord: discord.gg/nBzRBUEs4b
Triplex v0.69.6 has been released.
๐ Name prop on custom components now appear as "name (Component)" in the scene panel
๐ Cycle through scene objects under your cursor by clicking multiple times
๐ฅค Select a specific template when creating a new project
#r3f #react #webdev #threejs #webgamedev