Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed a few minor typos in the introduction #3

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions doc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ or a similar github emulator. I start it like this:
# What is H5Gizmos?

The H5Gizmos infrastructure
allows "parent" process implemented using the Python programming language to create an interactive graphical interfaces using
allows "parent" process implemented using the Python programming language to create interactive graphical interfaces using
Javascript libraries running in a "child" HTML5 browser environment. This enables applications to connect the scientific capabilities of
Numeric Python and similar libraries to a wide selection of Javascript interactive visualization libraries as well as advanced HTML5
graphical capabilities such as WebGL2 and WebCPU.
Numeric Python or similar libraries to a wide selection of Javascript interactive visualization libraries as well as advanced HTML5
graphical capabilities such as WebGL2 and WebGPU.

The H5Gizmos interface implements straightforward and efficient two-way
communication between the parent and child processes appropriate for transfering large and complex data collections from the parent
communication between the parent and child processes appropriate for transferring large and complex data collections from the parent
to the child or from the child back to the parent.

H5Gizmo implementations are useful for creating special purpose interactive scientific
Expand Down