Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 791 Bytes

File metadata and controls

22 lines (16 loc) · 791 Bytes

Funbit

How to help

  1. Pick a asset collection you'd like to add.
  2. Download the assets into the static folder.
  3. adjust the sourceDir configuration in model-pipeline.js to point to the new collection folder.
  4. Run npx scripts/model-pipeline.js to generate the components.
  5. create a new route for your collection
  6. Run deno run srcipts/generateObjectsArrayScript.ts
  7. Move the generated script into the new route
  8. Adjust contents of generated svelte components until sorted

Future

If it ends up being more of a thing then we'll need to sort out a proper stack

storage -> web app -> user

  • storage holds the assets
  • web app displays assets, holds a list of urls to assets and redirects download traffic.
  • i.e. Ultimate-Stylized-Nature/BirchTree_1.gltf, etc...