James Booth

Results 58 issues of James Booth

This PR lands a huge change to the landmarker codebase - a rewrite into Typescript. There are minor bug fixes too, and one key new feature, support for Apple Pencil....

Some elements seem to be still scrollable and so we can get into situations where the UI is not full screen.

By default iOS Safari highlights selected divs automatically with a rather unattractive grey outline, should be disabled thoughout.

This PR refactors the viewport view to be a collection of ES6 Classes rather than closures. Further work will be built on top of this design, so I would rather...

This seems to be a very friendly way to write them (not having to deal with the fact that it requires a separate .js file) https://github.com/padolsey/operative

~~Would be nice to be able to delete all landmarks to start afresh~~ A delete icon in the UI would be useful for users who are less used to keyboard...

enhancement

For some reason I couldn't get the `cycle` keyword to work as specified here: https://github.com/menpo/landmarker.io/wiki/Templates-specification I ended up performing the substitution suggested, e.g.: ``` - 0:4 - 4 1 ```...

Right now we show a rather uninspiring blurry placeholder image when we start loading a new asset. It's not exactly attractive, and may not even be required any more (before...

At the moment, there is nothing in landmarker.io that implies a sense of direction to the mesh being annotated. While this is good for keeping things simple, it does mean...

enhancement

landmarker.io should ship with all the templates that menpo knows about: https://github.com/menpo/menpo/blob/master/menpo/landmark/labels.py This will heavily reduce the need for users to write there own templates. It would be nice if...