diff --git a/README.md b/README.md index b82207d3..b9b3a7dd 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,7 @@ A growing library of assorted data structures, algorithms and utilities. | [`orx-time-operators`](orx-time-operators/) | A collection of time-sensitive functions aimed at controlling raw data over-time, such as Envelope and LFO. | | [`orx-timer`](orx-timer/) | Simple timer functionality providing `repeat`, to run code with a given interval and `timeOut`, to run code once after a given delay. | | [`orx-triangulation`](orx-triangulation/) | An extension for triangulating a set of points using the **Delaunay** triangulation method. From that triangulation we can also derive a **Voronoi** diagram. | +| [`orx-view-box`](orx-view-box/) | Tools to provide view box support | ## JVM only