You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

index.md 1.3 kB

4 months ago
12345678910111213141516171819202122232425262728293031323334353637
  1. ---
  2. pageType: home
  3. hero:
  4. name: Dora中文社区
  5. text: 为AI时代打造的现代机器人框架
  6. tagline: 极简 · 安全 · 高效
  7. actions:
  8. - theme: brand
  9. text: 探索教程 →
  10. link: /guide/start/introduction
  11. - theme: alt
  12. text: GitHub仓库
  13. link: https://github.com/dora-rs/dora
  14. image:
  15. src: /logo.svg
  16. alt: Logo
  17. features:
  18. - title: 零成本抽象
  19. details: Rust原生性能优势,每秒处理百万级消息。CPU占用降低70%,响应延迟低。
  20. icon: 🏃🏻‍♀️
  21. - title: 无畏并发
  22. details: 编译期内存安全保证。告别数据竞争,守护机器人核心逻辑
  23. icon: 🎨
  24. - title: 开箱即用
  25. details: 模块化组件库覆盖SLAM/控制/通信。30秒完成新机器人原型部署
  26. icon: 📦
  27. - title: 零拷贝
  28. details: 通过共享内存实现零拷贝的消息传输!我们使用Arrow和我们自己的共享内存守护进程,在单台机器上实现极速通信!
  29. icon: 🌍
  30. - title: 高性能
  31. details: 利用Rust的内存安全和高效并发机制,确保实时处理能力满足机器人应用需求。
  32. icon: 🌈
  33. - title: 模块化
  34. details: 组件间低耦合设计,支持按需组合和扩展功能模块,提升开发灵活性。
  35. icon: 🔥
  36. ---

Dora中文社区官网

Contributors (1)