http-server -c-1
from within the folder I want to server, the argument disabling caching.
.modifyMaterial {
case m: Material.Bitmap => m.toImageEffects.withSaturation(0)
case m => m
}
Bitmap
→ Effects
→ ShaderData
?
Graphic[M <: Material](material: M, …)
.Bitmap
, I know how to apply effects, but I cannot crop and such. If I store them as Graphic
, I do not know whether I can apply any effects to them anymore (maybe they are already ShaderData).
bloop compile <sbt projectname>
e.g. bloop compile roguelike
from the terminal. If it compiles then bloop is fine and VSCode has lost it's connection. You can try doing (from inside VSCode) "Metals: Connect to build server" and that often fixes the problem.