Vascanera

Results 12 comments of Vascanera

@juliangarnier are you still working on anime.js these days? cheers!

P.S.: or should we strictly control this via the UNIQUE descriptor in the DB schema? (somehow, I answered my own question, rhetorically. You can close this issue if it is...

Hi, Thanks for the fast reply. I am a bit confused on this line from your reply ".. or people can sign themselves up.": how can the users sign themselves...

I would consider username/password authentication as "complete" - at least from a newcomer's perspective. Maybe later, JWT or something like that. The idea is to copy/clone the bootstrap application and...

Hello. Regarding the Laravel example, I think it defeats the purpose of simplicity. A Laravel basic application using php-crud-api, compared to a php-only "setup-the-config-and-go" application looks like a convoluted mess...

@rakibtg Well, I am not talking about an actual implementation of a certain algorithm, I am just saying there could be placeholder method (custom hook) that, when present, will encode...

Is this feasible, performance-wise? I'm thinking of a full-view rain effect (rain drops) + some smoke / fire spots. I'll try it anyway, see how things come along. Thanks for...

Alright. Thanks for explaining it. Reading the particles demo code, I can see the jump() method is used for each particle. I think it would be nice to also have...

Hello. Regarding objects that "throw themselves", you would (at least mentally) need to keep track of said objects, but. as we all know, [usually] particles are non-interactive (non-bodies), mostly used...

Correct. Angle, Force and maybe other parameters like wieght, variation, lifetime, decay, etc.