keewl_carRide

Context:
- I have this dream set up dynamic and auto-generated content on infinite loops. Imagine an infinite flight over a city or an eternal boat ride through a canyon.
- This is an very first attempt at creating 'infinite' content in a compelling way.
- A car driving on an infinite highway through an infinite city.
- How do you auto-generate buildings? How do you create paralax to simulate movement?

Placeholder

Things to learn:
How to loop frames?
How to HTML Canvas?
How to work with SVG
How to create paralax
Something about continued work learn JS workflows

The Car Ride

Buildings are generated, added to a list, and then drawn on the canvas. The buildings are then moved to the left. When the building is off the screen, it is removed from the list.
The window's perspective will swap as the building crosses .

Showcasing a single building

Showcasing the first attmept of generating and moving buildings

Showcasing a first attmept at perspective