Skip to content

TODO list #3

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
1 of 10 tasks
Wohlstand opened this issue Mar 11, 2018 · 0 comments
Open
1 of 10 tasks

TODO list #3

Wohlstand opened this issue Mar 11, 2018 · 0 comments
Assignees
Labels

Comments

@Wohlstand
Copy link
Member

Wohlstand commented Mar 11, 2018

  • Child objects and sub-trees (include of ability to create groups of elements)
  • Implement Z-Order
  • Implement hand-dragging
  • Smooth Scrolling [Optionally]
  • Apply zoom factor to scrolling speed (but, re-align camera on zoom change to avoid a broken alignment)
  • Implement the "animated items" render scheme where visible surface will be updated often.
  • Replace QList container with PtrList to guarantee same pointer address in the memory. Instead of this, QSet was used inside of tree to hold dynamically allocated items.
  • Allow polymorphism for PGE_EditSceneItem to allow different item types.
  • Implement collision check callback called on move or mouse release by optional choose
  • Implement background and foreground render callbacks (to fill empty surface with something or draw the grid or any overground meta-signs or animations)
@Wohlstand Wohlstand self-assigned this Mar 11, 2018
@Wohlstand Wohlstand added the TODO label Mar 11, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant