1
0
mirror of https://github.com/psychopy/psychojs.git synced 2025-05-10 18:50:54 +00:00

Update README.md

This commit is contained in:
Alain Pitiot 2021-05-25 14:32:38 +02:00 committed by GitHub
parent fbd30ab2db
commit 21d39e8d46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,11 +6,9 @@
PsychoJS is a JavaScript library that makes it possible to run neuroscience, psychology, and psychophysics experiments in a browser. It is the online counterpart of the [PsychoPy](http://www.psychopy.org/) Python library. PsychoJS is a JavaScript library that makes it possible to run neuroscience, psychology, and psychophysics experiments in a browser. It is the online counterpart of the [PsychoPy](http://www.psychopy.org/) Python library.
To use PsychoJS you can create online experiments in PsychoPy Builder, or you can find and adapt existing experiments on Pavlovia.org. You can create online experiments from the [PsychoPy Builder](http://www.psychopy.org/builder/builder.html), you can find and adapt existing experiments on [pavlovia.org](https://www.pavlovia.org), or create them from scratch: the PsychoJS API is available [here](https://psychopy.github.io/psychojs/).
If you want to write PsychoJS experiments by hand you can view the [PsychoJS API here](https://psychopy.github.io/psychojs/) PsychoJS is an open-source project. You can contribute by submitting pull requests to the [PsychoJS GitHub repository](https://github.com/psychopy/psychojs) and discuss current and future features and issue on the [Online category of the PsychoPy Forum](https://discourse.psychopy.org/c/online).
PsychoJS is an open-source project. You can contribute with pull requests to the [PsychoJS GitHub repository](https://github.com/psychopy/psychojs) and you can discuss future it in the [Online category of the PsychoPy Forum](https://discourse.psychopy.org/c/online)
## Motivation ## Motivation
@ -37,7 +35,7 @@ Under the hood PsychoJS relies on [PixiJs](http://www.pixijs.com) to present sti
### Hosting Experiments ### Hosting Experiments
A convenient way to make experiment available to participants is to host them on [pavlovia.org](https://www.pavlovia.org), an open-science server under active development. PsychoPy Builder offers the possibility of uploading the experiment directly to pavlovia.org. A convenient way to make experiment available to participants is to host them on [pavlovia.org](https://www.pavlovia.org), an open-science server. PsychoPy Builder offers the possibility of uploading the experiment directly to pavlovia.org.
## Which PsychoPy Components are supported by PsychoJS? ## Which PsychoPy Components are supported by PsychoJS?