Open
Description
Actual Behaviour
At present, the major categories in the reference page seem to appear in an arbitrary order...
They currently appear in the following order:
- environment
- color
- shape
- constants
- structure
- DOM
- rendering
- foundation
- transform
- data
- events
- image
- IO
- math
- typography
- lights, camera
Expected Behaviour
I think the groups should appear in some sort of order.
Option 1) Alphabetically
- pro: easiest to maintain (as new groups are added)
- con: not very helpful for a quick, big-picture overview
- this would look like:
- color
- constants
- data
- DOM
- environment
- events
- foundation
- image
- IO
- lights, camera
- math
- rendering
- shape
- structure
- transform
- typography
Option 2) Organized by theme
- pro: easy for user to get a quick, big-picture overview of what features are available
- con: harder to maintain (as new groups are added)
- con: subjective
- I tried to come up with some kind of logical organization, but failed at this