cesss

Results 106 comments of cesss

A Z80 LLVM backend would be very useful for me too, so my most sincere congratulations for this project. As a total newcomer, I also find that a user guide...

Adding support for any Z80 assembler that doesn't require Windows (nor being run through Wine) would be really welcome.

I also wish to compile with full OpenMP support on MacOS, but I'm still getting the "Mitsuba was compiled without OpenMP support" warning. I'm using LLVM 7.0, compiled on my...

Do you consider it a good backend? I'm asking because I remember I did read in this or in other fork that NanoVG doesn't have a design that matches the...

Thanks a lot!!

BTW, is the OpenGL 2.x backend for NanoVG in working state? (yes, I'm on Vulkan and OpenGL 4.x, but a fallback for older machines would be nice).

Thanks a lot, dalerank. You seem to be progressing a lot in your fork! BTW, is there any reason why you are forking from this version and not from the...

@dalerank Ooh!! So you are the author of the SDL2 nanogui port!! :-) I prefer SDL2 over GLFW, because I really want complete multiplatform code, and GLFW doesn't have mobile...

Oh, so your SDL2 port doesn't use OpenGL windows? How strange! It's really easy to create OpenGL views in SDL2! Anyway, it looks like I'll need to develop my own...

Thanks for the clarification!! At this moment I still don't know if I'll decide to develop my own fork, or to adhere to the official version, because my needs are...