Skip to content

Commit

Permalink
More READMEs
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinepouille committed Sep 24, 2024
1 parent b0f85de commit 4fff739
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
7 changes: 5 additions & 2 deletions gui/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,12 @@ while the other are the different workers that can be ran as webworkers/threads

Files in `state` manages state logic from different app part, similar to a `model` in a Control/Model/View architecture.

`entry_point` contains TODO
`entry_point` contains the entry point info for the html main page of the webapp and electron app config

`lib`, `lib_no_jsoo`, `js_lib` contain libs used by the webapp. Those in `lib_no_jsoo` do not depend on js_of_ocaml. Libs in `js_lib` are written in javascript`, while the other are in ocaml.

`resources` contains resources used to build the webapp and electron app.

`viz/main.js` contains the code for the main electron process

### Runtime
The app is divided in :
Expand Down
1 change: 1 addition & 0 deletions gui/entry_point/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
`entry_point` contains the entry point info for the html main page of the webapp and electron app config

0 comments on commit 4fff739

Please sign in to comment.