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

threed-garden

v0.16.0-alpha.0

Published

3D Dev Environment w React, TypeScript, Three.js, React-Three (poimandres), on Next.js, Apollo Client, GraphQL, REST API, WordPress, MUI + Tailwind

Downloads

2,129

Readme

🥕 ThreeD Garden: 3D Object Environment w Next.JS React TypeScript Web3 ThreeJS Poimandres React-Three w Apollo State + Leva Control UI w Apollo Stores w MUI + Tailwind

3D Dev Environment w React, TypeScript, Three.js, React-Three (poimandres), on Next.js, Apollo Client, GraphQL, WordPress REST API, MUI + Tailwind. ThreeD Web3 Interface for Three-Dimensional JavaScript Objects with React Server + Client Components, Web3 Contracts ...

Live Demo

🌱 threedgarden.com

🥕 Demo: Participate

For Developers

🤖 "name": "threed-garden",

🤖 "version": "0.15.1-beta.x",

🤖 "code": "0.15.1-beta.x",

Install + Run

npm i threed-garden

git clone https://github.com/marty-mcgee/threed-garden.git

  • app currently requires yarn: npm install -G yarn
  • (you can instead, of course, use pnpm or npm easily)
  1. install app: yarn install
  2. run in local env: yarn dev
  3. build for production: yarn build
  4. start in production env: yarn start
  5. deploy to preset location: yarn deploy

====

FUNCTIONAL NOUNS : ACTIONS : GROUPS == NOUNS + ACTIONS + METADATA 🌱 🤖 🍅 🥕

  • Noun | as root JS Object | interface INoun | wp_type threed_noun

--- Nouns

  • Project | as JS Object | interface IProject | wp_type threed_project
  • Scene | extends THREE.Scene | interface IScene | wp_type threed_scene
  • Plan | as JS Object | interface IPlan | wp_type threed_plan
  • ThreeD | as root JS Object | interface IThreeD | wp_type threed_threed
  • File | as JS Object | interface IFile | wp_type threed_file
  • Participant | as JS Object | interface IParticipant | wp_type threed_participant
  • Character | as JS Object | interface ICharacter | wp_type threed_character

--- Actions

  • Simulation | as JS Object | interface ISimulation | wp_type threed_simulation
  • Game | extends Simulation | interface IGame | wp_type threed_game

--- Groups

  • World | as JS Object | interface IWorld | wp_type threed_world
  • Structure | extends THREE.Object3D | interface IStructure | wp_type threed_structure
  • Farm | extends THREE.Group | interface IFarm | wp_type threed_farm
  • Garden | extends THREE.Group | interface IGarden | wp_type threed_garden
  • Allotment | extends Structure | interface IAllotment | wp_type threed_allotment
  • Bed | extends Structure | interface IBed | wp_type threed_bed
  • Furniture | extends Structure | interface IFurniture | wp_type threed_furniture
  • Equipment | extends Structure | interface IEquipment | wp_type threed_equipment
  • Plant | extends Structure | interface IPlant | wp_type threed_plant
  • Soil | extends Structure | interface ISoil | wp_type threed_soil
  • SoilAddendum | extends Soil | interface ISoilAddendum | wp_type threed_soil_addendum
  • SoilPlan | Actions | Relationships | interface ISoilPlan | wp_type threed_soil_plan
  • PlantingPlan | Actions | Relationships | interface IPlantingPlan | wp_type threed_planting_plan
  • BuildingPlan | Actions | Relationships | interface IBuildingPlan | wp_type threed_building_plan

--- Helpers

  • Tool | as JS Object | extends ThreeD? | interface ITool
  • PlaneTool | extends Tool | interface IPlane
  • Camera | extends Tool | extends THREE.Camera | interface ICamera
  • Renderer | extends Tool | extends THREE.Renderer | interface IRenderer
  • Light | extends Tool | extends THREE.Light.DirectionalLight | interface ILight
  • Raster | extends Tool | extends THREE.Raster.Rasterizer | interface IRaster
  • Shader | extends Tool | extends THREE.Shader.Shaderizer | interface IShader
  • Animation | extends Tool | extends OBJ.animation | interface IAnimation

====

a part of the 🌱 threed.ai code family