Skip to main content

5 docs tagged with "javascript"

View all tags

Electron.js

Notes on Electron.js architecture, processes, IPC, APIs, packaging, and security.

React

Personal reference notes on React — core concepts, hooks, patterns, and gotchas.

Regex (JavaScript)

Personal reference for regular expressions, focused on JavaScript usage.

Three.js

Three.js is a JavaScript library that wraps WebGL (and can target WebGPU) to make building 3D graphics for the browser dramatically easier. Instead of writing raw shaders and buffer management, you work with a scene graph made of familiar objects: cameras, lights, meshes, and materials.