GithubHelp home page GithubHelp logo

fanaticscripter / egg Goto Github PK

View Code? Open in Web Editor NEW
32.0 4.0 10.0 6.13 MB

Home Page: https://wasmegg.netlify.app

License: MIT License

JavaScript 1.75% Makefile 0.65% Go 3.00% HTML 1.85% TypeScript 29.26% Vue 61.90% CSS 1.04% Python 0.40% Shell 0.14%
egginc

egg's Introduction

Warning: This project is open source but NOT open contribution. If you have ideas, please discuss with me first.

If you're trying to learn to develop against the private Egg, Inc. API, look into protobuf/ei.proto and lib/api first.

egg's People

Contributors

actions-user avatar fanaticscripter avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

egg's Issues

Artifact Explorer -- Enable hover / tooltips describing each artifact

First, THANK YOU for an amazing set of utilities!

Currently, artifact explorer doesn't provide information on the artifacts at all, nor even list the names / tier.

Feature

Provide tooltips, popups, or other interactive information about the artifact under the mouse pointer.

Options

I can think of three (relatively) low effort ways to accomplish this:

  1. Update the title of the img tag, just prior to the tooltip appearing. See example script on SO.

tooltip using title

  1. Update the title of the img tag, by attaching an event for mouse movement on mouseover, and removing it during mouseout events (no need to listen to mouse when not on the image).

2nd tooltip using title

  1. Re-use the co-op tracker's overlay capabilities to provide the best experience.

A more impressive option with alpha overlay and details

To make any of the above work, what's needed is to keep the artifact data itself linked to the image offsets. Then, using the relative X/Y coordinates, the script can update the tooltip data that should be shown accordingly.

Request

Options 1 and 2, while sufficient, don't really have the polish that option #3 has.

Is it reasonably easy to adapt the co-op hover for folks' artifacts to work on the artifact explorer?

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.