yoyonel

Results 5 issues of yoyonel

``` In [294]: import colorlover as cl In [295]: cl Out[295]: In [296]: colormaps = cl.scales['7']['qual']['Dark2'] In [297]: colormaps Out[297]: ['rgb(27,158,119)', 'rgb(217,95,2)', 'rgb(117,112,179)', 'rgb(231,41,138)', 'rgb(102,166,30)', 'rgb(230,171,2)', 'rgb(166,118,29)'] In [298]: cl.interp(colormaps,...

### Description Improving the default error message from moderngl with more feedback by adding some of the actual source in stdout. From demosys-py issue: [Better feedback when shaders do not...

new feature

Some modifications to deal with lib pthread. Fix somes errors source codes. Add some flags to deal with C++11 & C++14 (flags are files/sources oriented not projet). Reactivate some items...

### Fill out information requested in this template, without doing so issue will be ignored & closed! ### Description https://github.com/AdnanHodzic/auto-cpufreq?tab=readme-ov-file#update---auto-cpufreq-update ![image](https://github.com/AdnanHodzic/auto-cpufreq/assets/7001058/21cc8271-af31-48b7-8346-cbe49b23e06e) ### Error output: ```shell ╰─ sudo auto-cpufreq --version -------------------------------------------------------------------------------...

Fixes moderngl/moderngl#676 (16) Outlining objects example in action: ![image](https://github.com/user-attachments/assets/1f478001-bf8a-4c60-a776-92950c385ed3) We can see (purple arrows) area where stencil buffer is used and efficient. Without stencil buffer, with a buggy implementation using...