Nir Aides

Results 18 comments of Nir Aides

Can you provide some details on your setup? What computer type, OS (and version), python version, the steps you followed to install and run jupylet. Thanks for this report

Well, I have tested it on Windows 10 - 64 bit with Python 3.8.3 on updated versions of Chrome, Firefox, and Microsoft Edge (or whatever its called now) and a...

Hi, under the hood Jupylet and the App object employ Python's async programming. It is a programming paradigm that is not entirely compatible with threading. You may run code and...

It seems it should be possible to start an event loop in another thread. If you can do that, the app object should run in that "side" thread: https://docs.python.org/3/library/asyncio-dev.html#concurrency-and-multithreading

Works as expected on my system: ``` >ipython Python 3.7.9 (default, Aug 31 2020, 17:10:11) [MSC v.1916 64 bit (AMD64)] Type 'copyright', 'credits' or 'license' for more information IPython 7.19.0...

What if you try: $ python spaceship.py --window glfw Does it work?

![1608124830574395105989](https://user-images.githubusercontent.com/124126/102353832-4dfbac80-3fb2-11eb-965b-9ce0992ad589.jpg) works for me on a slightly more updated windows 10 as well.

I changed my code to use the same single texture unit for all texture arrays and the problem on OSX went away. It could be something wrong I did in...

this runs the demos with the library source code that came with them, regardless of the version actually installed.

the point is that if you downloaded or pulled the repository in order to run jupylet examples in it, then these examples are guaranteed to be synchronized with that code...