You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Enhance documentation and add AI Assisted Development section
- Updated README.md to include a new section on AI Assisted Development, providing installation instructions for MDC rules.
- Revised blocks.mdx to clarify the description of 3D building blocks and their usage.
- Improved the SplatViewer documentation with additional details on features and usage examples.
- Added new MDC files for blocks and SplatViewer to standardize component usage rules.
- Enhanced the index.mdx to better explain the purpose of the PlayCanvas React library and its features.
These changes improve the clarity and usability of the documentation, making it easier for developers to get started with PlayCanvas React.
* Remove 'display: hidden' from blocks in _meta.tsx to improve visibility in documentation structure.
* Update documentation links to point to the new Vercel URL for MDC rules in README.md and index.mdx files.
* Update index.mdx to improve visibility of Codesandbox and Playground links by hiding icons on smaller screens.
* Refactor SplatViewer imports and update documentation
- Replaced direct imports of Splat components with a unified import from the new Splat module.
- Updated the `useMDXComponents` function to include Splat as a component.
- Adjusted documentation in blocks.mdx to reflect the new import structure for Splat components.
* Update .gitignore and remove unused registry-mdx-components file
Fixes build issue
* Update packages/docs/registry/splat-viewer/.splat-viewer.mdc
Co-authored-by: Copilot <[email protected]>
---------
Co-authored-by: Copilot <[email protected]>
Copy file name to clipboardExpand all lines: README.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,6 +54,14 @@ const App = () => {
54
54
55
55
Et voilà! ✨
56
56
57
+
### AI Assisted Development
58
+
59
+
To get your IDE up to speed, run the following command from the root of your project to install the latest MDC rules. Or [grab them here](https://playcanvas-react.vercel.app/rules) to add them manually.
# Building Blocks for 3D <Badgevariant="secondary"className="-mt-2">new</Badge>
25
25
26
-
A set of high-level 3D building blocks for React — interactive viewers, spatial layouts, and controls—designed to help you compose immersive scenes with minimal setup.
26
+
A set of high-level crafted 3D primitives for React, built on top of @playcanvas/react and @shadcn/ui — interactive viewers, spatial layouts, and controls — designed to help you compose immersive scenes with minimal setup.
27
+
28
+
{/* ## AI Assisted Development
29
+
30
+
Each block comes with it's own set of MDC rules which are used to generate the block. To install rules for the registry run the following command in your terminal.
0 commit comments