Project Structure
Varcad projects can combine source files, assets, widget metadata, generated previews, and linked libraries in a repository-shaped workspace.
Browse the platform conventions and installed CAD libraries that can be linked into Varcad projects.
Platform conventions for mixed SCAD/JSCAD projects, widgets, repository publishing, previews, and geometry workflows.
Create a parametric shape, render it in the browser, then expose the values you want people to edit.
radius = 12;
height = 20;
cylinder(
r = radius,
h = height,
$fn = 64
);Varcad projects can combine source files, assets, widget metadata, generated previews, and linked libraries in a repository-shaped workspace.
Widget definitions expose editable parameters to the IDE so a design can be adjusted without editing source code directly.
Repositories can publish static preview images and hover animations so projects are easier to recognize from the dashboard.