updated todo
This commit is contained in:
parent
3b26c92c85
commit
dc2961f513
10
todo.txt
10
todo.txt
|
@ -14,11 +14,10 @@ Overview
|
||||||
[/] Automatic surface resizing
|
[/] Automatic surface resizing
|
||||||
|
|
||||||
[.] Make linking with libEGL optional, even if EGL backend is compiled in milepost?
|
[.] Make linking with libEGL optional, even if EGL backend is compiled in milepost?
|
||||||
- use /DELAYLOAD:lib on windows?
|
[x] using weak linking on macos
|
||||||
|
[ ] use /DELAYLOAD:lib on windows?
|
||||||
[.] Remove the need for client apps to link with all dependent libs explicitly
|
[.] Remove the need for client apps to link with all dependent libs explicitly
|
||||||
|
|
||||||
[!] Bundle examples with their own resources?? (e.g. avoiding clashes in metal libs files in bin directory)
|
|
||||||
|
|
||||||
[!] Allow controlling surface overlaying
|
[!] Allow controlling surface overlaying
|
||||||
[!] Sort out contents scaling for high dpi on osx
|
[!] Sort out contents scaling for high dpi on osx
|
||||||
[!] win32 surfaces: only register surface child window once?
|
[!] win32 surfaces: only register surface child window once?
|
||||||
|
@ -33,10 +32,13 @@ Overview
|
||||||
|
|
||||||
[ ] Delegated drawing API+Impl
|
[ ] Delegated drawing API+Impl
|
||||||
|
|
||||||
[ ] Make building apps simpler
|
[ ] Make building examples and apps simpler
|
||||||
[ ] single include path
|
[ ] single include path
|
||||||
[ ] script for embedding dependencies / create app bundle
|
[ ] script for embedding dependencies / create app bundle
|
||||||
|
|
||||||
|
[/] Bundle examples with their own resources?? (e.g. avoiding clashes in metal libs files in bin directory)
|
||||||
|
[ ] Or allow to embed compiled shader into executable
|
||||||
|
|
||||||
|
|
||||||
[?] Backport canvas to GLES
|
[?] Backport canvas to GLES
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue