Reference Source

Core Module

The Core module is a versatile collection of specialized modules designed to enhance the game development experience. Offering seamless integration and a user-friendly interface, this powerhouse module simplifies the utilization of various game development tools. Handy, powerful, and feature-rich, it accelerates productivity by providing a consolidated toolkit for game developers.

Installation

ES Module

import { Core } from './core.mjs';

IIFE (Immediately Invoked Function Expression)

<script src="core.js"></script>;
// ...
window.CoreBundle.Core;

CommonJS (CJS) Module

const { Core } = require('./core.cjs.js');

Global Dependency

Core relies on the VYLO variable being globally accessible.