Results 281 comments of Moritz Mœller
trafficstars

Just to clarify: `INT_MIN` *is seen* on macOS but *not seen* on Linux/CentOS. I worked around this for now in my wrapper crate but it's probably worth following up the...

There is also code inside `mixbox.cpp`, to decode PNG, which looks like it is verbatim copied from [stb](https://github.com/nothings/stb) and was originally under either `MIT` or a public domain`unlicense`. Even assuming...

@dromer you could just implement your own version of the paper from scratch.

@photon-garden Feedback welcome (feel free to open issues in the wrapper repo.).

To clarify – the expectation of a user of this lib would commonly be: `unsigned char` – input/output data is *non-linear* sRGB with a 2.2 gamma `float` – input/output data...

Bump. Can you clarify this, pretty please? 😀

- The cloverleaf key is called 'Command' on the Mac. If you replace 'Control' with 'C' in the docs, this is solved. I.e. if you write "[...] press **C-v** to...

Regarding docs: I ported the entire reference docs to [Sphinx](http://www.sphinx-doc.org/). I've been working on this the entire week in my spare time (evenings). It's almost ready. I have a Sphinx...

@whitequark: no, I didn't. The docs can be on github raw, as ReST. I.e. ReadTheDocs will generate HTML documentation automagically from the repo.

Use the `tobj` crate until this is fixed? It supports triangulation on import so getting meshes in a format ready for `kiss3d` is painless.