JavaFX Designer [closed] - graphics

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
At the moment I'm using JavaFX only for fun and learning it.
What I find annoying is designing the graphics by coding them and watching the result in a preview window - you know what I mean?
Is there something for JavaFX like what Expression Blend is for Silverlight.

You might take a look at the JavaFX SceneBuilder. http://docs.oracle.com/javafx/scenebuilder/1/user_guide/jsbpub-user_guide.htm

Yes, there is support for exporting from Adobe tools. It is called JavaFX Production Suite.

Update
Tor Norbye talk about JavaFX designer at JavaOne 2009 conference and he published screenshot on his blog.
http://blogs.oracle.com/tor/entry/finally_over

Related

Any good resource on Android UI styling [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
I want to learn to make beautiful Android apps.
The things I want to know more about are:
- how to create drawables (with / without states)
- apply borders, change backgrounds
- styling / customising action bar
The resources on developer.android are sparse, I need something in-depth.
Thanks.
First of all developer.android is enough for UI styling if you have gone through all the tutorials thoroughly, however you can have a look at the following links, very informative for UI styling :
Link 1
Link 2

open source e commerce solution [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I tested the OpenCart but I noticed that is quite problematic to change the layout.
I need to use a specific layout that i have done, so, my question is: what is the ecommerce open source solution that permit a more easy adaptivity of the layout?
as you can imagine is complicated test all e commerce solutions...
thanks
The fantastic CMS Umbraco is open source and there's a super easy to use and style low budget e-commerce called Tea Commerce to it.
It's based on ajax and has a very simple JavaScript library which makes it both fun and easy to setup. You can do any design with Tea Commerce.
/Rune

EDT editor - a modern approach? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 3 years ago.
Improve this question
I used the EDT editor on VMS very long time ago. Is there modern implementation of this excellent text editor available? If so, are there source codes? Maybe it is circumvented by Emacs and Vim?
Thank you
You might want to chase down SEDT (See link). I remember this one from MS-DOS days. I don't know if anyone has reimplemented it for windows.
http://www.atl.lmco.com/projects/csim/gui/edt/
According to the web archive, this is now at
http://edt-text-editor.sourceforge.net/
There is also an OpenVMS plugin for Netbeans which adds the EDT keypad to the Netbeans editor - gives the best of both worlds.
http://h71000.www7.hp.com/openvms/products/ips/netbeans/distnb.html
Only problem is that it is for older versions of Netbeans.
You can try GNU Emacs EDT-mode:https://www.gnu.org/software/emacs/manual/html_mono/edt.html

SVG parser for C++? (Free or paid) [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
Does anybody know of a good SVG parser that puts out an SVG object in C++? I don't mind if it's free or paid. I'm just looking for one that is cleanly architected and adheres very well to the spec. Preferably one that would let me start rendering by just inspecting the structures and passing the info on to Cairo or QT.
Thanks!
Maybe you should have a look at the Fog-Framework

Open source Magic Eye generator [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
Do you remember those Magic Eye images that contain a 3D object? I love them!
Are there any open source programs for generating Magic Eye pictures, which ideally work on Linux.
I found a Gimp plugin, but haven't managed to get it working yet.
There's a package in Ubuntu for a program called Stereograph. It's website is here:
http://stereograph.sourceforge.net/index.html
Here's a tutorial on how to make them using GIMP, Blender and Stereograph:
http://linuxgazette.net/104/kapil.html
It's pretty basic, but you should try openstereogram, it's OS independent:
http://code.google.com/p/openstereogram/
There's also this JavaScript app:
http://guciek.github.com/imagzag.html (use the "Magic Eye" option)

Resources