threepipe
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

1 год назад
1 год назад
11 месяцев назад
1 год назад
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. ---
  2. # https://vitepress.dev/reference/default-theme-home-page
  3. layout: home
  4. hero:
  5. name: "ThreePipe"
  6. text: "3D on the Web\nMade Easy"
  7. tagline: "Effortlessly create 3D web experiences, from quick demos to advanced applications, with Three.js"
  8. image:
  9. src: /logo.svg
  10. alt: Threepipe
  11. actions:
  12. - theme: brand
  13. text: Examples
  14. link: https://threepipe.org/examples
  15. target: _blank
  16. - theme: alt
  17. text: Get Started
  18. link: ./guide/getting-started
  19. - theme: brand
  20. text: 3D glTF Editor
  21. link: https://editor.threepipe.org
  22. - theme: alt
  23. text: About Threepipe
  24. link: ./guide/introduction
  25. features:
  26. - title: Start quickly
  27. details: Simple, intuitive API for creating 3D model viewers, configurators and editors on websites, with many built-in presets for common workflows and use-cases.
  28. link: ./guide/getting-started
  29. linkText: Get Started
  30. - title: 3D and glTF Editor
  31. details: Create, edit and configure 3D scenes in the browser. Provides a complete no-code flow to configure 3d models, configurators, animations etc
  32. link: ./guide/editors
  33. linkText: Learn More
  34. - title: Modular Architecture
  35. details: Modular architecture that allows you to easily extend the viewer, scene objects, materials, shaders, rendering, post-processing and serialization with custom functionality.
  36. linkText: All Features
  37. link: ./guide/features
  38. - title: Free and Open Source
  39. details: Threepipe is completely free and open source under the Apache license 2.0. You can use it for personal or commercial projects without any restrictions, with attribution.
  40. link: https://github.com/repalash/threepipe/blob/master/LICENSE
  41. rel: external
  42. target: _blank
  43. linkText: Apache License 2.0
  44. - title: Plugin system
  45. details: Plugin system along with a rich library of built-in plugins that allows you to add new features to the viewer, like post-processing, custom materials, etc.
  46. linkText: Read More
  47. link: ./guide/plugin-system
  48. - title: Rendering Pipeline
  49. details: Built-in post processing and modular rendering pipeline with included deferred rendering, post-processing, RGBM HDR rendering, etc
  50. linkText: Read More
  51. link: ./guide/render-pipeline
  52. - title: Material Extension
  53. details: A custom material extension framework to modify/inject/build custom shader code into existing materials at runtime from multiple plugins.
  54. linkText: Read More
  55. link: ./guide/material-extension
  56. - title: Asset Management
  57. details: Extendable asset import, export pipeline with support for gltf, glb, obj+mtl, fbx, mat(pmat/bmat), json, zip, png, jpeg, svg, webp, ktx2, ply, 3dm and many more.
  58. linkText: File Formats
  59. link: ./guide/features#file-formats
  60. - title: Framework Agnostic
  61. details: Can be used with any framework or library like React, Angular, Vue, Svelte, etc. or directly with vanilla JS/TS.
  62. linkText: Get Started
  63. link: ./guide/getting-started
  64. - title: TypeScript, Autocomplete
  65. details: Written in TypeScript with full type definitions and autocomplete support in modern IDEs.
  66. link: https://github.com/repalash/threepipe
  67. linkText: Read the source
  68. - title: Serialization
  69. details: Automatic serialization of all viewer and plugin settings in GLB(with custom extensions) and JSON formats.
  70. linkText: Read More
  71. link: ./guide/serialization
  72. - title: Helpers and Optimizations
  73. details: Three.js optimization and helpers for managing objects, states, maintaining references, disposing objects, etc.
  74. linkText: Browse Features
  75. link: ./guide/features
  76. - title: UI Configuration
  77. details: UiConfig compatibility to automatically generate configuration UIs for viewer, plugins and three.js object dynamically in the browser.
  78. link: https://repalash.com/uiconfig.js/
  79. rel: external
  80. target: _blank
  81. linkText: Read More
  82. - title: 3D Model Viewer
  83. details: Offline 3D model viewer app to quickly preview 3d models locally on MacOS/Windows with support for viewing and converting 25 file formats to glTF.
  84. link: https://3dviewer.xyz/
  85. linkText: Download App
  86. target: _blank
  87. - title: Advanced Rendering
  88. details: Supports advanced rendering plugins like SSAO, WebGi plugins(SSR, Bloom, GI), path tracing, etc for industry specific apps.
  89. link: https://webgi.dev/
  90. rel: external
  91. target: _blank
  92. linkText: Checkout WebGi
  93. - title: Jewelery and Fashion
  94. details: Compatibility with iJewel3D plugins for high-quality rendering and virtual try-on of jewelery, gemstones, diamonds, precious metals, fabric etc.
  95. link: https://ijewel3d.com/
  96. rel: external
  97. target: _blank
  98. linkText: Checkout iJewel3D
  99. ---