This is a little PIXI.js learning project, could be a thing.
npm i && npm start
PS: 如果你开IMDB卡,最好开个代理,比如proxy-chain(alias pc),然后:
pc npm start
-
server =>
koatake a uid like: nm1297015 (Emma Stone), then usingcheerioandgotto crawl Imdb info. The uid start with nm is for person, tt is for movie. -
src => PIXI wrapped in
reactcomponent, basically a canvas, can interact with some mouse/keyboard event.PIXI.interactionManagertake those event and dispatch them to actions. -
data => An example of crawler data, JSON beatified from nedb raw format(meaning not usable), just to give you a taste of ImdbSpider's return data(nm and tt)
- More effect, it's all about the effect
- Figure out a way to blur background-dots without much costs
- Smooth the state changing, again => more effect
- Store old info in
nedb, and inter-connect those data - Make a tree-like view of above, again => more effect
- Add scroll control, need more space
- Now, only actor/actress career's data been rendered, show more like director/producer/writer