nicopap / cuicui_layout

The dumbest and simplest layouting algorithm for bevy
40 stars 2 forks source link

Organization upgrade #70

Closed nicopap closed 1 year ago

nicopap commented 1 year ago

cuicui_layout has now grown a lot. There is indeed several unrelated features under the same umbrella. We need to find a new home for them.

What to do

The cuicui book

Describes what each crate does, why you would want to use them

  1. Identify the features they want to use and know how to use them
  2. Get started quickly
  3. Know where to learn more about the features they need.

Less inter-dependency

Other considerations

It might also be wise to split out the crates into their own repo, so that they have more visibility individually.