Welcome, Guest. Please login or register.

Author Topic: Boing and Avalon 3d Interface for Windows LongHorn  (Read 3272 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline DonnyEMUTopic starter

  • Hero Member
  • *****
  • Join Date: Sep 2002
  • Posts: 650
    • Show all replies
    • http://blog.donburnett.com
Boing and Avalon 3d Interface for Windows LongHorn
« on: January 17, 2005, 05:30:50 PM »
Anyone interested in the User Interface of the next version of Windows, and it's cool 3d-ness, check out the Boing demo shown off in the middle of this demo, it's less than 30 lines of code apparently.. It's all 3D and you can control speed, gravity, and other environmental variables with it..

I wish the Amiga did all of this in true 3D right now...

AVALON 3D interface (XML examples)

-Don
======================================
Don Burnett Developer
http://blog.donburnett.com
don@donburnett.com
======================================
 

Offline DonnyEMUTopic starter

  • Hero Member
  • *****
  • Join Date: Sep 2002
  • Posts: 650
    • Show all replies
    • http://blog.donburnett.com
Re: Boing and Avalon 3d Interface for Windows LongHorn
« Reply #1 on: January 18, 2005, 12:28:12 AM »
Quote

Karlos wrote:
@Nyteschayde

Don't get me wrong, I think XAML will be highly useful for rapid development. My principal gripe is that regardless of what people will say, I'm sure such uber-high level approaches (I know XAML is compiled) will give much poorer performing code than something written at the C/C++ level. Or maybe I'm getting too long in the tooth :-D

As always, it's the balance between ease of use and efficiency. They rarely sit together well.



Spoken like a true C++ programmer Karlos.. There are some of us who think we can get good and dare I say it, even GREAT  performance out of C# and VB.NET using the CLR (Common Language Runtime) aka the Microsoft .Net Virtual machine without resorting to their IL code or dare I say it ;-) Managed Code Visual C++, it's certainly portable enough :-)  

Oh and someone else up there was suggesting xaml would be in the browser.. I don't think they plan on that, it will probably just be part of explorer.exe (not iexplore.exe) just for doing windows interfaces.. But I could see the windows UI getting a lot more standardized and a lot prettier with this functionality now as easy for programmers to set up as a web page..

 
======================================
Don Burnett Developer
http://blog.donburnett.com
don@donburnett.com
======================================