UNPKG

matrix-engine

Version:

basic_timeline improved, VT func setup vide html element id with name arg.- DISABLE RAYCAST DEBUG TEST [2.3.3] Fix for GUI win desktop [2.3.0] DestrucMesh solution & loading convex objs for physics BASIC, SpriteAnimation CPU/texture solution added, Improv

15 lines (12 loc) 401 B
/** * @description * MatrixNet - Main networking class * for matrix-engine workplace. * Type module */ import Broadcaster from "./broadcaster.js"; import ServerConfig from "./server-config.js"; const serverConfig = new ServerConfig(); var broadcaster = new Broadcaster(serverConfig); var Reset = '\x1b[0m'; console.log('\x1b[42m', 'Matrix Server running... 🤘 [Enjoy]', Reset);