📅 You're Invited: Meet the Socket team at RSAC (April 28 – May 1).RSVP

angular-three-soba

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular-three-soba

Utilities for Angular Three

3.7.2
latest
79

Supply Chain Security

100

Vulnerability

91

Quality

96

Maintenance

100

License

Version published
Weekly downloads
141
-32.86%
Maintainers
0
Weekly downloads
 
Created

angular-three-soba

angular-three-soba provides a comprehensive set of utilities and abstractions for building 3D applications with Angular Three. It offers components and helpers for various aspects of your projects, including cameras, controls, loaders, materials, shaders, and more. These components are ported from the popular React Three Fiber drei library, making it easier for developers familiar with drei to leverage its functionality within the Angular ecosystem.

Installation

npm install angular-three-soba three-stdlib
# yarn add angular-three-soba three-stdlib
# pnpm add angular-three-soba three-stdlib

There are more peer dependencies that the consumers might need to install separately based on the secondary entry points that they pull in. Check the secondary entry points documentation for more information.

Secondary Entry Points

angular-three-soba is organized into multiple secondary entry points, each focusing on a specific area of functionality. This modular structure allows you to import only the components you need, keeping your project lean and efficient.

angular-three-soba/abstractions

Provides abstract components and patterns for building reusable and composable 3D elements in Angular Three.

Read more about angular-three-soba/abstractions

angular-three-soba/cameras

Offers a variety of camera components, including specialized cameras like the CubeCamera, OrthographicCamera, and PerspectiveCamera, as well as helper components for camera controls.

Read more about angular-three-soba/cameras

angular-three-soba/controls

Includes components for user interaction and camera manipulation, such as the OrbitControls, PointerLockControls, and TransformControls.

Read more about angular-three-soba/controls

angular-three-soba/loaders

Provides loaders for different types of 3D assets, including GLTF, texture, cube texture, HDR, and more.

Read more about angular-three-soba/loaders

angular-three-soba/materials

Offers a collection of materials with advanced features, such as MeshReflectorMaterial, PhysicalMaterial, ShaderMaterial, and NormalMaterial.

Read more about angular-three-soba/materials

angular-three-soba/misc

Contains miscellaneous components for various tasks, like the Stats component for displaying performance statistics, the Shadow component for rendering shadows, and the Text component for adding 3D text.

Read more about angular-three-soba/misc

angular-three-soba/shaders

Includes shader components and utilities for creating custom shaders and post-processing effects.

Read more about angular-three-soba/shaders

angular-three-soba/staging

Provides helpful components for staging and managing 3D scenes, such as the Environment component for setting up environment lighting, the Stage component for creating a basic stage setup, and the PresentationControls component for interactive scene presentations.

Read more about angular-three-soba/staging

FAQs

Package last updated on 01 Feb 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts