Is DxScene the “WPF for Delphi”? Anyone used it?

☆樱花仙子☆ 提交于 2019-12-09 06:09:46

问题


I am playing with DxScene and VxScene: http://www.ksdev.com/dxscene/index.html

It looks very nice and powerful: 3d accelerated vector graphics, cross plaform, nice effects, many 2d GUI controls (vector based), good scaling, transparency, rotating (x, y, z), 3d models, etc. Even with many effects, the CPU stays very low (0%)! http://www.ksdev.com/dxscene/snapshot/screen0.jpeg

But can it be seen as a good WPF alternative for Delphi?

And does anyone use it instead of normal Delphi VCL?


回答1:


Yes, I am using it now in a new project and intend to use it for all future projects.

It's indeed extremely powerful and versatile. It does consume SVG and even XAML, among many other formats, so you could consider it as a Win32 API WPF alternative. Believe me, I've been looking for one for ages, and this is it for me.

Current drawback: lack of documentation. You have to learn it all from the examples and by asking questions in their forum. Not ideal, but it can only get better!

All it needs is more users, and it'll grow into something wonderful.




回答2:


I'm not sure, but it looks like it's the GUI base for FlStudio




回答3:


It looks very promising, the effects are very good, in the past years I have seen it's being enhanced constantly. I have check it the second time today (only the compiled demo), it seems that many new controls are added, I like the "expander" expandable panel.

It's very promising, I'm consider using it in the future, I'm not sure if the new version has fix or not, but when the first time I checked the trial version, it lacks of documentation...

Very good effect and promising though!




回答4:


You might find this article interesting, it explains how to use the DirectWrite and Direct2D features in Delphi 2010, it seems to be rather simple, and is well explained here: Delphi 2010 DirectWrite "Hello World" Example [1].


Screenshot from the article showing the result.

[1] http://blogs.embarcadero.com/pawelglowacki/2009/12/14/38872



来源:https://stackoverflow.com/questions/2340036/is-dxscene-the-wpf-for-delphi-anyone-used-it

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!