devel-chm

Results 14 comments of devel-chm

All are available as their "_c" variants: glGenTextures_c glTexImage2D_c glTexSubImage2D_c See source and pod in OpenGL::Modern::Helpers for information on how to call. Friendlier bindings are in progress. --Chris On 3/6/2017...

I just tried the latest git from master, 8ebcb1b80da23ad7167cec791918387323a69c0a But the tests did not run because of a missing Future.pm. Is there another repo for that? > make test PERL_DL_NONLAZY=1...

We've just released OpenGL::Modern 0.04 with all the fixes Dmitry has done for app-shadertoy. I tried to build and test but the repo is missing some prerequisites: Future and Future::HTTP....

I was trying to get Sixel.jl working for a julia sessing in a cygwin xterm runningon win10 and a mintty window running on win10 as well. I first generate the...

Example for using bash to query terminal device attributes are here in [Julia Discourse](https://discourse.julialang.org/t/terminal-control-characters-to-xterm-mintty-blocked-on-windows/94006/2?u=devel-chm).

Technically, ```is_sixel_supported``` works since the problem is that the julia REPL appears to overlay the underlying terminal (for the windows OS) with a console rather than using the terminal via...

My julia discourse [post](https://discourse.julialang.org/t/terminal-control-characters-to-xterm-mintty-blocked-on-windows/94006) shows what I tried on win10. It would be nice to check on [WSL2](https://learn.microsoft.com/en-us/windows/wsl/install) to determine if the detection logic shows WSL as unix and works...

Checking WSL2 would give more diagnostic information and enable that as a possible work around---not a solution.

Right, **not on Windows** which is the context of this entire github issue.

I just saw the discussion in #17 and here. Using the [C Object System (COS)](https://github.com/devel-chm/COS) as I have proposed for a next generation PDL compute core could also address many...