Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - kurayama

Pages: [1]
1
SFML projects / Re: Before the Reign
« on: May 17, 2012, 02:39:04 am »
Have you updated the source code to the new naming convention?
I want to test it, but it needs many changes to compile  :-\

2
C / Vim and SFML
« on: September 29, 2011, 09:07:12 pm »
I recommend that you ditch OmniCppComplete and use clang_complete. Works well with C and C++.
You don't need to change things for every api you use, it behaves like an ide auto-completion, it's the same as xcode4 btw.

3
General / rbSFML
« on: August 07, 2011, 01:53:18 am »
Can't seem to get it working on osx with rvm.
Always get ''require' no such file to load...' on sfml includes

4
General discussions / [NEWS] Xocde 4 template support added
« on: June 04, 2011, 06:33:26 pm »
Quote from: "Hiura"
When frameworks package will be available you'll be able to rebuild your application against them and release a new version of you app to your clients. They will need to install SFML frameworks to use your app.


Or one can just set a new "Copy Frameworks" Build Phase and include it in the .app  :)
Self-contained apps are the only ones accepted in App Store, afaik

5
General discussions / [NEWS] Xocde 4 template support added
« on: June 04, 2011, 05:42:44 pm »
Just tested the bundle one, and it works nice (just had to change "Build Active Architecture Only" to Yes, to build in Release).

We can't distribute these until the .framework is done, right?

6
SFML projects / Lightning
« on: September 14, 2010, 12:33:02 pm »
The code works in sfml 1.6, you just have to remove all references to  sf::Renderer& renderer, which from what I've read isn't doing anything..

The lightning looks nice :)

Pages: [1]
anything