Search found 6 matches

by Yahu
Mon Apr 13, 2015 4:09 am
Forum: Ren'Py Questions and Announcements
Topic: There is no way to port my project to Android platform?
Replies: 1
Views: 539

There is no way to port my project to Android platform?

Hello Everyboy! Recently I meet a big problem when I try to port my project to Android. In my project, I add new c library to renpy to support 2D skeleton animation(by spine) then I compiled c file into pyd file just like renpy did, and I also modified the gltexture, gldraw, regenerated them and rec...
by Yahu
Wed Mar 11, 2015 12:01 am
Forum: Ren'Py Questions and Announcements
Topic: Screen prediction ignores "if" statement?
Replies: 1
Views: 402

Re: Screen prediction ignores "if" statement?

:(
Is anyone who can help me?
I do need a resolution to continue coding....
by Yahu
Tue Mar 10, 2015 3:11 am
Forum: Ren'Py Questions and Announcements
Topic: Screen prediction ignores "if" statement?
Replies: 1
Views: 402

Screen prediction ignores "if" statement?

Good afternoon everyone! Good afternoon @pytom! I take advice from @pytom to turn my ui.xxxxx function into screen language. but I found the performance getting worse, then I debug the code flow and find what's the problem here is the strcuture of my screen code: screen Book(page): if isinstance(pag...
by Yahu
Fri Mar 06, 2015 7:57 am
Forum: Ren'Py Questions and Announcements
Topic: About Screen Optimization[SLOVED]
Replies: 2
Views: 794

Re: About Screen Optimization

Thank you for your detail replying !
That's very kind of you.
I'll rewrite my GUI functions, though it may take time....(sigh)
by Yahu
Thu Mar 05, 2015 11:32 am
Forum: Ren'Py Questions and Announcements
Topic: About Screen Optimization[SLOVED]
Replies: 2
Views: 794

About Screen Optimization[SLOVED]

Hello everyone! recently I update renpy to 6.18 when I read document, I find some new features about screen optimization since my game UI is quite complex, I used to build it inside python function,all by python ui.xxxxxx statement My questions are: 1.Is there any 【efficiency】 difference between def...
by Yahu
Thu Feb 26, 2015 4:26 am
Forum: Ren'Py Questions and Announcements
Topic: The screen code runs twice with "call screen" statement
Replies: 0
Views: 449

The screen code runs twice with "call screen" statement

:o Hello Everybody! My name is Yahu, I'm a developer of Ren'Py. when I made my screen code, I found some questions. Here I want to create a drag object with python code from my database. #[Yahu] get data from data base t = get_game_data() #[Yahu] create and refer to a drag object if t: d = ui.drag(d...