NeuralEnsemble / PyNN

A Python package for simulator-independent specification of neuronal network models.
Other
274 stars 125 forks source link

GUI Interface for PyNN using PyQt6 #805

Open HarshKhilawala opened 2 months ago

HarshKhilawala commented 2 months ago

Motivation

The motivation is to allow widespread adaptation of PyNN package among Computational Neuroscience community and active researchers. This would also enable to allow newly enrolled student at academic institutions to learn simulating Neuronal-network models without any major barrier and eventually completely make it independent of need to learn programming for academicians in the field of neuroscience.

Proposal

I propose to create a separate branch 'pynn-gui-pyqt6' [similar to master/main] to allow development of pynn independent of any complexities until the feature is ready to merge.

Requirement

This project would also require people [including me] to maintain the package to support upcoming future changes from its dependencies [dependent packages].

HarshKhilawala commented 2 months ago

@apdavison PTAL!