Esper Thomson
Esper Thomson
While using this on Wynncraft (with the Sodium mod) I encountered several crashes with the description `Ticking entity`. It only happened while in a boat, and the crash logs mention...
Some servers (e.g. wynncraft) have a layer of barriers along the top of the world. This makes the minimap consider the whole world to be a "cave", and the world...
I figured it would be a good idea to have info on how to build the modloader on Linux available *outside* the Discord server, so I wrote a README.
Adds a `--simple-index-file` argument that removes everything from the index file except `x`, `y`, `width`, and `height`. Use cases other than OSM may not need data like `"pixelRatio": 1` or...
Properly rendering SVG `` elements with `resvg` requires modifying the default `usvg::Options` to load fonts somehow. The simplest way to do this (as shown in [`examples/minimal.rs`](https://github.com/linebender/resvg/blob/e50c2c2797d7022a1c2adf5e3186e489ab0dd024/crates/resvg/examples/minimal.rs#L19)) is to call `fontdb::Database::load_system_fonts`...
Adds an `--oxipng` argument to specify the oxipng optimization level. Also adds a `--zopfli` argument to instead enable zopfli and specify the number of zopfli iterations.