Cientos

screenshot of Cientos
vite
vitepress
vue

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

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.
vite
Vite

Vite is a build tool that aims to provide a faster and leaner development experience for modern web projects

vitepress
Vitepress

VitePress is a static site generator designed for creating documentation websites. It offers a lightweight and fast development experience using Vue.js and Markdown, with features such as live-reload, theming, and customizable layout components.

vue
Vue

Vue.js is a lightweight and flexible JavaScript framework that allows developers to easily build dynamic and reactive user interfaces. Its intuitive syntax, modular architecture, and focus on performance make it a popular choice for modern web development.

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.