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

hsbshareviewer

v1.0.79

Published

hsbCad's hsbShare Viewer

Downloads

18

Readme

Hsbshare Viewer

Used as a 3D viewer for hsbcad data.

License:

ISC

Changelog:

1.0.66:

  • Issues: Added an issue manager which renders issues if they are bound to an entity/entities.

1.0.65:

  • Events: Added 'held' event to Camera Events. This is fired if the camera is held for at least 150ms.

1.0.64:

  • Events: Added 'start' & 'end' events to Camera Events. These are fired at the start and end of camera movement.

1.0.35:

  • Projects: Added support to conert values to desired units
  • Several bugfixes

1.0.34:

  • Nodesystem Orphaned nodes now get added as extra group based on type.

1.0.33:

  • Section tool: Added support for instanced meshes.
  • Visual logger: Added a component to perform visual logging in the HTML container.

1.0.32:

  • Loading: Added option to force a clear of cache.

1.0.31:

  • Loading: FIxed bug in project loading process.

1.0.30:

  • Loading: Changed project loading return values.

1.0.29

  • Camera: Fixed bug where orthographic camera's left and right wasn't properly set on resize.

1.0.28

  • UI: Bugfix where a blackscreen was visible on intial load.
  • Objects: Added function 'Viewer::getScreenPos()' to get scren space or NDC for object.

1.0.27

  • Loading: Changed starting angle to isometric.

1.0.26

  • Instanced Meshes: Fixed several bugs related to instanced meshes and common geometry.
  • Visibility: Added several methods to the Viewer to set visibility, removing dependencies on events.

1.0.25

  • Loading: Projects now get fetched in this module instead of depending on the front end to fetch the project Fixed bug where the loading percentage was inaccurate.

1.0.24

-Measure: Measure tool now also works on instanced meshes. -QOL: A single frame gets renderer to get rid of the black screen. -Visibility: Added missing emits in regards to visibility

1.0.23

  • Meshes: Introduced instanced meshes
  • Visibility: Several changes to visibility functionality. Among other a new visibility event.
  • General: Lots of bug fixing

1.0.22

  • Touchpad: Enabled pan on double touch.
  • Viewcube: Fixed bug wher there was a small offset after triggering tweens one after another.

1.0.21

  • Lighting: Reverted back to a sole ambient light.
  • Viewer: Added setter for light intensity.
  • Viewcube: Now also tweens to top and bottom.
  • Camera: Now uses centre of mass of either selection or visible objects as pivot point.
  • IFC: Bugfix: The geomhandle is now properly used when doing a geometry Buffer lookup.

1.0.20

  • Camera: Re-enabled zoom to cursor and pivot on cursor.
  • Loading: Entities now get loaded async. Progress gets properly emitted.

1.0.19

  • Lighting: Changed scene from ambient+directional into hemisphere light.

  • Viewcube: Top and Bottom are now instant and properly rotated. The viewcube is now draggable.