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
You don't need to know how to write code to _use_ Pupil. [Download the latest apps](https://github.com/pupil-labs/pupil/releases/latest#user-content-downloads"Download Pupil Capture, Pupil Player, and Pupil Service application bundles")!
34
+
You don't need to know how to write code to _use_ Pupil. [Download the latest apps](https://github.com/pupil-labs/pupil/releases/latest#user-content-downloads"Download Pupil Capture, Pupil Player, and Pupil Service application bundles")!
35
35
36
-
Read the [Pupil Core user guide](https://docs.pupil-labs.com/core/"Pupil Core user guide").
36
+
Read the [Pupil Core user guide](https://docs.pupil-labs.com/core/"Pupil Core user guide").
37
37
38
38
## Developers
39
39
There are a number of ways you can interact with Pupil Core software as a developer:
40
40
41
-
-[Use the API](https://docs.pupil-labs.com/developer/core/network-api/): Use the network based real-time API to communicate with Pupil over the network and integrate with your application.
42
-
-[Develop a Plugin](https://docs.pupil-labs.com/developer/core/plugin-api/): Plugins are loaded at runtime from the app bundle. Note: if your plugin requires Python libraries that are not included in the application bundle, then you will need to run from source.
41
+
-[Use the API](https://docs.pupil-labs.com/developer/core/network-api/): Use the network based real-time API to communicate with Pupil over the network and integrate with your application.
42
+
-[Develop a Plugin](https://docs.pupil-labs.com/developer/core/plugin-api/): Plugins are loaded at runtime from the app bundle. Note: if your plugin requires Python libraries that are not included in the application bundle, then you will need to run from source.
43
43
-[Run from Source](#installing-dependencies): Can't do what you need to do with the network based api or plugin? Then get ready to dive into the inner workings of Pupil and run from source!
44
44
45
45
All setup and dependency installation instructions are contained in this repo. All other developer documentation is [here](https://docs.pupil-labs.com/developer/core/overview/"Pupil Core developer docs").
0 commit comments