Skip to content

Latest commit

 

History

History
49 lines (30 loc) · 1.54 KB

README.md

File metadata and controls

49 lines (30 loc) · 1.54 KB

Vue3 Three.js Component

NPM LICENSE NPM DOWNLOADS GitHub release (latest by date including pre-releases)

This is a Vue Component for simple and lightweight integration of Three.js Scenes in Vue3 Applications.

📝 Table of Contents

🧐 About

I was looking for an integration of three.js Scenes in my Vue3 Application which required only minimal changes to Three.js Scripts since those scripts were sometimes developed outside of Vue.

Why?

  • 🪶 Lightweight
  • 🍳 Normal Three.Js Workflow
  • 🆎 inbuilt TypeScript declarations

🏁 Getting Started

Prerequisites

Required dependencies:

Installing

npm i @alexpetercharles/vue3-three-component

How to use ?!

Check out the Example

⛏️ Built Using