Skip to content
This repository was archived by the owner on May 15, 2022. It is now read-only.

Commit 1a0694c

Browse files
committed
Add npm version badge
1 parent bbb689a commit 1a0694c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# React dat.GUI
22

3+
[![npm version](https://badge.fury.io/js/react-dat-gui.svg)](https://badge.fury.io/js/react-dat-gui)
4+
35
This is a fully[*](#whats-missing) featured React port of Google's esteemed [dat.GUI](https://workshop.chromeexperiments.com/examples/gui/#1--Basic-Usage) controller library. It comes packed with all the core components you'll need to cleanly integrate dat.GUIs into your React app.
46

57
For those that haven't used or seen dat.GUI before, it's basically a GUI for updating and interacting with objects in real time. It's used extensively in canvas or WebGL rendering demos/apps for libraries such as [three.js](http://threejs.org) but it can also be used to build browser based editing software.

0 commit comments

Comments
 (0)