Git Product home page Git Product logo

gmc2023_yoonayang's Introduction

GMC2023_YoonaYang

main_image_01

Unusual arrangement

Each cube’s position follows the rule with the position of mouseX and mouseY that I clicked. The specific rule to refer it is unusual. The position of the one cube refers the current mouse X and Y, but also previous mouse X and Y. There is a formula behind this.

The new cube’s X-position is the result of current mouseX minus previous mouseX. If the result is over 0, the new cube appears on the right side of the previous cube. If the result is less than 0, the new cube appears on the left side of the previous cube.

Also, the new cube’s Y-position is the result of the current mouseY minus previous mouseY. if the result is over 0, the new cube appears on the bottom side of the previous cube. If the result is less than 0, the new cube appears on the upper side of the previous cube.

And the cube’s Z-position is chronological order.

The original idea of this project is using the EXIF data from the photos taken via the smartphone. The EXIF data includes the GPS and time data. The mouseX’s value will be longitude data and the mouseY’s value will be latitude data. Each cube implies the moment in a certain place and time. Through generating cubes, I want to show more on the relationship between the moments , rather than the actual numeric location data.

gmc2023_yoonayang's People

Contributors

yyoona avatar

Watchers

Coden avatar

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.