warrenchopin
warrenchopin
Let's say you have two files in lib1/ directory > lib1/ > code1.py > code2.py You can import something in code2.py from code1.py using '.' dotation notifying the current directory....
Hello, Thanks for sharing this amazing library. I am trying to build a web game allowing multi players. In multi player game, an avatar controlled by player should be displayed...
Hi, I just have integrated Tystero in default setting. It worked ok with 1 room for two peers. So, to extend further, I created 4 rooms for one peer, and...
Hi, Thanks for sharing this wonderful library (CharacterController). I created snowfight and cups-and-balls game using the library. I hope you enjoy! [Goldball - ](https://goldball.co)[Snowfight ](https://goldball.co/forSearch/page_4_0.html)[Cups-And-Balls ](https://goldball.co/forSearch/page_5_0.html)[multiplayer ](https://goldball.co/forSearch/page_6_0.html)[webgame in 3D](https://goldball.co/forSearch/page_7_0.html)
Following is a Playground example to use a new avatar. You can see the source code there. Please help me fix it: [https://playground.babylonjs.com/#AJA5J6#361](https://playground.babylonjs.com/#AJA5J6#361) The loaded container has three meshes. How...
Hi again, I am trying to use ```__pragma__()``` to inject multi line JS code. The introductory webpages in transcrypt.org shows that it can be imported from org.transcrypt.stubs: ``` from org.transcrypt.stubs.browser...
I reinstalled Transcrypt today, and I encountered a weird error. source: ``` def test_enumerate(): print('in test_enumerate()') l= [1,2,3,4,5] for i, v in enumerate(l): print(f'{i}: {v}') ``` output: ``` in test_enumerate()...
Hello, I would like to share my knowledge and experiences about web application development in Termux_XFCE. It was a great experience to develop an application using only a smartphone. I...
Hi, I am trying to integrate a Javascript library whose name is 'babylon-htmlmesh'. As you can see, the name of the library includes '-' character. I found that Transcrypt mistranslated...
Hi, I encountered an error in list.pop() in Transcrypt3.9.4. It had no problem in previous versions. When a list contains an element 'undefined' returned from a function, list.pop() raises IndexError....