UNPKG

850 BMarkdownView Raw
1# Worldcore WebGL
2
3Worldcore is a 3D game engine for Croquet. It is modular, extensible, and cross-platform.
4
5You can use it to build multiuser webapps with hundreds or thousands of dynamic objects:
6
7* 3D multiplayer games
8* Multiuser AR & VR
9* Shared visual simulations
10
11This package contains the **webgl component** for Worldcore. It extends the Worldcore kernel with a lightweight webGL renderer. Use it to render Worldcore objects in 3D.
12
13(**Note:** the webGL renderer is not a full-feature rendering engine. It's best used for testing, or for drawing simple geometric shapes.)
14
15**Get Started ...**
16
17* Get a free developer key at [croquet.io/keys](https://croquet.io/keys/)
18* Read the documentation at [croquet.io/docs/worldcore/webgl](https://croquet.io/docs/worldcore/webgl/) and [croquet.io/docs/worldcore](https://croquet.io/docs/worldcore/)