Discussion:
ANN: VGScene 1.00 just released
(too old to reply)
Margo
2008-07-27 14:45:56 UTC
Permalink
Greetings,

We're happy to announce that VGScene version 1.00 just released.

VGScene is a suite of native Delphi/C++Builder components for develop rich Internet applications for desktop like Adobe AIR or Microsoft WPF.
+ Fast realtime anti-alised 2D vector graphics engine
+ WYSIWYG design-time designer and property editors
+ Alpha blending, gradient and special visual filling
+ Full 2D transformation - rotation, scale, translate
+ Text file format for styles definition
+ Resolution independed GUI
+ A set of built-in controls is provided as part of VGScene, containing items such as button, textbox, and list box.
+ VGScene provides shape primitives for 2D graphics along with a built-in set of brushes, pens, geometries, and transforms
+ Easy to use time-based animation and transition effects
+ VGScene provides for bitmap effects, however, they are rendered in software. Special effects such as dropshadows and blurring are built in.
+ Path object have SVG, WPF path data format
+ Very easy to use and powerful layouts. The child elements are recursively arranged by their parents.
+ Alpha transparency forms
+ Built-in support for using PNG images with alpha transparency
+ Unicode enabled



What's New

+ First public release



For more information about VGScene and download trials and/or demos version, please, visit http://www.ksdev.com

Thank you for your time.


--
Best regards
KSDev
http://www.ksdev.com
***@ksdev.com
Garry Prefontaine
2008-07-27 15:30:05 UTC
Permalink
I downloaded the trial, but the help file seems to have very little
information about how to use this product. (unless I totally missed
something) It looks very interesting, but some sort of usage
documentation is a must for me.
unknown
2008-07-27 17:17:52 UTC
Permalink
Post by Garry Prefontaine
I downloaded the trial, but the help file seems to have very little
information about how to use this product. (unless I totally missed
something) It looks very interesting, but some sort of usage
documentation is a must for me.
We working. Add soon we'll offer documentation and tutorial.

Eugene
Michael Fritz
2008-07-27 18:17:57 UTC
Permalink
Post by Margo
VGScene is a suite of native Delphi/C++Builder components for develop rich Internet applications for desktop like Adobe AIR or Microsoft WPF.
Looks really cool!
--
cu,
Michael
dmc
2008-07-28 08:49:37 UTC
Permalink
Can be embedded in a asp.net or php application like silverlight? can load
xaml?
tnx
--
Mimmo
Post by Margo
Greetings,
We're happy to announce that VGScene version 1.00 just released.
VGScene is a suite of native Delphi/C++Builder components for develop rich
Internet applications for desktop like Adobe AIR or Microsoft WPF.
+ Fast realtime anti-alised 2D vector graphics engine
+ WYSIWYG design-time designer and property editors
+ Alpha blending, gradient and special visual filling
+ Full 2D transformation - rotation, scale, translate
+ Text file format for styles definition
+ Resolution independed GUI
+ A set of built-in controls is provided as part of VGScene, containing
items such as button, textbox, and list box.
+ VGScene provides shape primitives for 2D graphics along with a built-in
set of brushes, pens, geometries, and transforms
+ Easy to use time-based animation and transition effects
+ VGScene provides for bitmap effects, however, they are rendered in
software. Special effects such as dropshadows and blurring are built in.
+ Path object have SVG, WPF path data format
+ Very easy to use and powerful layouts. The child elements are
recursively arranged by their parents.
+ Alpha transparency forms
+ Built-in support for using PNG images with alpha transparency
+ Unicode enabled
What's New
+ First public release
For more information about VGScene and download trials and/or demos
version, please, visit http://www.ksdev.com
Thank you for your time.
--
Best regards
KSDev
http://www.ksdev.com
unknown
2008-07-29 08:51:13 UTC
Permalink
Post by dmc
Can be embedded in a asp.net or php application like silverlight?
only as ActiveX form on FireFox plugin - we'll add deploy sample later
Post by dmc
can load xaml?
no

Eugene
unknown
2008-07-29 10:57:40 UTC
Permalink
Hello,

We glad to announce - first video tutorial was ready.

Link:
http://www.ksdev.com/vgscene/tutorials/gettingstarted.html

Eugene
Germain
2008-07-29 11:21:26 UTC
Permalink
what video capture software did you use to make this tutorial?

Germain
unknown
2008-07-29 15:12:50 UTC
Permalink
Post by Germain
what video capture software did you use to make this tutorial?
Germain
UVScreenCamera - uvsoftium.com

Eugene
Mr. G
2008-07-29 15:23:33 UTC
Permalink
That demo looks great, finally my applications won't have to look like
office or windows anymore.
unknown
2008-07-29 17:37:00 UTC
Permalink
Post by Mr. G
That demo looks great, finally my applications won't have to look like
office or windows anymore.
You can develop rich application.

