Konstantin Kompan

Results 20 comments of Konstantin Kompan

@pavelkryukov I apologize for the delay. I didn't check e-mail due to exams. I'll take on these tasks right after exams (approximately 22-25 Jun), and I'm sure I'll complete them...

@pavelkryukov Sorry, I had to retake one of the exams recently. I think I'll begin with #290 and #354. They are rather simple and would let me understand current project's...

As I see, for #18 some research should be finished to explain logarithmic law.

If you don't use `include`, then the linter goes mad about the unknown module type. If you use `include`, then the Icarus just won't build it. Overall, the idea of...

Self hint: check the `nk_text_calculate_text_bounds()` function. Though it's static, it may provide good hints.

+1, would make it easier to integrate into existing projects just making a target and exporting include path would be enough

> > +1, would make it easier to integrate into existing projects > > just making a target and exporting include path would be enough > > Your making it...

Anyway, if someone stumbles upon this, here is my solution that can be adjusted for your own needs: ```cmake include(FetchContent) FetchContent_Declare( nuklear_src GIT_REPOSITORY https://github.com/Immediate-Mode-UI/Nuklear.git GIT_TAG 4.12.3 GIT_SHALLOW TRUE GIT_PROGRESS TRUE...