Tag Archives: Ubuntu Software Center

Steam lands on Linux, revving up for a living room battle

The popular PC gaming service Steam is now available for Linux, with 60 supported games in tow.

Steam allows users to purchase games, and provides features such as online play, achievements, and friend lists. Valve, the company behind Steam, released a closed beta for Linux in November, then launched the public beta in December. Now, the final version is available through Steam’s Website or the Ubuntu Software Center.

The Linux version of Steam also includes Big Picture, a mode that’s optimized for television screens and game controllers. This is a key piece of the puzzle for Valve, as it plans to launch a “Steam Box” console to compete with Microsoft, Sony, and Nintendo. Although Valve hasn’t revealed many specifics about the Steam Box, the company confirmed to The Verge last month that the hardware will be Linux-based.

Valve has also said that other companies can make their own Steam Box consoles, and can use Windows if they like. In addition, Valve has invested in Xi3, a maker of modular computers, with the goal of making a compact living room PC for gaming. Xi3 has shown off a prototype, but details—including whether it’ll run Linux or Windows—remain unclear.

To read this article in full or to leave a comment, please click here

…read more
Source: FULL ARTICLE at PCWorld

Charles Profitt: Wireframe Options

Recently I became involved in Ubuntu Friendly and one of the tools I wanted was a wireframe application so I could make quick mockups moving forward. I learned about several options:

  • Pencil – Pencil is built for the purpose of providing a free and open-source GUI prototyping tool that people can easily install and use to create mockups in popular desktop platforms.
  • Wireframe Sketcher – WireframeSketcher is a wireframing tool that helps designers, developers and product managers quickly create wireframes, mockups and prototypes for desktop, web and mobile applications. It’s a desktop app and a plug-in for any Eclipse IDE.
  • Balsamiq – Using Mockups feels like drawing, but because it’s digital, you can tweak and rearrange easily. Teams can come up with a design and iterate over it in real-time in the course of a meeting.

I eliminated Balsamiq because it requires Adobe Air (which is no longer being developed for Linux).

Pencil:
I found working with Pencil very easy to create the mockup of Ubuntu Friendly. Pencil included resources for Windows, Android, iOS and Web Applications. The drawing produced is very clear and does not simulate being drawn by hand. I had one rather important issue with Pencil; it would not export the mockup as a .png. The dialog box would come up and you would take the steps to save a file, but no file was actually saved. When making a .pdf file the table resource was not rendered.

Screenshot from 2013-02-03 12:50:43

Wireframe Sketcher:
Working with Wireframe Sketcher was not quite as easy as Pencil, nor were there as many built-in resources. The program had no tool to create a table. The resulting sketches simulate being drawn by hand and the program was able to export .png files. This software is also not free and will cost roughly $100.

uf-wireframe

In the end Wireframe Sketcher is the winner as it is able to create functional mockups without requiring Adobe Air or Java and was able to successfully save .png versions. An added feature, that I will not make use of, is that it works with Ecplipse IDE as well. If you are comfortable with Eclipse, or even Visual Studio, the application will be comfortable immediately.

wireframe-sketcher

The IDE style allows you to build an application with multiple screens and even have the screens be interactive. All the other mockup programs I tried lacked this depth. The program even allows for custom made svg images to be used as additional shapes or icons.

If you are an Ubuntu User like I am you can find it in the Ubuntu Software Center.

Screenshot from 2013-02-03 17:01:12


Source: FULL ARTICLE at Planet Ubuntu