You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here are some tasks I want to note down for daemon0.1.0
Figure out a way for scripting
Feasibility for lua (Better transparency but less permission control)
Feasibility for wasm (Since its JavaScript, we have good permission control, but not transparency of source code)
Feasibility for JavaScript (Please don't, I do not like JavaScript, but potentially we can embeds deno?)
Remove some workarounds I did for the need of MVP presentation
Abstractions
Abstract the wgpu wallpaper layer completely from wayland logics
Abstract a BufferManager to manage all GPU buffers
Abstract a ScriptManager to manage all loaded scripts
More shaders, I'm bad at coding shaders :(
Enhance ticking and frame update system
Just rewrite all existing rendering code and shaders (those are mostly AI generated/borrowed from other online references, does not work as very intended)
Here are some tasks I want to note down for
daemon0.1.0lua(Better transparency but less permission control)wasm(Since its JavaScript, we have good permission control, but not transparency of source code)JavaScript(Please don't, I do not likeJavaScript, but potentially we can embedsdeno?)wgpuwallpaper layer completely fromwaylandlogicsBufferManagerto manage all GPU buffersScriptManagerto manage all loaded scripts