See other demo - http://png2icon.com/files/png2icon-1_0.zip

Eugene
Manolis
2008-07-29 17:58:42 UTC
Permalink
Very very nice...
Finally something that shows the power of Delphi.
I'm fed up with all these Net wpf controls...

Are you going to built data aware controls??

Also are you going to built something like carousel
which can load photos from a directory but not using the DirectX dlls?
I'm very interested to see who this perfoms in Delphi compared with the Net
components...

I hope to enhance this technology and be able to use it in my project.

Best Regards,
Manolis
unknown
2008-07-30 03:18:28 UTC
Permalink
Post by Manolis
Also are you going to built something like carousel
which can load photos from a directory but not using the DirectX dlls?
I'm very interested to see who this perfoms in Delphi compared with the Net
components...
Net (WPF) use DirectX to perform 3D content.

Eugene
Darren Davis
2008-07-29 18:27:55 UTC
Permalink
Post by Margo
Greetings,
We're happy to announce that VGScene version 1.00 just released.
Using the trial version in Delphi 7 when I add a control to TVGScene and
then move it - it resizes/aligns itself to the size of the VGScene control
(like align=alclient). Also how do you delete a control, because if I press
delete on a child control in a VGScene - it deletes the VGScene (and
contents)! Its not near as well behaved as in your demo!

Thanks

D.
unknown
2008-07-30 03:20:30 UTC
Permalink
Post by Darren Davis
Post by Margo
Greetings,
We're happy to announce that VGScene version 1.00 just released.
Using the trial version in Delphi 7 when I add a control to TVGScene and
then move it - it resizes/aligns itself to the size of the VGScene control
(like align=alclient). Also how do you delete a control, because if I press
delete on a child control in a VGScene - it deletes the VGScene (and
contents)! Its not near as well behaved as in your demo!
At design time IDE not sent keyboard messages to component (DEL key not
work). Open Object TreeView, select object in tree (or in designer) and
then press Delete button on ObjectTree.

Eugene
Peter Z.
2008-07-30 17:09:37 UTC
Permalink
Post by Margo
+ Fast realtime anti-alised 2D vector graphics engine
Hi, what is the base of the graphics engine, GDIPlus?

Thank you
unknown
2008-07-30 17:56:38 UTC
Permalink
Post by Peter Z.
Post by Margo
+ Fast realtime anti-alised 2D vector graphics engine
Hi, what is the base of the graphics engine, GDIPlus?
At this time Yes. But soon we'll plan to add AggPas engine too.

Eugene
Post by Peter Z.
Thank you
Lee Jenkins
2008-08-03 23:22:33 UTC
Permalink
Post by Margo
Greetings,
We're happy to announce that VGScene version 1.00 just released.
VGScene is a suite of native Delphi/C++Builder components for develop rich Internet applications for desktop like Adobe AIR or Microsoft WPF.
+ Fast realtime anti-alised 2D vector graphics engine
+ WYSIWYG design-time designer and property editors
+ Alpha blending, gradient and special visual filling
+ Full 2D transformation - rotation, scale, translate
+ Text file format for styles definition
+ Resolution independed GUI
+ A set of built-in controls is provided as part of VGScene, containing items such as button, textbox, and list box.
+ VGScene provides shape primitives for 2D graphics along with a built-in set of brushes, pens, geometries, and transforms
+ Easy to use time-based animation and transition effects
+ VGScene provides for bitmap effects, however, they are rendered in software. Special effects such as dropshadows and blurring are built in.
+ Path object have SVG, WPF path data format
+ Very easy to use and powerful layouts. The child elements are recursively arranged by their parents.
+ Alpha transparency forms
+ Built-in support for using PNG images with alpha transparency
+ Unicode enabled
Looks interesting but I don't understand how it would be used as a RIA app.?? I
know I'm missing something, but it looks like a skinning library.

--
Warm Regards,

Lee
unknown
2008-08-04 10:59:36 UTC
Permalink
Post by Lee Jenkins
Looks interesting but I don't understand how it would be used as a RIA
app.?? I know I'm missing something, but it looks like a skinning library.
This meant RIA application for desktop. Like Adobe AIR.

Eugene
Lee Jenkins
2008-08-04 18:39:30 UTC
Permalink
Post by unknown
Post by Lee Jenkins
Looks interesting but I don't understand how it would be used as a RIA
app.?? I know I'm missing something, but it looks like a skinning library.
This meant RIA application for desktop. Like Adobe AIR.
Eugene
Ah, then it was my misunderstanding. Thanks Eugene.

--
Warm Regards,

Lee

Loading...