Giter Site home page Giter Site logo

whweatheranimation's Introduction

WHWeatherAnimation

Animation of weather written in Objective-C, including sun, cloud, rain, thunderstorm, snow animation.

Features

  • sun
  • cloud
  • rain
  • thunderstorm
  • snow
  • Animation transition

Usage

1. import header

#import "WHWeatherView.h"

2. initialization

WHWeatherView *weatherView = [[WHWeatherView alloc] init];
self.weatherView.frame = self.view.bounds;
[self.view addSubview:self.weatherView];

3. show animation

typedef NS_ENUM(NSInteger, WHWeatherType){
    WHWeatherTypeSun = 0,
    WHWeatherTypeClound = 1,
    WHWeatherTypeRain = 2,
    WHWeatherTypeRainLighting = 3,
    WHWeatherTypeSnow = 4,
    WHWeatherTypeOther = 5
};
- (void)showWeatherAnimationWithType:(WHWeatherType)weatherType;

More

  • WHWeatherAnimation has been used in this app SiShi(思诗 - 思念诗歌,每日一诗). You can read a beautiful chinese poetry while get the daily weather forecast. Download and enjoy it.

  • Here is a easy way to get the weather data. 心知天气 which offered free and comprehensive APIs.

License

WHWeatherAnimation is released under the MIT license. See LICENSE for details.

whweatheranimation's People

Contributors

whbalzac avatar

Stargazers

Viper avatar freeluo22 avatar Hanger avatar  avatar 邓斌 avatar Don Wong avatar  avatar Cooper avatar  avatar  avatar Mojo Dojo Sen Sen avatar  avatar react-native-starRateview avatar daydream avatar  avatar SonWa avatar 鱼先生 avatar Nguyễn Khánh Hưng avatar 爱恨的潮汐 avatar 7emini avatar  avatar oxiangyang avatar Chad Song  avatar  avatar yuedongkui avatar  avatar fank avatar wf avatar  avatar Mighel avatar  avatar Đầu Đất avatar  avatar  avatar Jinwei Huang avatar TurkeyTeo avatar Eric avatar  avatar  avatar wangjungang avatar  avatar ZST avatar  avatar renmoqiqi avatar 林海雪原 avatar canhua avatar empty avatar y avatar summer avatar 独上兰舟 avatar JoshuaWong avatar NSLegend avatar 14 avatar Hilal avatar bin avatar fpower avatar 冯玉亭 avatar  avatar  avatar JinHua Huang avatar  avatar  avatar Hcat avatar Huang avatar  avatar  avatar TailC avatar 李奕辰 avatar Wenchao Hu avatar  avatar Ming~En~Long avatar Michael Pchelnikov avatar Star avatar GC_Cheng avatar  avatar Victor Ray avatar shiki avatar Amiee Robot avatar Raul Studio avatar 不知所谓。 avatar Jamie avatar Usama Ashraf avatar  avatar heliang avatar Jingjun avatar LemonCC avatar  avatar  avatar Francesco Marisaldi avatar Ali Güngör avatar lio丶 avatar  avatar noppe avatar Maxim Tsvetkov avatar Yannick Heinrich avatar Pavel Osipov avatar Mitesh Mewada avatar 宋飞祥 avatar HuangMS-War avatar Dzhunet Hasan avatar

Watchers

 avatar  avatar Zorro avatar  avatar MohsinAli avatar Carabineiro avatar ifshyse avatar 陆鲍一郎 avatar  avatar  avatar LaiSec avatar  avatar

whweatheranimation's Issues

厉害

我以为全部是粒子CAEmitterLayer写的呢,不过也很厉害,有很不错的动画功底。

Animations.

Very powerful and nice library.
Is there way for same animations to show for night time like showing the night sky?
It would be complete if other animations like apple weather app was available for eg. clear night, partly cloudy, sleet, wind, fog, etc. Any plan on this?

Thank you.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.