Earlier quoted context omitted.
Erm, the cars are driving on the left (red taillights on left side of motorway, white headlights on right)... wouldn't North America be the other way around, with cars overtaking on the left?
He means cars overtaking you using the lane to your right. In Europe this is against the rules.
Nightdrive
61–70 of 256 posts
Re: Nightdrive
#62This reminds me of the movie Drive (2011), in particular the first song on the soundtrack, Kavinsky - Nightcall https://youtu.be/MV_3Dpw-BRY
Re: Nightdrive
#63> if your browser runs JavaScript: I don't understand this remark. What browsers do people use that don't have javascript?
Some people run their browsers with JavaScript turned off. Some folks disable CSS. Some even browse via Lynx, a text web browser. It seems like the author's met some of these folks.
Re: Nightdrive
#64BTW, while we may think that driving is a universal thing, I instantly found it amazing how North American this is. From the integrated indicators, to cars passing on your right, to the road lights and even how the road undulates. Having said that, great project! Edit: Well I got this entirely wrong and missed that this was meant to be lefthand traffic. (I caught a segment that looked more like there was an independe…
Isn't this left hand traffic though? As in, not what you'd find in America? It feels very Swedish to me, except for the traffic direction.
Re: Nightdrive
#65BTW, while we may think that driving is a universal thing, I instantly found it amazing how North American this is. From the integrated indicators, to cars passing on your right, to the road lights and even how the road undulates. Having said that, great project! Edit: Well I got this entirely wrong and missed that this was meant to be lefthand traffic. (I caught a segment that looked more like there was an independe…
Isn't this left hand traffic though? As in, not what you'd find in America? It feels very Swedish to me, except for the traffic direction.
Re: Nightdrive
#66Earlier quoted context omitted.
Someone with your level of optimism has an advantage. The tricky thing is, this project's renderer is currently a queue of circles to draw to a canvas. It's under 100 lines of JavaScript. So any increase in complexity will require substantial changes, like abstracting over types of drawables.
There’s probably a simple but effective way to do it, like drawing the body itself as a few black circles.
Re: Nightdrive
#67Very cool. Of course the music is retrowave.
Indeed, I very much enjoy the genre. https://en.wikipedia.org/wiki/Synthwave
Re: Nightdrive
#68Re: Nightdrive
#69BTW, while we may think that driving is a universal thing, I instantly found it amazing how North American this is. From the integrated indicators, to cars passing on your right, to the road lights and even how the road undulates. Having said that, great project! Edit: Well I got this entirely wrong and missed that this was meant to be lefthand traffic. (I caught a segment that looked more like there was an independe…
I think it's from the UK or somewhere else that they drive on the left. Opposing traffic is on the right.
Re: Nightdrive
#70I'm amused that we share initials and a passion for this kind of project! Mine's https://rezmason.github.io/drivey . One key difference: this guy built his demo from scratch, whereas mine's a port of someone else's work. It's great to see another implementation, with its own techniques and features.