All Projects → WrightsCS → Wcstimeline

WrightsCS / Wcstimeline

Licence: gpl-2.0
Simple timeline with data model.

Labels

Projects that are alternatives of or similar to Wcstimeline

Timesketch
Collaborative forensic timeline analysis
Stars: ✭ 1,795 (+987.88%)
Mutual labels:  timeline
Life Calendar
A look at the big picture.
Stars: ✭ 139 (-15.76%)
Mutual labels:  timeline
Scenejs
🎬 Scene.js is JavaScript & CSS timeline-based animation library
Stars: ✭ 2,019 (+1123.64%)
Mutual labels:  timeline
Wilderness
An SVG animation API
Stars: ✭ 127 (-23.03%)
Mutual labels:  timeline
Github Timeline
View other users' timeline
Stars: ✭ 131 (-20.61%)
Mutual labels:  timeline
Timeline Plus
Timeline - chronological visualization of your data
Stars: ✭ 140 (-15.15%)
Mutual labels:  timeline
Covid 19 Germany Gae
COVID-19 statistics for Germany. For states and counties. With time series data. Daily updates. Official RKI numbers.
Stars: ✭ 114 (-30.91%)
Mutual labels:  timeline
React Timelines
React Timelines Library
Stars: ✭ 161 (-2.42%)
Mutual labels:  timeline
Tweetscape
A WebVR experience displaying tweets in real-time along a 3D timeline
Stars: ✭ 132 (-20%)
Mutual labels:  timeline
Kstimeline
Simple custom timeline written in swift
Stars: ✭ 157 (-4.85%)
Mutual labels:  timeline
Timeline
直观地显示各个历史时间段及历史地图。Visually display various historical time periods and historical maps.
Stars: ✭ 127 (-23.03%)
Mutual labels:  timeline
React Gantt
A gantt chart for react
Stars: ✭ 129 (-21.82%)
Mutual labels:  timeline
Covid 19 Timeline
请关注端点星案和张展。// 以社会学年鉴模式体例规范地统编自2019年末起武汉新冠肺炎疫情进展的时间线(2019年12月1日-2020年4月24日)。感谢志愿者的辛劳操作。A sociology timeline (2019.12.1-2020.4.24) on how Wuhan Coronavirus break and spread, edited by anonymous volunteers.
Stars: ✭ 142 (-13.94%)
Mutual labels:  timeline
Markline
Ⓜ️ Timeline via Markdown.
Stars: ✭ 121 (-26.67%)
Mutual labels:  timeline
Covid 19 Timeline
以 社会学年鉴模式体例规范地统编自2019年末起新冠肺炎疫情进展的时间线。
Stars: ✭ 1,887 (+1043.64%)
Mutual labels:  timeline
Timeline Lwc
An interactive timeline for the Salesforce platform.
Stars: ✭ 116 (-29.7%)
Mutual labels:  timeline
Node Twitter Api
Simple module for using Twitter's API in node.js
Stars: ✭ 138 (-16.36%)
Mutual labels:  timeline
React Native Timeline Flatlist
FlatList based timeline component for React Native for iOS and Android
Stars: ✭ 163 (-1.21%)
Mutual labels:  timeline
Kvkcalendar
A most fully customization calendar and timeline library for iOS 📅
Stars: ✭ 160 (-3.03%)
Mutual labels:  timeline
Flutter app
🔥🔥🔥本项目包括各种基本控件使用(Text、TextField、Icon、Image、Listview、Gridview、Picker、Stepper、Dialog、Slider、Row、Appbar、Sizebox、BottomSheet、Chip、Dismissible、FlutterLogo、Check、Switch、TabBar、BottomNavigationBar、Sliver等)、豆瓣电影、tubitv、每日一文、和天气、百姓生活、随机诗词、联系人、句子迷、好奇心日报、有道精品课、高德定位、音乐播放器🎵、追书神器等板块
Stars: ✭ 2,140 (+1196.97%)
Mutual labels:  timeline

WCSTimeline

Simple timeline with data model written in Objective-C.

Example

for ( NSInteger i = 0; i < 10; i++ )
{
    WCSTimelineModel * model = [WCSTimelineModel new];
    model.icon = [UIImage imageNamed:@"event"];
    model.time = [self randomDate];
    model.event = [NSString stringWithFormat:@"Event %li", (long)i];
    model.state = arc4random_uniform(3);
    model.content = [self randomString:i];
    [self.timelineData addObject:model];
}

@WrightsCS

Twitter: @WrightsCS http://www.wrightscsapps.com

Apps using WCSTimeline

If you are using this in your app, please let me know and I will add your app here!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].