Skip to content

Commit

Permalink
Add WebGL and custom render API with TresJS ways-of-using-vue.md
Browse files Browse the repository at this point in the history
TroisJS doesn't use the custom render API and it's unmaintained, updated to TresJS
  • Loading branch information
alvarosabu authored Jan 8, 2024
1 parent 6d91d77 commit ff2e8fc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/guide/extras/ways-of-using-vue.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,5 @@ Although Vue is primarily designed for building web applications, it is by no me
- Build desktop apps with [Electron](https://www.electronjs.org/) or [Tauri](https://tauri.app)
- Build mobile apps with [Ionic Vue](https://ionicframework.com/docs/vue/overview)
- Build desktop and mobile apps from the same codebase with [Quasar](https://quasar.dev/)
- Use Vue's [Custom Renderer API](/api/custom-renderer) to build custom renderers targeting [WebGL](https://troisjs.github.io/) or even [the terminal](https://github.com/vue-terminal/vue-termui)!
- Build 3D WebGL Experiences with [TresJS](https://tresjs.org/)
- Use Vue's [Custom Renderer API](/api/custom-renderer) to build custom renderers targeting [WebGL](https://tresjs.org/) or even [the terminal](https://github.com/vue-terminal/vue-termui)!

0 comments on commit ff2e8fc

Please sign in to comment.