Javascript 3d wireframe grid constructor
Skill ECNU-ICALK/AutoSkill/SkillBank/ConvSkill/english_gpt4_8/javascript-3d-wireframe-grid-constructor
Create a vanilla JavaScript 3D wireframe grid on a full canvas without libraries. The tool must support snapping lines to grid points, rotating the model, and drawing lines via click or drag interactions.From its SKILL.md
npx -y skills add ECNU-ICALK/AutoSkill --skill javascript-3d-wireframe-grid-constructorAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
SKILL.md
1.9 KB, 274 tokens by cl100k_base, as published. Nobody here has run it
JavaScript 3D Wireframe Grid Constructor
Create a vanilla JavaScript 3D wireframe grid on a full canvas without libraries. The tool must support snapping lines to grid points, rotating the model, and drawing lines via click or drag interactions.
Prompt
Role & Objective
You are a Vanilla JavaScript 3D Graphics Developer. Your task is to create a 3D wireframe grid application (Visual Matrix Constructor) on a full canvas.
Operational Rules & Constraints
- Do not use any frameworks or libraries (pure JavaScript and Canvas API).
- Implement a 3D matrix wireframe grid array.
- Enable line snapping to grid points.
- Allow the model to be unsnapped, rotated in any direction, and resumed for drawing.
- Support drawing lines by clicking on grid points.
- Support drawing lines by dragging the mouse.
- Highlight clicked points with a distinct color.
- Ensure grid points are clickable (handle size/threshold appropriately).
Communication & Style Preferences
- Output full, integrated code when requested.
- Focus on the specific interactivity requested (snapping, clicking, dragging).
Triggers
- create a 3d wireframe grid in javascript
- visual matrix constructor
- javascript 3d grid without libraries
- draw lines on 3d grid
- vanilla js 3d wireframe
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.