Ali Parr

1,138
reputation
150 views

Registered User

name Ali Parr
member for 1 year
seen Dec 17 at 17:36
website
location GB
age 25
I write DirectX/OpenGL in C++. I sometimes dabble in web development and the .net Framework.
Nov
19
comment Getting current GMT time in C# (.Net)
You don't deserve a negative vote, this is still a useful, related answer. +1
Nov
17
comment Great programming quotes
Maybe you were sobbing inside because you know it's true...?
Nov
16
comment How to hide a string in binary code?
+1 For the analogy!
Nov
7
comment Future proofing a large UI Application - MFC with 2008 Feature pack, or C# and Winforms?
Thanks for the info Ray Burns. Food for thought.
Nov
2
answered How to check if memory has aready been released in Destructor?
Nov
2
accepted How to draw cloud of characters in 3D with iPhone OpenGLES?
Oct
31
comment How can I make a Java compiler?
Good for you! :D
Oct
28
comment How to draw cloud of characters in 3D with iPhone OpenGLES?
There are probably other methods of doing this, but the way that has worked for me: Firstly, you need to create a texture atlas (A single large texture), with all the characters in it. blogs.agi.com/insight3d/wp-content/… Then you need to write an algorithm that will generate quads of the right size, and with the right uv coordinates to display those glyphs. You can get this data out of the font using a library like Freetype. It sounds complex but it's really not so bad.
Oct
28
answered How to draw cloud of characters in 3D with iPhone OpenGLES?
Oct
23
comment What Language Generation is c#?
A higher generation doesn't mean it has to be any good ;)
Oct
23
answered What Language Generation is c#?
Oct
22
revised The ethics of using ‘My Documents’ as a dumping ground…
added 337 characters in body
Oct
22
comment The ethics of using ‘My Documents’ as a dumping ground…
Probably the most practical solution. Thank you.
Oct
22
comment The ethics of using ‘My Documents’ as a dumping ground…
Perhaps, but then why do such big name companies (Adobe/Autodesk etc) regularly ignore it? Plus is that directory obvious for people to manually backup/move etc?
Oct
22
asked The ethics of using ‘My Documents’ as a dumping ground…
Oct
21
revised Windows 7 OpenLDAP Curl DLL Dependency Hell
added 347 characters in body
Oct
21
comment Windows 7 OpenLDAP Curl DLL Dependency Hell
I could do if it does indeed turn out to be a true bug. Chances are it's an 'oops' on my part though ;)
Oct
21
asked Windows 7 OpenLDAP Curl DLL Dependency Hell
Oct
15
awarded  Great Answer
Aug
19
comment Extracting Glyph Kerning Information C++
Thank you for this. I've gone ahead and used GetKerningPair() coupled with GetGlyphIndices() and I'm now getting acceptable results. It's not correct for OpenType fonts, but that's an acceptable limitation for now.
Aug
14
awarded  Yearling
Aug
12
comment Extracting Glyph Kerning Information C++
Thanks - that at least rules out qt. It's amazing how difficult this seemingly simple thing is turning out to be.
Aug
11
answered Another question about premature optimization
Aug
10
comment What is a lambda (function)?
+1 - The most succinct and clear explanation of this I've ever come across.
Aug
10
asked Extracting Glyph Kerning Information C++
Aug
8
accepted How do you count the lines of code in a Visual Studio solution?
Aug
7
answered How do you count the lines of code in a Visual Studio solution?
Aug
6
answered Newsletter submission
Aug
6
comment what is the difference between (.) dot operator and (->) arrow in c++
+1 ^ what he said
Aug
6
answered what is the difference between (.) dot operator and (->) arrow in c++
Aug
5
comment What ways are there to link a favicon to my site beside the <link tag in the head?
This is the worst question ever.
Aug
5
awarded  Nice Question
Aug
5
asked Uniscribe Kerning
Jul
30
awarded  Popular Question
Jul
19
comment iPhone Simulator: SpringBoard failed to launch application with error: 7
Same - this fixed things for me too.
Jun
24
awarded  Nice Answer