Coding language for Lens Studio?
Hi,
I'm a noob and use a lot of templates on Lens Studio. I absolutely love the templates as a way to quickly publish lenses. However, as I want to later add more interactions and abilities to the lenses beyond those templates which will eventually mean I need to pick up coding.
Is the coding language I need to learn Javascript? Are there any other additional coding languages i'll need to learn? I don't have a technical background so apologies on the basic question.
Thanks!
Yes, I believe it is Javascript.
Fell free to take a look at the Scripting Overview
Ah yeah you're right based on what you shared. AH i'm scared. Coding is always the biggest roadblock in any interest i ever had in technology lol. But i'm ready! I'm going to try to use the app SoloLearn to learn JavaScript.
Anyone have any other sites or resources that are great for beginners to learn javascript?
Thanks!
Script Resources (referred to as Scripts) are text files that contain the code you write for your Lens. Scripts are written in Lens Studio's own implementation of Javascript. Here's an example of a very basic script:
A basic script. When triggered, this script will print "Hello, World!" to the Logger.
Javascript
While Lens Studio scripts are written in Javascript, there are some practices specific to the Lens Studio environment with which you should become familiar. To learn more, please refer to the section on Writing Scripts.