3 个仓库
Development of applications optimized for touchscreens and pointing devices across various platforms.
Distinct from Cross-Platform Application Development: None of the candidates cover the specific interaction model of multi-touch input for general applications.
Explore 3 awesome GitHub repositories matching user interface & experience · Touch Interface Development. Refine with filters or upvote what's useful.
Python-Guide-CN is a Chinese translation of a comprehensive guide to idiomatic Python programming and software development. It serves as a curated programming tutorial and ecosystem reference, providing a structured path for learning Python syntax, standard libraries, and professional coding patterns. The project distinguishes itself by offering detailed instructions for setting up development environments across Windows, macOS, and Linux. It specifically focuses on the selection of interpreters and the management of virtual environments to ensure a consistent workspace. The guide covers a b
Explains the development of media-rich applications optimized for touchscreens and pointing devices.
这是一个响应式导航 JavaScript 库,用于创建具有屏幕尺寸检测和触摸支持的移动友好型菜单。它作为一个可访问的导航菜单和客户端布局切换器,在移动视图和桌面视图之间转换,且无需外部依赖。 该项目作为一个菜单动画工具,在切换导航覆盖层时实现平滑的 CSS 过渡和基于高度的动画。它利用原生浏览器 API 来管理界面状态,并确保导航对于屏幕阅读器和不使用 JavaScript 的用户保持功能可用。 该库涵盖了检测屏幕断点、管理切换导航可见性以及为触摸界面实现布局转换的功能。
Optimizes menu transitions and response times for users on mobile touchscreens.
pulltorefresh.js 是一个 JavaScript 库和触摸手势 UI 组件,用于为 Web 应用程序中的可滚动元素添加“下拉刷新”功能。它作为一个 Web 交互插件,检测向下滚动的手势以触发内容刷新操作。 该库专注于移动 Web 应用程序的用户体验,允许开发者实现触摸式导航和动态内容刷新,从而模拟智能手机和平板电脑上的原生应用行为。 该实现包括可配置的触发距离和灵敏度阈值。它利用触摸事件跟踪和硬件加速定位来管理下拉动作的视觉状态。
Provides a touch-optimized interaction model for users on smartphones and tablets.