mirror of
https://github.com/Rezmason/matrix.git
synced 2026-04-21 15:29:30 -07:00
Separating the resource imports from the Matrix.js module
This commit is contained in:
39
TODO.txt
39
TODO.txt
@@ -1,22 +1,27 @@
|
||||
TODO:
|
||||
TTF --> MSDF
|
||||
Isolate fun stuff from core
|
||||
Separate configs
|
||||
Separate assets
|
||||
Explicitly destroy what gets created
|
||||
Create multiple distributions
|
||||
core
|
||||
One embedded MSDF, combined from the two main glyph sets and their configs
|
||||
fun
|
||||
Other MSDFs and configs
|
||||
and then one with built-in MSDF generation
|
||||
(TTF + glyphString) --> MSDF
|
||||
Is MSDF strictly necessary?
|
||||
Move off of regl
|
||||
Expanded configurability
|
||||
Modify regl pass
|
||||
async build(config, inputs)
|
||||
loads all required stuff
|
||||
async resize - adjusts the sizes
|
||||
run — performs the GPU operation
|
||||
Rewrite main code to accept changes to config
|
||||
|
||||
|
||||
Live config update roadmap
|
||||
Modify regl pass
|
||||
async build(config, inputs)
|
||||
loads all required stuff
|
||||
async resize - adjusts the sizes
|
||||
run — performs the GPU operation
|
||||
Rewrite main code to accept changes to config
|
||||
Build a Tweakpane for config
|
||||
https://cocopon.github.io/tweakpane
|
||||
Show a gear emoji in the top right on mouse move
|
||||
Hide after three seconds
|
||||
If tapped, show the tweakpane
|
||||
Build a Tweakpane for config
|
||||
https://cocopon.github.io/tweakpane
|
||||
Show a gear emoji in the top right on mouse move
|
||||
Hide after three seconds
|
||||
If tapped, show the tweakpane
|
||||
|
||||
Seems like bloom size and resolution impact the REGL and WebGPU bloom implementations differently
|
||||
Move high pass into WebGPU bloom
|
||||
|
||||
Reference in New Issue
Block a user