Archive for the ‘Uncategorized’ Category

Cocoa – Adding mask and overlay to an image

Masking an image in cocoa framework sometimes is not that straightforward as it should be, therefore I’m sharing a code that accomplishes that task in a very simple and neat way. Simply applying mask to an image using CGImageMaskCreate and assigning result image to UIImageView’s image property often doesn’t work properly – the result has [...]

Posted on August 7, 2011 at 11:02 pm by Lubiluk · Permalink · Leave a comment
In: Uncategorized · Tagged with: ,

Getting started with PhysX SDK 3.0 on Linux

Nvidia has released PhysX SDK 3.0 with new features/changes and promised native support for 64-bit machines (Official release notes). Amongst, SDK packages there is also one for Linux. Unfortunately Nvidia again doesn’t ship any documentation or samples for Linux users. But that won’t stop us. Putting all the PhysX parts together is quite cumbersome task, [...]

Posted on July 18, 2011 at 8:39 pm by Lubiluk · Permalink · One Comment
In: Uncategorized · Tagged with: , ,

HowTo: Setup PhysX SDK on Linux

Note: This article is about PhysX 2.8.1. A guide for PhysX 3.0 is here. Nvidia PhysX can be run under Linux, but unfortunately there is not documentation how to do it. Binaries are available (only 32bit) but that’s all what is given to Linux users. I will describe step by step how to setup and [...]

Posted on June 27, 2009 at 2:16 am by Lubiluk · Permalink · 13 Comments
In: Uncategorized · Tagged with: , , ,

Why Linux?

That’s a very common question. You may notice on this blog that I use Linux to most of my tasks. I would like to cover this subject to view some very nice advantages of this OS. I will not denigrate other (commercial especially) operating systems, that’s not the point. I hope to present Linux as [...]

Posted on June 24, 2009 at 10:39 pm by Lubiluk · Permalink · Leave a comment
In: Uncategorized · Tagged with: 

Hello world!

I think the default wordpress title for this post is just fine. Here I start this blog. I will write here some of my cogitations, tutorials and whatever will come to my mind to write here. Articles will cover software development and other subjects connected with computer science. I hope you’ll find this useful. Comments [...]

Posted on June 11, 2009 at 1:55 am by Lubiluk · Permalink · Leave a comment
In: Uncategorized