incomplete/tiled-renderer/README.md
Author: Pierre-Antoine LaFayette [email protected]
python3 -m http.server. This is the
recommended approach. Use python -m SimpleHTTPServer on Python 2.x.--disable-web-security. Please
remember to remove the flag for normal browsing as this is a security risk.This project will demonstrate how modern browsers use backing stores to implement features such as smooth scrolling and zooming. The renderer is a tile based renderer written in JavaScript using WebGL. The renderer uses the GPU for rasterization through render-to-texture. In this chapter, we'll discuss the benefits of a backing store, tiling, GPU vs CPU rasterization, zooming, and progressive rendering.
There is a live version running at: http://tiled-renderer.appspot.com
On a Mac:
cd ~/500lines/tiled-renderer
python3 -m http.server &
open http://localhost:8000