Skip to content

Commit f8fbb9a

Browse files
Update project-structure.md
1 parent 989f615 commit f8fbb9a

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

documentation/project-structure.md

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -26,19 +26,7 @@ High-level overview of the project structure.
2626

2727
**Workspace Integration (Optional):**
2828

29-
* **src.main.java.workspace:** This package seems to handle integrating meshes within a workspace environment (potentially a UI for visualization and editing). It includes classes for:
30-
* **command:** Commands for manipulating the workspace view (e.g., panning, showing/hiding elements).
31-
* **Editor:** Class for editing meshes within the workspace.
32-
* **examples:** Example implementations of using meshes in a workspace.
33-
* **FirstPersonView:** Class for a first-person view within the workspace (potentially for visualization).
34-
* **GraphicsPImpl:** Implementation details related to graphics rendering.
35-
* **laf:** Classes for the Look-and-Feel of the workspace UI.
36-
* **ModelListener:** Listener for changes in the mesh model.
37-
* **render:** Rendering-related classes for meshes and selections within the workspace.
38-
* **SceneObject:** Class representing an object within the workspace scene.
39-
* **ui:** Classes for various UI elements used in the workspace.
40-
* **border:** Classes for borders around UI elements.
41-
* **layout:** Classes for UI layout management.
29+
* **src.main.java.workspace:** This package handles integrating meshes within a workspace environment.
4230

4331
**Testing:**
4432

@@ -50,4 +38,4 @@ High-level overview of the project structure.
5038

5139
**Resources:**
5240

53-
* **src.main.resources:** This directory likely contains resource files used by the project (e.g., configuration files, icons).
41+
* **src.main.resources:** This directory contains resource files used by the project (e.g., configuration files, icons).

0 commit comments

Comments
 (0)