All Projects → ZenonHuang → MyDemos

ZenonHuang / MyDemos

Licence: MIT license
💾 Demo 集合 . 黑发不知勤学早,白首方悔读书迟.

Programming Languages

objective c
16641 projects - #2 most used programming language
swift
15916 projects
c
50402 projects - #5 most used programming language
javascript
184084 projects - #8 most used programming language
shell
77523 projects
ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to MyDemos

Rc transmitter
An Arduino 2.4GHz and IR remote controller
Stars: ✭ 83 (+29.69%)
Mutual labels:  joystick
Unitypausemenu
This is an open source Unity pause menu created for the game New Horizons, and it's completely free because of how a pause menu is a core component of a game, while the unity asset store was lacking in such an asset (until this was released on the asset store).
Stars: ✭ 160 (+150%)
Mutual labels:  joystick
DebounceMonitoring
📑 Add debounce logic for any method in a single line.
Stars: ✭ 44 (-31.25%)
Mutual labels:  throttle
Nipplejs
🎮 A virtual joystick for touch capable interfaces.
Stars: ✭ 1,313 (+1951.56%)
Mutual labels:  joystick
Vjoyserialfeeder
Feed Virtual Joystick driver with data from a serial port
Stars: ✭ 133 (+107.81%)
Mutual labels:  joystick
Tlanalogjoystick
Analog joystick component for iOS
Stars: ✭ 223 (+248.44%)
Mutual labels:  joystick
Unijoystick
It is a powerful joystick component for UGUI.
Stars: ✭ 75 (+17.19%)
Mutual labels:  joystick
together
Group things together!
Stars: ✭ 35 (-45.31%)
Mutual labels:  throttle
Cocos Creator Joystick
🕹 Cocos Creator Joystick Demo 虚拟摇杆
Stars: ✭ 148 (+131.25%)
Mutual labels:  joystick
Tom and Jerry
A multiuser AR game based on ARKit 2 and MultipeerConnectivity
Stars: ✭ 24 (-62.5%)
Mutual labels:  joystick
Udev Joystick Blacklist
Fix for keyboard/mouse/tablet being detected as joystick in Linux
Stars: ✭ 97 (+51.56%)
Mutual labels:  joystick
Sliders Swiftui
Collection of unique fully customizable SwiftUI sliders, joysticks, trackpads and more!
Stars: ✭ 132 (+106.25%)
Mutual labels:  joystick
Vigem
Virtual Gamepad Emulation Framework
Stars: ✭ 225 (+251.56%)
Mutual labels:  joystick
Bugstick
Joystick widget for Android.
Stars: ✭ 85 (+32.81%)
Mutual labels:  joystick
stick
Platform-agnostic asynchronous gamepad, joystick and flightstick library for the Rust Programming Language
Stars: ✭ 41 (-35.94%)
Mutual labels:  joystick
Gilrs
Game Input Library for Rust - Mirror of https://gitlab.com/gilrs-project/gilrs
Stars: ✭ 81 (+26.56%)
Mutual labels:  joystick
Freejoy
STM32F103 USB HID game device controller with flexible configuration
Stars: ✭ 207 (+223.44%)
Mutual labels:  joystick
anim-event
Event Manager for Animation
Stars: ✭ 25 (-60.94%)
Mutual labels:  throttle
defense
🔮 A Crystal HTTP handler for throttling, blocking and tracking malicious requests.
Stars: ✭ 51 (-20.31%)
Mutual labels:  throttle
Virtual Joystick Android
This library provides a very simple and ready-to-use custom view which emulates a joystick for Android.
Stars: ✭ 238 (+271.88%)
Mutual labels:  joystick

MyDemos

不积跬步,无以至千里;不积小流,无以成江海

学习 Demo 集合

🔪 日常练手

业精于勤,荒于嬉;行成于思,毁于随

目录名称 说明 时间
FanButton 轮盘扇形按钮(多用于游戏控制) 2019/12/1
BluetoothForKeyboard 蓝牙设备连接 2019/10/18
CollectionViewHook Hook 父子类时序造成的问题及解决 2019/09/19
HZCountTimeButton 倒计时按钮(如验证码) 2019/01/31
FloatView 悬浮按钮 (自动贴边,定时缩小) 2019/01/18
JoyStick 虚拟摇杆 2019/01/14
Throttle 函数节流 / 函数防抖 -- 限制方法调用的频次 2018/09/13
CopyLabel 文本复制功能的 label 2018/09/10
ARDemo ARKit 模型使用,立方体放置 2018/01/07
HZGaugeView 绘制仪表盘。 2017/06/28
HZRangeSlider 双头滑杆,选择数值范围 2017/05/05
DragDropCollectionView cell 晃动拖拽编辑效果 2017/01/18
ChristmasTree Swift 脚本输出圣诞树🎄 2016/12/25
doubleTapDemo 双击tabBar刷新原理(双击判断,双击间隔) 2016/10/14

🐚 Shell 脚本

工欲善其事,必先利其器

目录名称 说明 时间
GitHook 针对团队要求的规范,利用 Git Hook 来进行程序检查 2019/08/09
AutoProto 自动提取服务器的 proto 文件,并输出OC文件 2018/11/02
XcodeBuild 构建中使用到的 ruby 脚本 2020/08/13

🌰 文章示例

纸上得来终觉浅,绝知此事要躬行

目录名称 说明 时间
WeakProxy YYWeakProxy 完整消息转发的意义,避免少数情况释放 target 导致崩溃 2020/06/02
LockForiOS 实验 iOS 几种锁的情况 2018/03/08
YogaSample Yoga 使用 2017/12/25
LyoutTest frame/Auto Layout/FlexBox布局测试 2017/12/23

🥑 资料验证

实践是检验真理的唯一标准

目录名称 说明 时间
AdCellDemo 利用 AOP 方式插入广告等类型 Cell 2016/12/29
NestedScrollView 嵌套 ScrollView 滑动 2018/09/08
DynamicDelegate BlocksKit 动态代理,用 block 发送代理消息 2019/01/18

🍋 SDK / 新语言 使用

芳林新叶催陈叶,流水前波让后波

目录名称 说明 时间
LeanCloudDemo LeanCloud聊天 SDK 接入使用 2016/9/15
MobSMSDemo 手机短信验证 2016/10/8
AwesomeProject react-native的示例工程 2016/10/14
RongCloudDemo 融云sdk 接入使用 2016/10/16
vapor-hello-world 使用 vapor 构建的 hello world 程序 2018/01/08

🍉 动画效果

魔鬼存在于细节之中

目录名称 说明 时间
MaskDemo mask效果 2016/10/14
PulsingHalo 光圈效果 2016/10/15
TransitionDemo 转场效果 2016/10/18
ElasticAnimation 橡皮筋动画,学习自 raywenderlich 2017/08/01
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].