Thomas Weissel

Results 23 comments of Thomas Weissel

hi! i took the liberty to fork your project and add a Qt gui on top of it. i was just starting to write the exact same thing for my...

my students need to be able to use it on their highdpi laptops right before they start writing an exam.. so it needed to be easy to use... naturally non-it...

hey @hexus - thank you very much for this plugin .. unfortunately it seems to have stopped working for phaser 3.54 any ideas ? thank you in advance :-) ![Peek...

[email protected]: Please upgrade to version 7 or higher. [email protected]: this library is no longer supported an update would be very much appreciated... this seems to be the only library that...

is there any estimate when iohook will work with node 16+ and electron 16+ ?

this BUG is still a little bit of a show stopper for my game because tunneling occurs quite often.. and as i already said only with "thin" poligons.. thin shapes...

as far as i understand CCD would definitely be A possible solution.. and it's great to hear that we now have the possibility to fall back to this (probably very...

just tested this feature and it looks like i cant get it to accept _wildcards_ ? is this correct? i want to do something like this : 10.\* how would...

oooh.. i just checked the code.. you meant "mail-domains"... that's something totally different and because in my school everybody has a different emailadress it would not work.. but the "domain"...

``` foreach ( $allowed_domains as $domain ) { $maildomain=explode("@",$email)[1]; // valid emaildomain, everythings fine if ($maildomain === $domain) { $allowed=true; break; } // valid IP, everythings fine else if (...