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

react-garden

v0.7.19

Published

React + TypeScript + ThreeJS app using Material UI on NextJS, Apollo Client, GraphQL + WordPress REST APIs, for ThreeD web development.. a part of the threed.ai code family.

Downloads

83

Readme

🌱 React Garden TypeScript Material UI App

React + TypeScript + ThreeJS app using Material UI v5 on NextJS v12, Apollo Client v3, GraphQL + WordPress REST APIs, for ThreeD web development.. a "Design Dashboard" for developing Three JS components + apps.

Live Demo

threedgarden.com

====

For Developers

  • requires pnpm: npm install -G pnpm
  1. install: pnpm i
  2. run: pnpm dev
  3. build: pnpm build
  4. deploy: pnpm deploy

====

FUNCTIONAL NOUNS 🌱 🤖 🍅

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

  • ThreeD | as root JS Object | interface IThreeD | wp_type threed_threed
  • File | as JS Object | interface IFile | wp_type threed_file
  • Project | as JS Object | interface IProject | wp_type threed_project
  • Workspace | as JS Object | interface IWorkspace | wp_type threed_workspace
  • Plan | as JS Object | interface IPlan | wp_type threed_plan

  • Edit | Actions | Relationships | interface IEdit | wp_type threed_edit
  • View | as JS Object | Settings | interface IView | wp_type threed_view

  • Participant | as JS Object | interface IParticipant | wp_type threed_participant
  • Character | as JS Object | interface ICharacter | wp_type threed_character

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

  • World | as JS Object | interface IWorld | wp_type threed_world
  • Scene | extends THREE.Scene | interface IScene | wp_type threed_scene
  • 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

  • Bear | extends Character | interface IBear | wp_type threed_bear
  • Chicken | extends Character | interface IChicken | wp_type threed_chicken
  • Gardener | extends Character | interface IGardener | wp_type threed_gardener

  • 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