Giter Club home page Giter Club logo

whirling-canary's People

Watchers

James Cloos avatar Victor Lawrence avatar

whirling-canary's Issues

Inertal Rotation

Have a more physics based rotation instead of the existing linear implementation.

Reliable Client-side Performance Benchmarking

Some sort of reliable performance benchmark detection for perceiving client-side performance.

All we have right now is the ability to detect whether or not features are available to us in a browser and also kinda sorta what browser client we are on as well as its version. Because this solution requires rendering on the client, we need to be able to detect whether doing so will provide a poorer performance than delivering regular-flat images or even a simple single image. All of this depends on the device that he user is using, which we currently don't know anything about.

Support for WebGL to improve performance

WebGL is currently not in use because the image composition techniques found in Canvas2D appear to out-perform it for the same task. Further Research should still be done. Also keep track of WebGL2, which at the time of writing has just landed on Firefox and Chrome but currently not supported on mobile browsers.

Offloading the graphics manipulation tasks directly to the GPU is the ideal here.

Full Detailed Documentation.

Make it quick easy for others and ourselves to pick up the project and run with it going forward. Should aim at removing as much folklore as possible.

End-User Documentation

Listing what the user can do and how they can do it.

Needs to be done before we have customers.

Built-in Modal Solution

Most of the work is already done for this, we just need to put in the effort to make it cross-browser compatible.

Exact sized image testing

Test whether an image which is the exact size of the image tag, will trigger an ImageDecode event when you quickly swap in and out new values to its source tag. Not triggering the ImageDecode event is the goal, as it makes the FPS drop. Using canvas allows us to avoid it as it dumps the pure image-data into memory.

Zooming functionality.

This is a Day 2 feature. The ground work as already been laid but we need to decide on an interface for the users to interact with. Pinch to zoom makes sense, but how about on browsers which don't have a touch screen?

Also, work needs to be put in to make non-canvas solutions work with however we decide to make this work.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.