yoyonel
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...
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  ### Error output: ```shell ╰─ sudo auto-cpufreq --version -------------------------------------------------------------------------------...
Fixes moderngl/moderngl#676 (16) Outlining objects example in action:  We can see (purple arrows) area where stencil buffer is used and efficient. Without stencil buffer, with a buggy implementation using...