Lazaro Alonso
Lazaro Alonso
I use "CMU Serif", it's not exactly the same but it looks good enough. https://lazarusa.github.io/BeautifulMakie/ScattersLines/besselFunctions/ 
Maybe relevant to the problem: - https://discourse.threejs.org/t/touch-in-three-js/23382 - https://github.com/mese79/TouchControls - https://stackoverflow.com/questions/59953438/three-js-touch-events-not-working-properly-on-mobile - https://discourse.threejs.org/t/how-to-control-a-first-person-camera-on-touch-devices/19080
I think is more a css thing than a Makie thing. I did it [here](https://lazarusa.github.io/ClimateVisualisations/app_tau.html) adding some css styling and some minor js. (Sorry, at the moment I don't have...
yeah, is mainly based on Simon's work. Specially the css tricks. And for now, that repo is just an external server for the main webpage here: https://www.bgc-jena.mpg.de/en/bgi/gallery I will be...
Ok. Now there is a skeleton to do an app with a loading logo [here](https://github.com/lazarusA/ClimateVisualisations/tree/main/src/healpix_app). Note: **slider1 [not working].** Output [here](https://lazarusa.github.io/ClimateVisualisations/appt2m_healpix.html) Feel free to recommend (cite) the site 😄. Maybe...
yes, pass `earth_img` as color. Just as it is.
Looking for this as well. Any hints?
for png, on second call is slightly the same. However, for `svg` it doesn't work [several minutes now and doesn't finish saving]... ``` (tmp) pkg> st Status `~/Documents/tmp/Project.toml` [13f3f980] CairoMakie...
These are some examples added to the docs, if they work.   
- theme_makie is indeed not a good name. I'm open to suggestions. theme_makie2 ? theme_jlmke ? - I changed the figure size and ratio, because I'm always changing that for...