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

@bitbybit-dev/occt-worker

v0.15.9

Published

Bit By Bit Developers CAD algorithms using OpenCascade Technology kernel adapted for WebWorker

Downloads

294

Readme

Bit By Bit Developers CAD algorithms exposing OCCT code via webworker

This project exposes core OCCT 3D algorithms of Bit By Bit Developers platform via webworker. This code is open-sourced under MIT license. This package is independent of rendering frameworks such as BabylonJS or ThreeJS. You can build your own rendering pipeline in WebGL or WebGPU. While webworkers have their implementation in Node environment, this code is meant to be used in the browser environment. For Node environment check bitbybit-occt library.

Visit https://bitbybit.dev to use our full cloud platform.

Github

https://github.com/bitbybit-dev

NPM

https://www.npmjs.com/package/@bitbybit-dev/occt-worker

Example Applications

Laptop Holder
https://app-store.bitbybit.dev/laptop-holder Github Source Code Angular (BabylonJS) - https://github.com/bitbybit-dev/app-examples/tree/main/angular/laptop-holder
Github Source Code React (BabylonJS) - https://github.com/bitbybit-dev/app-examples/tree/main/react/laptop-holder

Cup Configurator https://app-store.bitbybit.dev/cup Github Source Code React (BabylonJS) - https://github.com/bitbybit-dev/app-examples/tree/main/react/cup

Closed Source Example Applications

https://app-store.bitbybit.dev/terrace-furniture

Build package

tsc -p tsconfig.bitbybit.json

Run Live Unit Tests

npm run test

Run Live Unit Tests With Coverage

npm run test-c-l

Media Channels

Discord: https://discord.gg/GSe3VMe
Youtube: https://www.youtube.com/@bitbybitdev
Instagram: https://www.instagram.com/bitbybit.dev
Twitter: https://twitter.com/bitbybit_dev
LinkedIn: https://lnkd.in/gQjEQA2
Facebook: https://www.facebook.com/bitbybitdev
Medium: https://bitbybit-dev.medium.com/

Principles

Bit By Bit Developers company will keep these core algorithms that you can find in this repository free and opensource for its users. These algorithms are based on other open-source projects, run and are deployed on the browser, thus there is no point of closing them down from public.

About Bit By Bit Developers platform

Bit By Bit Developers web platform allows creators to program geometry through simple visual programming language or choose monaco typescript editor with full intellisense of bitbybit API. This cloud platform can fulfil many practical, educational and artistic needs of its users. Through familiar programming interface used in tools such as Scratch and Blockly.Games we expose powerful 3D algorithms that make it easier to implement various parametric tasks. Our goal is to make it very simple for users to share their ideas and designs. We want to encourage everyone to engage in the future of this tool.

Dependencies

This project is based on amazing library opencascade.js that you can find at https://ocjs.org/ and a powerful OpenCascade geometry kernel, check it at https://opencascade.com