Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I've heard that Delphi's NEW Rad Studio XE2 has something called FireMonkey that will allow the same code to build Windows 32, Windows 64 and MacOS applications.

If this is true, this is huge. Where can I get the technical documentation that talks about FireMonkey?

EDIT:

I'm interested in the MacOS. Several people have asked me when I'm releasing a Mac version of my software and I keep telling them I'm not. I asked this question back in March (4 months ago) and no one said anything about FireMonkey. What version of Delphi will let me create software that runs on a Mac?

MODERATOR QUESTION:

Should this be a wiki?

share|improve this question
2  
In the trademark registration, FireMonkey is described as "Computer software for providing a cross platform graphics engine and component library for generating graphical user interfaces and skinning engine, and for providing controls representation, styles, graphics and effects, animation, 2d and 3d effects" – mjn Aug 3 '11 at 18:31
8  
Anyone else think that FireMonkey is a really lame name? – David Heffernan Aug 3 '11 at 18:41
2  
@David: Agreed. Sounds like a web browser add-on. – Andreas Rejbrand Aug 3 '11 at 18:48
4  
Maybe this should be labeled as community wiki? – Wouter van Nifterick Aug 3 '11 at 19:31
2  
THE FIRE MONKEY 1956 AND 2016 Fire gives the Monkey extra determination. It gives him stamina and strength and durability. These people want the upper hand at all times, even in relationships. These Monkeys can also be fickle when choosing a partner, but once they do, their partners will fall fast in love with them. They will continue their climb to the top of the ladder util they get there and are generally well-liked among co-workers and friends. Hopefully it will live up to the name! – HMcG Aug 4 '11 at 10:49
show 11 more comments

9 Answers

up vote 10 down vote accepted

FireMonkey comes from the former DXScene library, which has been acquired by Embarcadero.

You've plenty of information and screenshots in this blog site: http://ksdev.blogspot.com/

Eugene wrote in his forum that all registered users (like me) will get the Embarcadero version "for free"...

Here are the features of DXScene - working with FreePascal compiler to run under Linux or Mac OS X:

DXScene is 3D hardware accelerated graphics library Delphi/C++ Builder/Lazarus.

  • Hardware accelerated graphics on Windows, Mac OS X and Linux
  • 3D and 2D graphical editor integrated in IDE
  • Powerful 3D layer containing items such as Cube, Sphere, Cone, Plane, Mesh, free Camera and Lights
  • Mesh object have WPF mesh data format, DXScene have advanced import tool which support - GLSM,WRL,TIN,STL,SMD,Q3BSP,BSP,PLY,OCT,OBJ,OBJF,NURBS,NMF,MS3D,MDC,MD2,LWO,GTS,GLM,GLX,GLA,B3D,MD5MESH,MD5ANIM,MD3,3DS,PRJ file formats
  • Powerful 2D vector engine like Adobe Flash or Microsoft WPF includes high quality shapes and controls like window, label, button, checkbox, textbox and more
  • Advanced GUI engine - window, button, textbox, numberbox, memo, anglebox, list box and much much more
  • Advanced skinning engine based on vector graphics styles. Cool exists styles - Dark, Modern, Vista.
  • DXScene can be used to create hardware accelerated 2D applications with cool animation like CoverFlow, layer and more
  • Easy to use time-based animation and transition effects
  • Layered windows, Jpeg, Png, Tiff and Gif format read/write support, fast thumbnail creation
  • Realtime mode for games and realtime simulations
  • DXScene can be used as development tools for SCADA, GIS, CAD and KIOSK applications
  • DB-Aware controls - TvxDBNavigator, TvxDBLabel, TvxDBTextBox and more Multilanguage engine, editor and examples
  • Physics simulation using Newton Game Dynamics
  • Cross-platform solution available on Microsoft Windows, Apple Mac OS X and Linux

We can guess that FireMonkey will have some of these features, depending on the new Delphi XE2 cross-compiling features. Will it build OSX, iOS, Linux apps? Does it require XCode?

In short, FireMonkey will allow you:

  • To build 32 bit and 64 bit Windows or 32 bit Mac OS X native applications, and debug them from the Delphi IDE, running in Windows - but you need a Mac computer to run remotely the OSX app;
  • To build iOS native application, with XCode-based debugging - in fact, the iOS simulator in OSX runs in x86/x64 mode, and the FreePascalCompiler is used to create ARM applications;
  • Applications may be 2D (with controls) or 3D (using DirectX under Windows or OpenGL under Mac);
  • To build DB-related applications, using the new Live Bindings feature.

But FireMonkey is not compatible with the GUI part of the VCL. It's a brand new library, with its own architecture, which is indeed based on the former DXScene.

All details available at http://www.deltics.co.nz/blog/?p=735

I think Mac OS X support is reduced to 32 bit version, because FireMonkey uses the Carbon API, which is 32 bit only. See http://developer.apple.com/carbon It’s worth saying that making a Mac OS X 64 bit version will need to use an "Objective C" syntax (or linking) and direct Cocoa. Some additional work…

