Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolocarpignoli committed Feb 11, 2020
1 parent 7eabc41 commit e438307
Showing 1 changed file with 18 additions and 9 deletions.
27 changes: 18 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,24 @@ independent from the concrete frontend implementation.

The following static methods are available for the frontend side:

[x] Barcode Marker Generator, given matrix type and value (number)
[ ] Pattern Marker Generator (marker image + .patt file), given input image and default parameters
[ ] Pattern Marker Generator (marker image + .patt file), given input image and custom parameters
[ ] Creation and Output for `a-scene` element of Marker Based app, with default parameters
[ ] Creation and Output for `a-scene` element of Location Based app, with default parameters
[ ] Creation and Output for `a-scene` element of NFT Based app, with default parameters
[ ] Creation and Output of `a-marker` element, with custom parameters (pattern, barcode markers)
[ ] Creation and Output of `gps-entity-place` element, with custom parameters
[ ] Creation and Output of `a-nft` element, with custom parameters
- [x] Barcode Marker Generator, given matrix type and value (number)

- [ ] Pattern Marker Generator (marker image + .patt file), given input image and default parameters

- [ ] Pattern Marker Generator (marker image + .patt file), given input image and custom parameters

- [ ] Creation and Output for `a-scene` element of Marker Based app, with default parameters

- [ ] Creation and Output for `a-scene` element of Location Based app, with default parameters

- [ ] Creation and Output for `a-scene` element of NFT Based app, with default parameters

- [ ] Creation and Output of `a-marker` element, with custom parameters (pattern, barcode markers)

- [ ] Creation and Output of `gps-entity-place` element, with custom parameters

- [ ] Creation and Output of `a-nft` element, with custom parameters

more to add

## Developing
Expand Down

0 comments on commit e438307

Please sign in to comment.