Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror
×

Comment Re:I do think people need to understand that (Score 2) 663

Simply pass the request on to the OS's media layer. That way any format the OS knows how to play, you play.

A lot of browsers have been able to do this for years, and if every browser and OS had a free open standard that content browsers could bank on being present, then it wouldn't be a problem. The problem now though is that a content developer can't be sure that the codec used is installed on the end-user's system.

By requiring Flash, the developer gets around the problem since the developer can safely assume that Flash will have the same codec support everywhere. Of course, Flash is bad for the internet since it isn't a free and open standard, which is why we are dealing with all this WebM stuff now. We need a format for video that is equal to PNG/JPEG in term of freedom and openness.

*Imagine if there were no image standards for the net* if images were just left to the OS. We'd constantly be downloading new image codecs, or we'd run across images pages where we couldn't view the images. I think everyone can agree that would be awful. Video deserves a free and open standard just as much as images do.

Hopefully this is useful to someone. A lot of posts I read seem to come from people unaware or misinformed of these basic issues. (I probably should have included this in my last post but I hadn't thought of it yet!)

Comment Re:I do think people need to understand that (Score 1) 663

Free and Open Source software is fundamentally incompatible with "Free as in Speech" but not "Free as in Beer" standards. (At least from a distribution perspective.)

When people say we need a standard that is free and open they mean both "Free as in Speech" and "Free as in Beer". Anything else puts Free Software at a disadvantage.

Giving up on the argument that standards should be both open and free of charge means giving up on Free software as a whole, which I for one am unwilling to do.

Comment Re:Putting the snideness of the summary aside... (Score 1) 663

Chrome was created to make money *indirectly*. The Chrome browser itself will probably never actually make money, but if it encourages increased internet use and increased ease of development for the web through free open standards, then it will increase Google's core business.

Regardless, it shouldn't even matter if Google does somehow make money from this. A widely available free open standard for internet video is a huge net win for everyone. The only people it could possibly hurt are those who currently make money from licensing, or benefit from the disadvantage that Free Software has in not being able to legally incorporate patented technology. Every argument I've seen presented against WebM and for H264 is short sighted, and fails to take into account the long term implications. Once such argument being: "Devices support H264 and not WebM" when clearly, future devices could easily support WebM at no licensing cost. Another argument being that WebM isn't good enough, which fails to take into account its rapid pace of improvement, and the fact that since there are patent free legal open source implementations, new versions of the standard can continue to progress freely.

Arguments in favor of H264 also ignore the disadvantage that it imposes on Free Software. Such a disadvantage is not acceptable for an internet standard. Hopefully once enough support gets together for WebM, the W3C people will incorporate it into the official web standards.

My guess is that the people at Google realize that we're *never going to get* a ubiquitous high quality free open video standard for the web *unless* they really put their foot down on this issue. This action directly benefits me, and it benefits nearly all other web users long term. If the decision benefits Google too, I'm OK with that.

Comment Re:more demos (Score 1) 188

I buy a *lot* of indie games. Most of them have free demos. Simple answer, yes, I am far more likely to buy a game after playing a demo. It raises my confidence if the demo is good.

If there is no demo, my confidence is fairly low. I would need to read a lot of very positive reviews before buying.

Comment I second this, OpenGL and QT are both great. (Score 5, Interesting) 331

I second the parent post. However, in my opinion, OpenGL only is pretty tough to use. It takes a lot of knowledge. (GLUT can help to get you started.)

Where OpenGL would require you to program too much functionality from scratch, I personally recommend QT, using OpenGL only where you need it. QT is easy to learn, easy to code for, provides *tons* of functionality, and it performs great. In fact it performs well enough for very heavy 3D animation software to rely on it. (Maya has now been rewritten to use QT, and it is a big improvement.) You can paint your own custom anything, and even easily integrate 3D into your project. I really can't say enough good things about QT. It is now available under the LGPL, so you can use it for open source or closed sourced projects.

As mentioned above by the parent, QT isn't lightweight, but it isn't a pig either. You can use as much or as little of the toolkit as you like, and it can run very fast and have very low overhead. It is light enough that Nokia is using it as their primary development framework for mobile apps with their upcoming Meego based phones. From my personal experience QT flies.

Also, I've had great results with PyQt and with PySide. PySide is the new, "official" binding for QT on Python. They have examples in their demo folder of custom canvas based applications, and they work great and are easy to follow. You can have your own similar program, written from scratch in Python, up and running in 10 minutes.

It should also be noted that because QT works so well cross-platform, it has a huge advantage over toolkits that are tied to a single operating system. (Particularly those from MS.) In my own work, I won't even consider using something that doesn't run on Windows, Mac, Linux, and potentially more operating systems. I use all kinds of devices, and I don't want to be tied down. QT makes cross platform development straightforward, and software like Autodesk Maya is proof that it works even for highly complex projects.

I know I'm starting to sound like a salesman, but my experiences really have been that positive. About the only downside is that there aren't current C# or Java bindings for it. This doesn't matter to me though, because I've got C++ where I need performance and Python where I want ease of use. (With Cython, you can easily have performance and ease of use at the same time.)

I hope that helps.

Comment Some Suggestions (Score 1) 172

I'll try to provide some useful advice. I have been teaching 3D graphics and game development for 12 years, and most of the major game studios (including EA, Ubisoft, Blizzard, and more) now employ at least one of my students.

Students of mine have had great success using UDK. I highly recommend it. There are plenty of tutorials on the main site student can watch to quickly learn how to use it. The learning curve is quite easy. Students of mine have been able to create nice looking content on the same day they were introduced to the software.

In particular, what's great about UDK is that it allows non programmers to create Gameplay logic, because of its visual scripting system. Many of my more artistically minded students now use UDK to create their demo reels since UDK is capable of such high visual quality.

Unity3D is also a viable choice, however, it is much more work to get a high-end game up and running because most of the gameplay programming has to be written from scratch. At the moment it is also lagging very far behind UDK's visual ability. Unity has nothing that comes close to the "lightmass" global illumination system in UDK, which can be used to create fantastic looking levels.

UDK's weakness is that for gameplay development, it is quite hard to make a game totally different from the sample game it ships with. ("UdkGame") Programming for UDK is much more difficult and programming for Unity or most other systems. This is mostly because the UDK API is poorly documented by comparison, and UDK isn't supported in the same way as the full Unreal Engine.

If you are looking for an open source or linux based program, Blender can be used. The newest beta version is actually quite powerful. Blender has a game engine built in and it allows students to create visual "logic bricks" but also to program their game using python. (Of all the languages I have taught, students new to programming consistently pick up Python the fastest.) The Blender game engine Python API is well documented and easy to work with in my experience, though it does have some limitations, such as not being able to create new logic bricks on the fly, or being able to get a reference to a logic brick that is not "connected" to the currently running script. Fortunately, Blender is open source, so you could fix these issues yourself if you needed to.

Also, as another pieces of advice, you should decide on whether you want your students to focus on gameplay or graphics (or if you want to be able to give them the choice). Either one is a valid choice, but tudents tend to specialize in one or the other, and most students don't have enough time to get really both at both.

If you would like to discuss anything further, please contact me, I'll do my best to help.

You can read more about my teaching at: http://www.teaching3d.com/wp/?page_id=210

Comment Re:Probably not an issue for beginners? (Score 2, Interesting) 215

They will matter a little bit. Some very basic things (like the way the print function works) have changed. However, there's plenty of information on their website, and they've made tools to make migration easier. Those little problems should be easy enough to work around if you use 3.x, or you could keep using 2.x for a while until everything else catches up.

Comment Signed up at Good Old Games Today (Score 3, Informative) 227

I used Good Old Games today. I was pretty happy, because it worked instantly and no fuss. Even came with pdf manual and mp3s of the soundtrack. The game I got was descent 1 and 2, replaying those games reminds me that its not just nostalgia, the games were actually great. I've played similar games since, but even though they have better graphics, they've not been better games. The early descent games *nailed* it. Also, I was impressed at the way it came with a pre-prepared version of dosbox, so it ran right away, no hassel. Very worth the purchase price, and the lack of DRM sealed the deal for me. I'm planning to grab Freespace 1 and 2 shortly.

Slashdot Top Deals

"And remember: Evil will always prevail, because Good is dumb." -- Spaceballs

Working...