update todo
This commit is contained in:
parent
90244934d9
commit
1767b65c7e
2 changed files with 16 additions and 12 deletions
|
|
@ -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
16
TODO
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue