Levin Li

Results 113 comments of Levin Li

https://beltoforion.de/en/spiral_galaxy_renderer/ this looks good and it has code implementation.

Since the celestialmatters link does not open anymore, here is a pdf file illustrating the work done in celestia.Sci http://dwj.freeshell.org/work/file/IAC2014-djung_fschrempp_hhill.pdf

It should be libmyplug.dylib on Mac

so i built the it, with modification to the CMakeLists(C++11, gettext). it works. it builds an .so file because in CMakeLists.txt it is a module library. So on mac, it...

since my frontends do not really accept command line arguments, im fine with the changes as long as we still expose interfaces to load from specific .cfg and extra dirs....

I'm saying now (on my frontends), I need to call chdir (or similar APIs) to change working directory so the relative path in data files in cfg can be correctly...

yes, 1.6.x branch on Mac has changed to use this icon now, we should replace the current icon on other platforms too. generating an icon file should be trivial

@375gnu Great! now it actually works just like the other ES builds. These are generating warning, I believe it is also happening at least on iOS build when validation is...

yeah and also GL_CLAMP_TO_BORDER_OES. I added defines with values from other platforms for the two to make it pass compile. Well just like the iOS build I don't see any...