munrocket
munrocket
Have we got any telegram library that can read/write message like human and support update events properly?
Telethon in python and opentl in c# supporting this feature. It's a client library with update event lisener.
I can install it on macOS, but can't open any shader in application. Shadertoy web page opened but without webgl.
The algorithm is pretty common, we a creating look up table with alphabet and than iterating through it randomly. It’s based on this stackoverflow https://stackoverflow.com/questions/105034/how-to-create-a-guid-uuid https://jcward.com/UUID.js But with fixed range.
Already created variable count, if it will be bigger than some number it will be wamed up. Not sure that this code will be “hot” in PlayCanvas for v8 enough...
Sorry for not being clear, I am tested different approaches (crypto.getRandomValues and time based). Here more clear benchmark that show previous and new GUID generators https://codepen.io/munsocket/pen/QWyLKMB  PS: Seems that...
Yes fixed. Your contribution license is really weird because it’s asking my phone number and county. I am trying to keep anonymity and not planning to share this information, so...
Maybe we can modify this statement ```ts p.xz = f(w); ``` into this ```ts let temp = f(w); p.x = temp.x; p.z = temp.y; ``` and compile with the same...
For basic types it possible to do with more popular syntax ```ts a.xy = a.yx ```