Micha Mettke
Micha Mettke
Hey Ray, the hot path here is the LZ-matcher (basically a list of possible past occurrences of string). Looks like this particular file has a lot of repetitive matches for...
Thank you. I will definitely spend more time on mm_vec, but since most of the code was converted from C++ or other versions of C I will have to focus...
> Since you seem to be acetic as a monk with your code (not an ounce of fat !) Thanks for the compliment, always means a lot to know that...
No, I will not add more backends. Feel free to create a PR but I have no interest at the moment to learn two additional frameworks with one being one...
Thanks for your PR. These are some massive changes that will take some time to review. If it conforms to my quality standard then this probably will be version 2.0....
Thanks for the write up, I probably will spend some time on the weekend and do a review and add some bits and pieces and further correct some information.
@jpcima do you mean `nk_space_begin`, `nk_space_push` and `nk_space_end`?
> I think I prefer the same way of positioning the JUCE library does, it is simpler code to me and less headache. If you have an idea or proposal...
Before I start converting draw commands internal position type from short to float could you test something for me. `nk_convert_config` has parameters: ```c struct nk_convert_config { /* ... */ enum...
Hm..., I am still not sure what exactly you mean with custom rendering. Do you mean custom 2D drawing using nuklears internal drawing features. If so look inside the `example/canvas`...