diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2023-01-02 18:50:01 +0100 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2023-01-02 18:50:01 +0100 |
| commit | 9875e7514ff6977fb6e861920b5b22e57a4d71b3 (patch) | |
| tree | 221e19c719ab71f4badee044f4495da5794e1a48 /TODO.md | |
| parent | 7077fef33e648c266635bda2cf55fc6a6ed303db (diff) | |
Update metadata
Diffstat (limited to 'TODO.md')
| -rw-r--r-- | TODO.md | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -0,0 +1,12 @@ +# TODO + +## Before releasing v0.1.0 + - [ ] In BoardCanvas search for a workaround of the dynamic allocation of adata.buffer (on canvas resize) + - [ ] Bind the chess game editor settings to EditorPrefs.hpp + + ## Additional Features + - [ ] Add a live evaluation bar to the BoardCanvas + - [ ] Be able to play against an engine + - [ ] Implement full chess engine game analyzer/annotator + - [ ] Handle .si4 databases + - [ ] Implement a page system for large databases (load massive databases per pages instead of entirely)
\ No newline at end of file |
