-
Migrated from [rt.perl.org#132347](https://rt-archive.perl.org/perl5/Ticket/Display.html?id=132347) (status was 'resolved')
Searchable as RT132347$
p5pRT updated
6 years ago
-
`vec4(1.0, 1.0, 1.0, 1.0) + 5` is valid GLSL, but varjo can't handle `(+ (v! 1.0 1.0 1.0 1.0) 5)`.
-
Hi!
glslify seems to not work with ES6 strings:
``` js
//an example from readme
var glslify = require('glslify')
var src = glslify(`
precision mediump float;
void main() {
gl_FragColor = ve…
-
-
I'm trying to compile and run motion 4.0.1 on freebsd 11.0 raspberry pi 2 with raspberry pi camera (mmal) support, but i can't figure out what seems to be problem.
LDD:
root@raspel2:~/motion/work/…
-
Trying to compile on Mac OSX 10.10.5. Tried several different compilers but keep getting the same compiler error "invalid application of 'sizeof' to an incomplete type":
/Applications/Xcode.app/Con…
-
Another benefit of adding these tests: "All the test images in Synthetic.jl use either an identity WCS or a symmetric one. For testing purposes, we should replace them all with an actual asymmetric WC…
-
My latest one-year run (Oct 2002 - Sep 2003) had some debug flows. But results are promising. It occurred in a few places and the problem seems to end-of-period storage problem for reservoirs. One deb…
-
The noise methods don't accept any tiling parameters and most noises aren't 4D capable so the library doesn't appear useful for generating tiling noise without distortion (toroid). Correct me if I've …
-
Simplex noise is protected by patents, however another implementation exists, which is OpenSimplex.
The only one I found so far in C is this one: https://github.com/smcameron/open-simplex-noise-in-c
C…