Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)LE
Posts
1
Comments
136
Joined
2 wk. ago

  • Mines are NOT "deterrent". Strong army? Yes. Nuclear weapons? Yes. Mines are a minor nuisance during the war. Makes things uncomfortable, might slow down enemy movement a bit but that's it. You can't say to the potential enemy "Forget about attacking -- we have mines near the border".

  • Just some fun information: most modern engines hate SVG. They just render them to the raster and then manipulate them like any other bitmap, making everything extremely slow and blurry. If that is mostly ok with small pictogram-tier images, it is completely unacceptable for big map-tier images. My map is tens thousand of pixels in size while at the highest scale. Bitmap would be a few TiB of RAM. So I actually parse the SVG to get the vectors and draw them, omitting the rasterization.