Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

My previous question about PRKit - Draw texture using PRKit and use texture mapping for it (i don't remember password for that account and can't restore it, so created new user here...)

So, I'm on a way to creating iphone game and level editor for it. I'm using PRKit for my game. It was modified using this tutorial

LevelEditor(LE) developed using Coco2d for MAC and I need to use PRKit in it. I'm creating polygons in LE, next they are stored in array and next this array writing to file using NSArchiver. On iPhone these polygons are loaded and drawn with custom texture using PRKit. All ok here.

When I draw polygons on MAC I want to map textures to them in my LE. So I've imported PRKit(modified - that used in my iOS game) into my project, then I saw some errors(something about NSPoint<->CGPoint) and I've fix them all. When my project compiles without errors I saw that nothing is drawing... I know nothing about openGL, so I can't move forward. Can someone please help me with porting PRKit for MAC? I think that method "-(void)draw" in PRKit must be modified again... but how...

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.