You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project is a plugin script for the Golly simulator, allowing users to generate digital circuits in Conway's Game of Life by inputting Boolean functions.
I updated this plugin. The PIL package originally used by this plugin only supports python2.7. Golly now use versions above python3.0, so I updated the package used by this plugin to Pillow