update todo

This commit is contained in:
IlyaShurupov 2024-05-06 11:56:24 +03:00
parent 9cfae3fe3e
commit c41dcf9efa
2 changed files with 16 additions and 12 deletions

View file

@ -1,19 +1,7 @@
#include "GUI.hpp"
#include "Player.hpp"
#include "GraphicApplication.hpp"
// 1) artworks
// 2) how to easily add more songs?
// 3) GUi :
// - seeker
// - song idx
// - non-existing highlight
// - prev next
// - remove debug gui
// 4) queue & repeat & shuffle...
// 5) new database with history
using namespace tp;
class LibraryViewer : public Application {

16
TODO
View file

@ -66,6 +66,22 @@ Language:
For each grammar make grammar rules parser, example sentence generation and sentence parsing
Make automations itself a universal tool - NFA DFA conversions
Widgets:
Add tree structure interface to simplify code
Add shortcuts
Config cache may be static
LibraryViewer:
artworks
how to easily add more songs?
seeker
song idx
non-existing highlight
prev next
remove debug gui
queue & repeat & shuffle...
new database with history
Math:
FFT