Hours Played 12:56pm - 3:10pm
I made this!
First part of my attempt to make Christian Marclay's The Clock but with video games. It's 2 hours 14 minutes long with a 9 minute intermission. Best viewed at 12:56pm.
( , Sun 7 Jul 2019, 11:49, Share, Reply)
First part of my attempt to make Christian Marclay's The Clock but with video games. It's 2 hours 14 minutes long with a 9 minute intermission. Best viewed at 12:56pm.
( , Sun 7 Jul 2019, 11:49, Share, Reply)
So, this is art?
It's an interesting idea and you've obviously done a lot of research and work on it. I would stop it now though. Go for a walk or something.
( , Sun 7 Jul 2019, 13:17, Share, Reply)
It's an interesting idea and you've obviously done a lot of research and work on it. I would stop it now though. Go for a walk or something.
( , Sun 7 Jul 2019, 13:17, Share, Reply)
when did you last go for a walk, joffrey?
was there sunlight?
( , Mon 8 Jul 2019, 0:14, Share, Reply)
was there sunlight?
( , Mon 8 Jul 2019, 0:14, Share, Reply)
Woo!
I'd suggest getting a domain and using YouTube's API to automatically jump to the time which matches the user's time. Means it will work for anyone viewing it at any point between those hours instead of having to start specifically at 12:56.
( , Sun 7 Jul 2019, 19:25, Share, Reply)
I'd suggest getting a domain and using YouTube's API to automatically jump to the time which matches the user's time. Means it will work for anyone viewing it at any point between those hours instead of having to start specifically at 12:56.
( , Sun 7 Jul 2019, 19:25, Share, Reply)
Good idea
I have the domain. Just need to figure out the API stuff. Is that something you've done or seen elsewhere?
( , Sun 7 Jul 2019, 23:48, Share, Reply)
I have the domain. Just need to figure out the API stuff. Is that something you've done or seen elsewhere?
( , Sun 7 Jul 2019, 23:48, Share, Reply)
Their iframe API is quite simple if you know basic javascript.
developers.google.com/youtube/iframe_api_reference
You might not need actually that, as you can pass a start time to their html embed script.
You'd have to write a script to calculate how many seconds someone is after the start time, so you can pass that to it.
I think this does most of that.
( , Mon 8 Jul 2019, 9:19, Share, Reply)
developers.google.com/youtube/iframe_api_reference
You might not need actually that, as you can pass a start time to their html embed script.
You'd have to write a script to calculate how many seconds someone is after the start time, so you can pass that to it.
I think this does most of that.
( , Mon 8 Jul 2019, 9:19, Share, Reply)