Web界面的C ++应用程序 [英] Web interface for c++ applications

查看:326
本文介绍了Web界面的C ++应用程序的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我们的公司有一整套用C ++编写与基于Qt图形用户界面的3D建模软件中。我们计划提供这些应用程序,客户从Web浏览器尝试。我的意思是说,我们需要创建一个本地C ++ codeS网络接口。请建议我该技术时,应使用的语言。如果可能的话请给一些链接到一些白皮书或个案研究为这种项目。我完全线索少:)

Our company has a set of 3d modeling softwares written in c++ with qt based gui. We are planning to offer these applications to customers to try them from a web browser. I mean to say, we need to create web interfaces for native c++ codes. Please suggest me which technology, languages should be used. If possible please give some links to some white papers or case studies for this kind of projects. I am totally clue less :)

推荐答案

在理想情况下,你会在服务器上保留你的C ++ code和使用HTML和Javascript的混合物在浏览器上。但是,由于3D建模是如此的以客户为中心,你可能不得不直接在浏览器中运行一些C ++ code。

Ideally you would keep your c++ code on the server and use a mixture of HTML and Javascript on the browser. However since 3d modeling is so client centric you may have to run some c++ code directly in the browser.

有几个选项来看看:

您也可以 的Xvnc会话内的服务器上运行应用程序的一些实例,让人们使用它通过一个VNC查看器applet。然而,最简单的办法仍然是提供您的应用程序的下载的演示。

You could also run a few instances of your application on your server inside an XVnc session and let people use it through a VNC viewer applet. The simplest solution however is still to offer a downloadable demo of your application.

这篇关于Web界面的C ++应用程序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