Threefy Docs
CtrlK
  • Welcome to Threefy
  • Getting Started
    • 1.1 Introduction
    • 1.2 Installation
    • 1.3 Creating a scene
    • 1.4 Three ways to create a mesh
  • Syntax Rules
    • 2. Syntax Rules
  • Hooks
    • 3. Hooks
  • Events
    • 4. Events
  • BASIC REACT ELEMENTS
    • 5. 3D react elements created from THREE classes
    • 5.1 Core
    • 5.2 Addons
    • 5.3 Extensions
  • ADVANCED REACT ELEMENTS
    • 6.1 Element to create or load 3D models
    • 6.2 Elements for mesh, instanced mesh and merged mesh
    • 6.3 Element to support a ray marching algorithm
    • 6.4 Elements to support nature modeling
  • Examples
    • 7. Examples
    • 7.1 Example codes (1~10)
    • 7.2 Example codes (11~20)
    • 7.3 Example codes (21~30)
    • 7.4 Example codes (31~40)
    • 7.5 Example codes (41~50)
    • 7.6 Example codes (51~60)
    • 7.7 Example codes (61~70)
Powered by GitBook
On this page
  1. Getting Started

1.2 Installation

Install threefy by entering the following command in your project folder.

npm install threefy

*NOTE: When threefy is installed, if your project uses the three.js library, three.js will no longer be installed, otherwise three.js will be installed along with it.

Previous1.1 IntroductionNext1.3 Creating a scene

Last updated 10 months ago