-
Rapidly build interactive 3D apps for the web. A 3D framework for the web, built on Svelte and Three.js
#Web Development Tools #Web Development #3D 2 social mentions
-
A browser based code editorPricing:
- Open Source
VS Code Editor which is based on Electron, is really fast, even with large codebase & many open tabs. Their monaco engine (https://microsoft.github.io/monaco-editor/) uses custom, virtual code processor that is optimized for surgically updating underlying DOM. It also uses WebGL + canvas rendering to show minimap of the file. Similar approach (custom virtual processor) is leveraged by Google docs/sheets. Canvas rendering may be the last resort when nothing worked.
#Text Editors #IDE #Developer Tools 49 social mentions