How i can to access playcanvas engine?

Is there a video on how to access playcanvas engine? libraries and node.js and those issues have always been difficult for me :sweat_smile:

What do you mean by access the engine?

To install and to use

The easiest way is to create a free account on https://playcanvas.com/
Then when you’re logged in you create a project (just few clicks) and open the project in the Editor, where you can add assets (meshes, textures …) and write scripts to build a game. For this you don’t need any node nor libraries, the Editor handles it all for you. Give this a go.

If you are looking to use only the engine, there are two main methods:

  1. Assuming you are creating a Node application, add the playcanvas NPM package to your package.json file
  2. Create a HTML file and add the PlayCanvas engine JS file to a script element. You can find versions of the engine on GItHub with examples at http://playcanvas.github.io/