qt-embedded-linux绘图库是定点的吗?

发布于 2024-08-04 17:06:35 字数 85 浏览 1 评论 0原文

我正在开发没有浮点单元的嵌入式设备,我想将 QT-embedded-linux 移植到它。所以请告诉我qt的绘图库是否有定点?

谢谢,桑尼。

I am working on embedded device which does not have Floating Point Unit, I want to port QT-embedded-linux to it. So Please tell me that whether drawing library of qt has fixed-point or not?

Thanks, Sunny.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

三人与歌 2024-08-11 17:06:35

就我使用过的 Qt 而言,唯一的浮点重部分是 图形视图框架< /a> 和 QtOpenGL 模块。其他与图形相关的部分主要使用整数,尽管内部可能有一些部分使用浮点运算。您可能应该简要查看一下您想要使用的零件的来源。

As far as I've used Qt the only floating-point-heavy parts were The Graphics View Framework and QtOpenGL module. Other parts related to graphics mainly used integers, though internally there might be some parts where floating-point arithmetic is used. You should probably have a short look at the source of parts you wanna use.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文