Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
مستودع GitHub

Freecad-Direct-Modeling-Public

يحتوي Freecad-Direct-Modeling-Public على 44 من skills المجمعة من StevePeters-US، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
44
Stars
4
محدث
2026-05-19
Forks
0
التغطية المهنية
2 فئات مهنية · 100% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

dm-edit-mode-gizmo
مطوّرو البرمجيات

Architecture reference for the unified edit-mode transform gizmo (translation arrows + rotation rings, transform spaces, x-ray rendering). Required reading before implementing any task in todo.md whose ID begins with GIZMO-.

2026-05-19
dm-boolean-architecture-two-color
مطوّرو البرمجيات

Reference for the two-color (orange/blue) boolean system where IsSubtractive classifies inputs into groups and boolean operations combine them into a parent-child tree. Required reading before implementing any task in todo_bool.md.

2026-05-19
dm-primitive-tool-implementation-pattern
مطوّرو البرمجيات

Standardized pattern for creating interactive SDF primitive tools in the Direct Modeling workbench.

2026-05-19
dm-sdf-primitive-implementation-pattern
مطوّرو البرمجيات

Template and rules for creating new SDF primitive field classes in core/sdf/sdf/. Required reading before implementing any new SdfField subclass.

2026-05-19
dm-svg-path-to-cubic-bezier-conversion
مطوّرو البرمجيات

Reference for converting SVG path data (M L H V C S Q T A Z) and shape elements (rect, circle, ellipse, line, polyline, polygon) into cubic Bezier segments with no rasterization. Required reading before implementing svg_importer.py.

2026-05-07
dm-glsl-helper-pattern-per-primitive-registration
مطوّرو البرمجيات

Convention for registering primitive-specific GLSL inside the primitive's own .py file. Required reading before editing any to_glsl/to_glsl_2d method.

2026-05-07
dm-nurbs-sdf-fields
مطوّرو البرمجيات

FreeCAD BSpline API reference and to_glsl() contract for SdfNurbsCurveField and SdfNurbsSurfaceField — tasks NS-001..NS-008 in todo_arch_refactor.md.

2026-05-07
dm-sdf-octree-cache
مطوّرو البرمجيات

Interface contract, data layout, and mesher integration patterns for SdfOctreeCache — the hierarchical CPU evaluator that replaces np.meshgrid.

2026-05-07
vdb-bake-backend
مطوّرو البرمجيات

Reference for replacing the dense numpy SDF bake path with OpenVDB sparse level sets. Required reading before implementing VDB-* tasks in todo_vdb.md.

2026-05-03
dm-ssao-multi-pass-renderer
مطوّرو البرمجيات

Reference for the SimulatorGL-derived SSAO upgrade to dm_scene_ray_march_renderer.py. Covers GLProgram/GLFramebuffer ctypes helpers, 4-pass FBO pipeline inside a SoCallback, G-buffer MRT layout, SSAO kernel math, and uniform plumbing.

2026-04-10
openvdb-migration-patterns
مطوّرو البرمجيات

Patterns for the OpenVDB sparse level-set SDF pipeline (replaces all dense numpy/GLSL paths).

2026-03-23
vdb-and-ken-museth-research
مطوّرو البرمجيات

Resources for OpenVDB, tree-based sparse volumes, and Ken Museth's publications.

2026-03-23
dm-primitive-single-click-flow
مطوّرو البرمجيات

Patterns for the new single-click primitive creation flow (spawn default + immediate edit) and edit-mode controls (Z/Ctrl/Shift). Required reading before implementing any task in todo_primitive_flow.md.

2026-03-21
dm-input-pipeline-refactor-reference
مطوّرو البرمجيات

Architecture of the dual Qt/Coin3D event pipeline and the target single-owner design. Required reading before editing input_manager.py, dm_base.py, or dm_tool_manager.py.

2026-03-20
dm-primitive-tool-refactor
مطوّرو البرمجيات

Coordinate frame contract, helper method signatures, and invariants for the primitive tool refactor (todo_refactor.md). Required reading before implementing RF-* tasks.

2026-03-20
dm-ray-march-lod-optimization-patterns
مطوّرو البرمجيات

Reference for renderer optimizations: screen-space adaptive cell size, dirty-flag incremental baking, camera sensor, and fragment shader stepping. Use when working on dm_scene_ray_march_renderer.py performance.

2026-03-20
dm-renderer-refactor-pattern
مطوّرو البرمجيات

Reference for the renderer/meshing separation refactor. Covers the new RayMarchCellSize setting, normal kernel fix, and complete removal of meshing settings from all locations except cmd_sdf_export.py.

2026-03-20
dm-gemini-flash-todo-template
مطوّرو البرمجيات

DEPRECATED — use dm_todo_format/SKILL.md instead. This skill has been merged into the more comprehensive dm_todo_format skill.

2026-03-20
coin3d-shader-api-pivy
مطوّرو البرمجيات

Reference for adding GLSL shaders to Coin3D scene graphs via pivy. Required reading before creating or modifying DMRayMarchRenderer or any code that uses SoShaderProgram.

2026-03-20
dm-additive-subtractive-primitive-pattern
مطوّرو البرمجيات

How primitives store and render their additive/subtractive mode. Required reading before implementing any additive/subtractive toggle or per-field color rendering.

2026-03-20
dm-formulaic-sdf-rendering
مطوّرو البرمجيات

