Skip to content

The Core module is a versatile collection of specialized modules designed to enhance the game development experience.

License

Notifications You must be signed in to change notification settings

EvitcaStudio/Core

Repository files navigation

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.

About

The Core module is a versatile collection of specialized modules designed to enhance the game development experience.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published