diff --git a/index.html b/index.html index cce74dd..88c9e86 100644 --- a/index.html +++ b/index.html @@ -21,6 +21,10 @@ h1 { background: #2080C0; color: white; padding:25px 5% 8px; margin: 4% 7% 0px;
There is now an online version that you can try, here: LSL-PyOptimizer online
+LSL PyOptimizer is a LSL2 script optimizer written in Python 2. Currently it only supports code memory optimization (no speed optimization), only for Mono (no LSO), and only for the Second Life flavour of LSL (no OpenSim etc.).