12 lines
899 B
Plaintext
12 lines
899 B
Plaintext
---
|
|
description: Rules for developing the user interface for manipulating the region grid. This rule focuses on interactive elements and visual representation.
|
|
globs: /ui/**/*.*
|
|
---
|
|
- Develop the User Interface:
|
|
- Design and implement a comprehensive user interface for manipulating the region grid. This should include:
|
|
a. A visual representation of the region grid, possibly overlaid on the main simulation view.
|
|
b. Interactive elements for each region, allowing users to adjust parameters individually.
|
|
c. Global controls for setting grid size and applying presets.
|
|
d. A system for selecting different "brushes" or tools for painting parameter values across multiple regions.
|
|
e. Real-time feedback showing the effects of parameter changes on the simulation.
|
|
- Ensure that the UI is intuitive and responsive, providing users with immediate visual feedback on their actions. |