0.0.515 • Published 11 months ago

xpell-core v0.0.515

Weekly downloads
-
License
GPL-3
Repository
github
Last release
11 months ago

Xpell - Real-Time User Interface (UI) Engine

Xpell is a real-time user interface (UI) framework for frontend application development, such application requires control on several modules like dom management, 3D engine and AI engine to run within high FPS.

Xpell enables real-time translation from any command (XCommand) to platform specific command (like HTML, video file, sound, lights and more).

Xpell.js

This package is an implementation of Xpell engine for web applications (/Typescript/Javascript/HTML), the engine supports native HTML DOM manipulation engine (XUI) and real-time 3D (X3D) engine for browsers based on THREE.JS and WebGL.

Overview

Xpell Real-Time Interpreter

Xpell is a rear-time interpreter that provides an interface to control both output and input devices (like screens, lights, sounds, microphones, vr headset etc').

Xpell Engine

Xpell is a modular framework, meaning the basic engine can load external modules ad run them.

Xpell objects can be identified by the X prefix.

  [user] --> XCommand --> [Xpell]  
                                  |  
                                  |-----> [XUI] -> UI Module  (HTML)
                                  |  
                                  |-----> [X3D] -> 3D Module (three.js)  
                                  |  
                                  |-----> [xpell-module]  -> Base Module

The way to communicate with Xpell engine is to send XCommand that will be analyzed and activate the appropriate module:

  [XCommand]
     - module (the name of the module to run the command)
     - created (date/timestamp of the command)
     - object - optional - the object within the module to run the command
     - op (the operation (method/function) to run within the module)
     - params (list of parameters)

Credits & License


Author: Fridman Fridman tamirf@yahoo.com

License: GPL-3

First Release: 22/07/2022

Copyright Fridman Tamir 2022, all right reserved

0.0.513

12 months ago

0.0.512

12 months ago

0.0.515

11 months ago

0.0.514

12 months ago

0.0.47

12 months ago

0.0.51

12 months ago

0.0.50

12 months ago

0.0.48

12 months ago

0.0.49

12 months ago

0.0.46

1 year ago

0.0.45

1 year ago

0.0.44

1 year ago

0.0.43

1 year ago

0.0.42

1 year ago

0.0.41

1 year ago

0.0.40

1 year ago

0.0.39

1 year ago

0.0.38

1 year ago

0.0.37

1 year ago

0.0.36

1 year ago

0.0.35

1 year ago

0.0.34

1 year ago

0.0.33

1 year ago

0.0.32

1 year ago

0.0.31

1 year ago

0.0.30

1 year ago

0.0.29

1 year ago

0.0.28

1 year ago

0.0.27

1 year ago

0.0.26

1 year ago

0.0.25

1 year ago

0.0.21

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago