Directory Structure
Editor Folder Structure
The Wonderland Editor installation contains the following folders:
bin
contains binaries, plugins
contains editor plugins, magnum
contains scene
and image importer plugins (they follow the interfaces defined by
the open source Magnum graphics library).
fonts
contains fonts that are used by the editor.
deploy
contains the files for deployment, e.g. various versions of the WebAssembly runtime.
shaders
contains the default shaders that come with Wonderland Engine. You can place your own custom shaders here.
js
contains default javascript components (components
) and libraries (libs
).
Recommended Project Structure
To keep your project organized, we recommed the following project structure:
|
|
assets
contains all asset for graphics and audio.
js
contains all custom components and JavaScript libraries needed for them.
UnnamedWonderland.wlp
is the main Wonderland Engine project file.