abstreet/docs/TODO_phase2.md

31 lines
888 B
Markdown
Raw Normal View History

2018-07-07 00:53:22 +03:00
# TODO for Phase 2 (Editor)
- support massive maps
- render to a bitmap and clip that in?
- sometimes UI zooms in at once, then unzooms slowly. drop events?
- different UIs
- 3D UI sharing the same structure as the 2D one
- svg export some area, for manual mockups
- web version
- ggez, quicksilver, unrust could work
- easy UI bugs
- big maps start centered over emptiness
- warping to something with an 8 triggers color picker. execute the already-active plugin FIRST.
2018-07-07 00:53:22 +03:00
- traffic signal editor
- button to reset intersection to original cycles
- turns can belong to multiple cycles; the colors become slightly meaningless
- support left turn yield
- stop sign editor
- cant have no stop signs for two roads whose center line crosses
- infer default policy
2018-07-23 20:50:01 +03:00
- be able to change road directions
- tests that edits + reload from scratch are equivalent
2018-07-25 19:53:04 +03:00
- undo support!