cesss
cesss
The new repository of nanogui (non-SDL) seems to have a multiline TextArea, but the code says it's read-only. I didn't check, though.
I mean the mitsuba one, which seems to be maintained: https://github.com/mitsuba-renderer/nanogui Are you going to drop nanogui and use imgui instead? I'm in fact comparing different minimalist GUI libraries just...
Ok, I understand. I know Imgui has a C wrapper, and, even if it didn't, it's always little work to write the C->C++ layer that you need. But I prefer...
BTW, I got this error when installing. Not sure if it matters: 
Thanks a lot for explaining it! Considering what you mention about the cycle-finding needing study (and having a long undocumented reasoning behind), maybe my best bet would be to start...
I'm not familiar either. Searching a bit more, [this ffmpeg patch](https://patchwork.ffmpeg.org/project/ffmpeg/patch/[email protected]/) claims to be able to build CUDA even without installing the CUDA SDK at all (if I'm reading it...
I got it working in MacOS, by creating my own Makefile (for the MacOS example only, statically linking all the iosMath library inside the executable). I provide the Makefile here...
Does MTUIMathLabel store all the geometry that needs to be rendered, or are the fonts encapsulated by CoreText? If they're encapsulated, I guess I'll have to look for an open...
Thanks a lot for your guidance. I target iOS and MacOS, but also Windows, so I think I need a multi platform solution. Maybe I can get similar functionality to...
Actually, I just realized that what I need is not just the infrared range, but the whole thermal radiation (ie: summing the irradiance for all wavelengths)... would it be possible...