These 11 commits are when the Protocol Buffers files have changed:
Commit: | 5565f57 | |
---|---|---|
Author: | Kevin Wang |
rename directories from dash to underscore
The documentation is generated from this commit.
Commit: | 5bb5ebc | |
---|---|---|
Author: | Charbull |
Revert "Internal change" This reverts commit 629e98ca098f00f4be52859832c8886450201f3c.
Commit: | 629e98c | |
---|---|---|
Author: | Your Name | |
Committer: | Charbull |
Internal change PiperOrigin-RevId: 338512867
This commit does not contain any .proto
files.
Commit: | 7223c71 | |
---|---|---|
Author: | Kevin Wang | |
Committer: | GitHub |
package everything under ibr-sdk (#38) ### motivation we need a javascript bundler to help us manage local dependencies. use rollup to build out ibr-sdk javascript distribution file. ### changelist - remove manual compiled javascript lines - refactor out Color.js ### proof of testing ``` realkevinwang@realkevinwang-macbookpro:~/Desktop/digitalbuildings/ibr/ibr-sdk$ npm test > ibr-sdk@0.1.0 test /Users/realkevinwang/Desktop/digitalbuildings/ibr/ibr-sdk > ava 13 tests passed ``` ### next steps - pbf and three js loaded through cdns for performance reasons, consider building statically in the bundle? - include the generated ibr_proto javascript file in the bundle
Commit: | 1af8fb9 | |
---|---|---|
Author: | Kevin Wang | |
Committer: | GitHub |
implements connections message with example connectors (stairs and elevators in US-SVL-TC2) (#34) * implements connections message with example connectors (stairs and elevators in US-SVL-TC2) * cleanup comments * typo * fix IBR example with proto change Co-authored-by: Kevin Wang <realkevinwang@google.com>
Commit: | 237e297 | |
---|---|---|
Author: | Kevin Wang | |
Committer: | GitHub |
add proto and example with blocking grid (#26) * add blocking grid and example * update example ibr * remove implicit layer-id Co-authored-by: Kevin Wang <realkevinwang@google.com>
Commit: | 94d6609 | |
---|---|---|
Author: | Shuang Li | |
Committer: | GitHub |
fixed typo in ibr.proto (#12)
Commit: | 5e8ad12 | |
---|---|---|
Author: | Kevin Wang | |
Committer: | GitHub |
remove unused VectorCoordinates message (#6) - rename to coordinate_indices and add better documentation - include example IBR file that is synced with the updated proto Co-authored-by: Kevin Wang <realkevinwang@google.com>
Commit: | 356acfe | |
---|---|---|
Author: | danielmi-google | |
Committer: | GitHub |
Update ibr.proto (#11) Update IBR with structural info.
Commit: | 3216447 | |
---|---|---|
Author: | Shuang Li | |
Committer: | GitHub |
decoded ibr data and visualize in UI using three.js (#5) * decoded ibr data and visualize in UI using three.js * removed console log statements * decoded ibr data and visualize in UI using three.js * Use Markdown format for instructions * removed generated code; moved html files to html folder; updated parsing logic based on new proto def file from PR #3 * fixed logic error interpreting Visualization.coordinates field of ibr; changed code formatting according to style guide
Commit: | 68e6c1c | |
---|---|---|
Author: | Kevin Wang | |
Committer: | GitHub |
Initial IBR Proto (#3) The initial partial ibr definition proto. next steps: convert coordinate indices to start/end format convert triGrossAreaLayer from Visualization to custom FloorBoundary message (implying floor outline is required on all floors, whereas visualization layers are not standardized and can contain anything optional)