Tresjs / cientos

Collection of useful helpers and fully functional, ready-made abstractions for TresJS
https://cientos.tresjs.org/
MIT License
288 stars 40 forks source link

Reorganize: keep views/routes, flatten file structure? #381

Closed andretchen0 closed 7 months ago

andretchen0 commented 7 months ago

Description

As a developer of Tres/Cientos, I would like reorganizations to be simpler.

Moving a component from one category to another requires a lot of changes (12) to the codebase:

Screenshot 2024-04-10 at 18 19 42

Suggested solution

Flatten the file structure

Maintain the views/routes

The views/routes in the docs and playground would remain unchanged for the user.

Alternative

No response

Additional context

No response

Validations

JaimeTorrealba commented 7 months ago

Personally, I like the folder structure that we have now. I find all the components in the same folder (core) quite unorganized (like r3f)

andretchen0 commented 7 months ago

@JaimeTorrealba

Sounds good. Closing.