zenith391
zenith391
Well to fix this I would need to know what's the precise error in the first place, if you can send that
On my computer, `wget -f https://raw.githubusercontent.com/IgorTimofeev/MineOS/master/Installer/BIOS.lua /tmp/bios.lua` works correctly alongside using `internet.request()` for GitHub. Can you open https://raw.githubusercontent.com/IgorTimofeev/MineOS/master/Installer/BIOS.lua in your browser or does it only not work using `internet.request()` in...
Yes, by on my computer I meant in OCEmu using OpenOS.
Finally I came up with just having a single mass of gas for each point instead of using multiple pressures (with N extruded spheres), this is much simpler to use,...
Only thing missing before I close this issue is clouds (I already added them but they're not complete)
For clouds, I could mix them with a sliding noise map (voronoi? for clouds?) so that you get the illusion of moving clouds while also having it depend on the...
Planet radius done in f357345 and water elevation completed in 2505fb6
Currently the temperature simulation assumes the planet is **entirely** made of SiO2 (silicon dioxyde). It evens ignore the water level (which needs rework to be with mass anyways), but I'm...
Water level has been reworked to use mass instead of 'elevation', but the behaviour is still not physically accurate. However, I'm reconsidering whether or not it is a good idea...
This should be doable by copying the pixel data into a `capy.ImageData` struct And then for rendering just use a window and `capy.Image` to show the image data