Dee Moyza's Story Archive

Let's try this

  

JavaScript JavaScript is the programming language that comes standard with all web browsers. You can embed JavaScript code into your HTML to allow you to program your websites to do things. JavaScript was once a weak language with a lot of problems, but it is now a very fast and powerful language that is used for both web browsers and for complicated server backends (with Node.js). It is a great beginners language if you want to learn how to program, and can be used to perform almost any kind of program. Mozilla Learn JavaScript Resources Static Site Generators Static site generators allow developers to make a web site that has many properties of dynamic web sites, except it generates static HTML which can then be uploaded to Neocities. Hugo Jekyll Next.js Gatsby VuePress WebGL WebGL is a JavaScript API for rendering interactive 2D and 3D graphics within any compatible web browser without the use of plug-ins. WebGL is fully integrated with other web standards, allowing GPU-accelerated usage of physics and image processing and effects as part of the web page canvas. You can use WebGL frameworks for making 3D models and worlds in your browser! A-Frame - A web framework for building virtual reality experiences. Three.js - An easy to use, lightweight, 3D library with a default WebGL renderer.