Skip to content

Commit

Permalink
Update NPM dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
willeastcott committed Sep 18, 2024
1 parent c04a5bf commit ad5323e
Show file tree
Hide file tree
Showing 3 changed files with 506 additions and 47 deletions.
21 changes: 7 additions & 14 deletions INDEX.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ Welcome to the PlayCanvas API Reference! This documentation provides detailed in

This documentation is organized into modules that correspond to different PlayCanvas products. Each section contains detailed descriptions of classes, methods, and their respective usage.

| Module | Description |
| -------------- | ---------------------------------------------------------------------------------------------------------------------- |
| [Engine][1] | The core engine API that powers PlayCanvas applications, providing support for graphics, physics, and more. |
| [Editor][2] | The API for automating and enhancing the functionality of the PlayCanvas Editor. |
| [PCUI][3] | A web front-end framework specifically tailored for creating UIs in browser-based tools. |
| [PCUIGraph][4] | A PCUI extension providing a component for managing node-based graphs. |
| [Observer][5] | An implementation of the [observer pattern][6], essential for event handling and data binding in complex applications. |
| Module | Description |
| ------------------------------------ | ----------------------------------------------------------------------------------------------------------- |
| [Engine](/modules/Engine.html) | The core engine API that powers PlayCanvas applications, providing support for graphics, physics, and more. |
| [Editor](/modules/Editor.html) | The API for automating and enhancing the functionality of the PlayCanvas Editor. |
| [PCUI](/modules/PCUI.html) | A web front-end framework specifically tailored for creating UIs in browser-based tools. |
| [PCUIGraph](/modules/PCUIGraph.html) | A PCUI extension providing a component for managing node-based graphs. |
| [Observer](/modules/Observer.html) | An implementation of the [observer pattern][https://en.wikipedia.org/wiki/Observer_pattern], essential for event handling and data binding in complex apps. |

### 🚀 Getting Started

Expand All @@ -30,10 +30,3 @@ This project is licensed under the [MIT License](https://opensource.org/licenses
---

Thank you for choosing PlayCanvas! We're excited to see what you build. ❤️

[1]: https://api.playcanvas.com/modules/Engine.html
[2]: https://api.playcanvas.com/modules/Editor.html
[3]: https://api.playcanvas.com/modules/PCUI.html
[4]: https://api.playcanvas.com/modules/PCUIGraph.html
[5]: https://api.playcanvas.com/modules/Observer.html
[6]: https://en.wikipedia.org/wiki/Observer_pattern
Loading

0 comments on commit ad5323e

Please sign in to comment.