Reference for the to_glsl() contract, return format, GLSL naming conventions, and how the formulaic SDF rendering pipeline works. Required reading before implementing any to_glsl() method or modifying glsl_assembler.py.

2026-03-20
dm-mesher-architecture
مطوّرو البرمجيات

Reference for the mesher class hierarchy, output format, timer instrumentation, and SdfField API. Required reading before modifying any mesher or adding mesh optimization passes.

2026-03-20
dm-opengl-3-3-shader-patterns
مطوّرو البرمجيات

Reference for writing GLSL 3.30 shaders in Coin3D via pivy. Required reading before modifying ray march renderers or creating new GPU shaders. Covers GLSL 3.30 syntax, Coin3D compatibility profile workarounds, texture format migration, and SoTexture3 3D texture usage.

2026-03-20
dm-ray-march-scene-graph
مطوّرو البرمجيات

Reference for the Coin3D scene graph structure of the GPU ray march renderer. Required reading before modifying dm_ray_march_renderer.py.

2026-03-20
dm-right-click-close
مطوّرو البرمجيات

Pattern for single-RMB tool close. Required reading before editing on_button3_down or any tool's finish() method.

2026-03-20
dm-renderer-architecture
مطوّرو البرمجيات

Reference for how Coin3D rendering is structured across the three geometry types (NURBS curves, SDF SDF, WorkPlane). Required reading before adding a new display type or modifying DMViewProvider.

2026-03-20
scene-level-baked-sdf-ray-march-renderer
مطوّرو البرمجيات

Architecture reference for the scene-level ray march renderer that combines all SDF fields into a single baked 3D texture atlas and renders them with one full-screen quad. Covers the singleton lifecycle, field registry, combined baking, depth compositing, and how it replaces per-object DMRayMarchRenderer instances. Generic — works with any SDF, no per-primitive GLSL formulas.

2026-03-20
dm-sdf-boolean-architecture
مطوّرو البرمجيات

Reference for how SDF boolean operations compose SdfField trees and how primitives are shortcuts for adding/subtracting from arbitrary SDF shapes. Required reading before modifying cmd_boolean.py or primitive tools to work with SDF fields.

2026-03-20
dm-sdf-cpu-hit-test-pattern
مطوّرو البرمجيات

Sphere-tracing ray march for CPU-side SDF hit detection. Required reading before implementing H-001..H-005 in todo_sdfhittest.md. Covers AABB slab test, ray_march signature, get_sdf_hit contract, and integration points.

2026-03-20
dm-sdf-slicer-architecture
مطوّرو البرمجيات

Reference for the marching squares SDF slicer, DM curve compatibility requirements, and the fit_dm_curve contract. Required reading before implementing or modifying sdf_slicer.py.

2026-03-20
dm-sdf-to-mesh-tool-pattern
مطوّرو البرمجيات

Reference for the SDF-to-Mesh conversion tool. Covers where meshing belongs (dedicated tool, NOT render pipeline), the mesher API, output format, and how to create a Part.Shape from mesh data.

2026-03-20
dm-todo-list-format
مطوّرو البرمجيات

Reference for writing todo_*.md task lists for this project. Required reading before creating a new todo file or adding tasks to an existing one. Covers document structure, task format, dependency ordering, and when to create companion agent skills.

2026-03-20
freecad-environment-setup
مطوّرو البرمجيات

How to import FreeCAD Python modules from the AppImage when running agent scripts or standalone tests.

2026-03-20
dm-qt-native-input-architecture
مطوّرو البرمجيات

Architecture of the single-owner Qt-native input pipeline. Required reading before implementing the R-* tasks in todo_inputrefactor.md.

2026-03-19
dm-viewport-fallback-rule
مطوّرو البرمجيات

Enforces the "No Silent Fallbacks" rule for workplanes when modeling.

2026-03-19
dm-freecad-command-group-dropdown-toolbar-buttons
مطوّرو البرمجيات

How to create dropdown/flyout toolbar buttons in FreeCAD using command groups. Required reading before adding grouped commands to InitGui.py.

2026-03-14
coin3d-depth-ordering-for-custom-shaders
مطوّرو البرمجيات

Reference for correct depth buffer management when using custom GLSL shaders with gl_FragDepth in Coin3D. Covers opaque vs transparent render passes, SoDepthBuffer, gl_DepthRange, and common depth ordering bugs. Required reading before modifying depth-related code in DMRayMarchRenderer.

2026-03-13
glsl-lighting-in-coin3d-eye-vs-world-space
مطوّرو البرمجيات

Reference for correct lighting calculations in custom GLSL shaders running under Coin3D. Covers coordinate space conventions, gl_LightSource transforms, and FreeCAD headlight behaviour. Required reading before modifying shading code in DMRayMarchRenderer.

2026-03-13
freecad-ui-overriding-piemenu
مطوّرو البرمجيات

Reference for how the PieMenu add-on replaces FreeCAD's native UI elements by shadowing commands, clearing toolbars, and using Qt event filters.

2026-03-12
coin3d-full-screen-quad-pipeline
مطوّرو البرمجيات

Reference for implementing full-screen quad raymarchers in Coin3D bypassing the standard view/projection matrices. Required reading before implementing R-006.

2026-03-12
عرض أهم 40 من أصل 44 skills مجمعة في هذا المستودع.