platformized three that support wechat and taobao miniprogram and tree shaking
three-platformize demo
platformized three that support wechat and taobao miniprogram and tree shaking
platformized three that support wechat and taobao miniprogram and tree shaking
A BVH implementation to speed up raycasting against three.js meshes.
JavaScript 3D library
A React renderer for Threejs
stand-alone library of threejs examples
[`react-three-fiber`](https://github.com/drcmda/react-three-fiber) support. This package is for version 6 of react-three-fiber
Intl.LocaleMatcher ponyfill
Various utilities related to Three.js
useful add-ons for react-three-fiber
SDF-based text rendering for Three.js
TypeScript definitions for three
Globe data visualization as a ThreeJS reusable 3D object
postprocessing wrapper for React and @react-three/fiber
Easy way to render ThreeJS objects with built-in interaction defaults
ThreeJS geometry for drawing polygons on a sphere
ThreeJS geometry for stroking GeoJSON objects on a sphere
Force-directed graph as a ThreeJS 3d object
Tiled maps on a globe as a ThreeJS reusable 3D object
VRM file loader for three.js.
The implementation of core features of VRM, for @pixiv/three-vrm
Spring bone module for @pixiv/three-vrm
A production-ready AI agent platform: multi-provider (Ollama, OpenAI, Anthropic), typed tool system with permissions, three-tier memory, structured observability, loop detection, plugin architecture, interactive REPL, and project indexing. Works out of the box with local Ollama models; drop in OpenAI or Anthropic keys to upgrade.
KnowBe4, Inc. is a high growth information security company. We are the world’s largest provider of new-school security awareness training and simulated phishing. KnowBe4 was created to help organizations manage the ongoing problem of social engineering. Tens of thousands of organizations worldwide use KnowBe4’s platform to mobilize their end users as a last line of defense and enable them to make better security decisions, every day. We are ranked #1 best place to work in technology nationwide by Fortune Magazine and have placed #1 or #2 in The Tampa Bay Best Workplaces Survey for the last three years. We also just had our 23rd record-setting quarter in a row!
OCRAN (One-Click Ruby Application Next) packages Ruby applications for distribution. It bundles your script, the Ruby interpreter, gems, and native libraries into a self-contained artifact that runs without requiring Ruby to be installed on the target machine. Three output formats are supported on all platforms: - Self-extracting executable (.exe on Windows, native binary on Linux/macOS) - Directory with a launch script (--output-dir) - Zip archive with a launch script (--output-zip) This is a fork of OCRA maintained for Ruby 3.2+ compatibility. Migration guide: replace OCRA_EXECUTABLE with OCRAN_EXECUTABLE in your code. Usage: ocran helloworld.rb # builds helloworld.exe / helloworld ocran --output-dir out/ app.rb ocran --output-zip app.zip app.rb See readme at https://github.com/largo/ocran Report problems at https://github.com/largo/ocran/issues