npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

angular-three-soba

v2.8.0

Published

Utilities for Angular Three

Downloads

671

Readme

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