I’m still waiting for the Linux version. FireMonkey ancestor (aka DXScene) was already Linux ready (using GTK/Pango/Cairo/OpenGL), and they already have an ELF linker in-house (the one from Kylix, which was very good). I understand that Mac OS X had a higher priority in the list, since it’s a more common platform for desktop computing. But for server applications, Linux is a most have. In XE3, may be?

Edit: previous "pessimistic" version - extracted ;)

Edit: I’ve made some screenshots of DXScene components demo - it may help you have a better impression on what FireMonkey will be.

share|improve this answer
Your last two paragraphs seem pessimistic given the press releases, blogs etc. – David Heffernan Aug 3 '11 at 19:22
2  
Indeed. It looks as if OSX with FireMonkey will be supported in XE2. – Rudy Velthuis Aug 3 '11 at 19:56
2  
Your wrong, look at the blog posts in the other answers. OSX will be supported. – Robert Love Aug 3 '11 at 21:14
Some people might know more and not be saying anything because of non-disclosure agreements. – Warren P Aug 4 '11 at 2:00
@Robert In the blog posts, it's written: "Build 64-bit Delphi applications to take advantage of the latest hardware + Create a single application and target both Windows and OS X". What does "target" mean? It is not the same as "Build"... You may target OS X, when the compiler will be able to build for OS X. But this blog post tends to deny it: "Delphi XE2 has some nice features (x64, OSX, FireMonkey) and iOS"... Proof-of-concept or feature to be released in XE2? EMB never spoke of an ARM version of the Delphi compiler... – Arnaud Bouchez Aug 4 '11 at 5:45
show 8 more comments

You can't get any technical documentation yet because XE2 has been announced but not released.

share|improve this answer
Correct. The "world tour" might give more information. – Rudy Velthuis Aug 3 '11 at 19:12
Such questions become so quickly out of date that I was tempted to close this question. – Warren P Jan 13 '12 at 15:26

Rad Studio XE2 Launch Event Report

Summary from the blog

• FireMonkey – a scalable vector graphics based GUI framework exploiting GPU capabilities for hardware accelerated cross platform GUI’s.

• Cross-Platform support – Target Win32 and Win64 with single-source VCL applications or Win32, Win64 and MORE using FireMonkey.

• iOS support for native code FireMonkey apps !! – Yes folks – use Delphi to build iPhone and iPad apps that even Steve Jobs will be happy to have in his Store!

• LiveBindings – a way to create ‘live” relationships not just between objects but between individual properties of objects.

• Native Android apps – using PhoneGap in RadPHP

• Native Android apps – to come in the future for Delphi (as well as Linux)

• DataSnap client proxy generation – for Android, .NET, Objective-C, Blackberry, iOS etc etc

• Starter Edition will be available right from the start along with Pro, Enterprise and Architect.

• ALL platforms supported by the cross-platform capabilities will be in ALL editions, including Starter!

Edit

Firemonkey in Action Video

share|improve this answer

I think the only "official" bit of info about FireMonkey now is the recent Andreano Lanusse blog post

share|improve this answer

Not much has been said publicly about it yet, but it looks like FireMonkey is the name of the new cross-platform GUI library, analogous to the VCL but not tied to Windows. A lot of people have been speculating that it's based on the KSDev technology that Embarcadero bought a while back, but I don't know if this has been confirmed or not. Any further details will probably have to wait until we get some official word about it.

EDIT: Looks like Andreano Lanusse just posted a bunch of official preview info about the library. See http://www.delphifeeds.com/go/s/82632 for details.

share|improve this answer
1  
KSDev worked on a GPU acceletated control library (some even called it the "native WPF"). Now Emba show an multiplataform GPU accelerated GUI lib? So much coincidence.... ;-) – Fabricio Araujo Aug 3 '11 at 18:20

Also note - the Delphi XE2/FireMonkey product launch was in Auckland yesterday, so info is now public.

Not only does FireMonkey do native Win32, Win64 and OSX - but also native IOS!. This is huge.

share|improve this answer

At least on David Intersimone's blog, it says that the Firemonkey lib would do exactly that: Win32, Win64 and Mac OSX and iOS. Relevant extract from the blog post:

  • Create GPU-powered FireMonkey applications that will keep your
    customers engaged
  • Build 64-bit Delphi applications to take advantage of the latest
    hardware
  • Create a single application and target both Windows and OS X and iOS

But I agree with David Heffernan that no technical information is available now, just sales talk.

share|improve this answer
Don't know why my mind reads Hefferman (with 'm') all times...... Too much coffee maybe... ;-) – Fabricio Araujo Aug 3 '11 at 19:31
I've lost track of the different ways my name has been misspelled, but -man is the most common! – David Heffernan Aug 3 '11 at 20:12
@Fabricio Arauj , its happening to me too – VRC Aug 5 '11 at 10:22

If you want to make an OS X version of your app you can also take a look at FreePascal.

share|improve this answer
I don't know why the number of downloads for Lazarus osx is very low – VRC Aug 5 '11 at 10:25

We are not allowed to talk about it (NDA) ... but testing showed that FireMonkey apps work on my OS X machine :-P

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.