ProgrammingLife

Results 47 comments of ProgrammingLife

Hahah but it works with the 1920x1080. What's the magick? ffmpeg/3.2.4 --enable-shared --enable-pthreads --enable-gpl --enable-version3 --enable-hardcoded-tables --enable-avresample --cc=clang --host-cflags= --host-ldflags= --enable-libmp3lame --enable-libx264 --enable-libxvid --enable-opencl --disable-lzma --enable-vda

So what about angularStiffness or something like this? 8 years passed since this topic has started 😀

Instead of this, as a workaround, we can use integer but for using just only one int variable with bitwise operators, like: ```ts export function hasFlag( a: number, b: number...

How to build OpenSSL lib for iOS on Mac OS X?

That can be useful for building OpenSSL for iOS: https://gist.github.com/armadsen/b30f352a8d6f6c87a146

@Djdefrag any news about Linux support?

Another error here but broken anyway 😀

> `var timer = scene.time.addEvent({ delay: 17, // ms callback: () => { scene.matter.step(17); }, //args: [], loop: true, });` > > I use something like this for consistent physics,...

> for our next project we will be using babylonjs instead even for 2d. That's a big overhead for a 2D project, isn't it? 😀 Maybe it's better to use...