- Share this text:
Todo - posted by guest on 7th August 2020 11:41:05 PM
Rendering
- Optimiser le rendu et vitesse de rendu (eg passer par des native libs)
- Passer sur du rendu full rgb > 30fps (migration vers C ?)
- Compression du rendu (blocks de pixels redondants)
- Implémenter le multithreading
- Ajouter plus de modules de rendus (bytes, chars, strings, bmp)
- Overlay picture (instance winforms ?)
IO
- Sauvegardes des scenes en runtime
- Système de sérialisation (json, bin, xml) custom
- Secure read, write et execute
UI
- Plus de modes de rendus pour les canvas (overlay, world) et scale
- Rendu multiscene + override
- Event handlers (local, global), key + mouse
+ IGlobalMouseEnterHandler, ILocalMouseEnterHandler
+ IGlobalMouseClickHandler, ILocalMouseClickHandler
+ IGlobalMouseDoubleClickHandler,ILocalMouseDoubleClickHandler
+ IGlobalMouseDownHandler, ILocalMouseDownHandler
+ IGlobalMouseUpHandler,ILocalMouseUpHandler
+ IGlobalMouseMoveHandler, ILocalMouseMoveHandler
+ IGlobalMouseWheelHandler, ILocalMouseWheelHandler
+ IGlobalMouseDragStartedHandler, ILocalMouseDragStartedHandler
+ IGlobalMouseDragFinishedHandler, ILocalMouseDragFinishedHandler
+ IKeyDownHandler
+ IKeyPressHandler
+ IKeyUpHandler