Cientos screenshot

Cientos

Author Avatar Theme by Tresjs
Updated: 16 May 2025
340 Stars

Collection of useful helpers and fully functional, ready-made abstractions for TresJS

Categories

Overview:

Cientos is a collection of helpers and components for creating 3D scenes with Vue, powered by Vite and utilizing the features of ThreeJS. Named after the Spanish word for “hundreds,” this package simplifies working with 3D graphics and provides convenient abstractions for developers.

Features:

  • Vue Components Integration: Build 3D scenes using Vue components.
  • Powered by Vite: Utilizes the fast build tool Vite for efficient development.
  • Latest ThreeJS Features: Access the updated features of ThreeJS without worrying about versions.
  • Fully Typed: Provides full TypeScript support for type-safe development.
  • Ready-to-Use Helpers: Includes a collection of pre-built helpers and components for immediate use.

Installation:

  1. To install Cientos, first, add it to your project using npm:
    npm install cientos
    
  2. Import Cientos in your Vue project:
    import { Cientos } from 'cientos';
    

Summary:

Cientos is a valuable resource for developers working on 3D applications with Vue. It simplifies the process of creating 3D scenes by providing a set of ready-to-use helpers and components. With its integration with Vue, support for the latest ThreeJS features, and TypeScript compatibility, Cientos streamlines the development of engaging 3D visuals.