3.0.0 • Published 1 year ago

toosoon-gui v3.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

TOOSOON GUI

Graphical user interface (GUI) library providing functionalities for manipulating variables and fire functions on the fly.

Credits: dat.gui

Installation

Yarn:

$ yarn add toosoon-gui

NPM:

$ npm install toosoon-gui

Documentation

Usage

Basic

import GUI from 'toosoon-gui';

const gui = new GUI({ title: 'Settings' });

GUI Wrapper

The GUIWrapper class allows you to create a fake instance of GUI. This is helpful when you need to remove the GUI features on some environments.

import GUI, { Gui, GUIWrapper } from 'toosoon-gui';

const gui: Gui = DEBUG ? new GUI() : new GUIWrapper();

API

See full documentation here.

License

MIT License, see LICENSE for details.

3.0.0

1 year ago

2.3.0

1 year ago

2.2.0

1 year ago

2.1.0

1 year ago

2.0.1

1 year ago

2.0.0

1 year ago

1.4.0

1 year ago

1.2.2

1 year ago

1.3.0

1 year ago

1.2.1

1 year ago

1.2.0

1 year ago

1.1.0

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.2

1 year ago

1.0.0

1 year ago