Recent content by Eniko

  1. Eniko

    Onee-sama Tasukete!

    Well we're being trained as intermediaries, so every week we get new vocabulary, grammar, and kanji and are expected to attain fluency in them in that week. So there's nothing so large or long term. Add to that this game requires a arge degree of content and even if I work on it in weekends it...
  2. Eniko

    Onee-sama Tasukete!

    Yeah I appear to have underestimated the complexity of learning a new language for which you have no context whatsoever. :P I'm basically always studying, and what little free time I have left goes to having a semblance of a social life and trying to relax/destress.
  3. Eniko

    Dying LCD ribbon.

    Just posting that another in the first 700 is suffering this problem. Pretty bad since I use my Pandora to study on the train. Curious how long Pandoras that display this problem last on average before going completely dead. I'd like it to last til my week long break.
  4. Eniko

    GP32X Needs You!

    I say this place needs a woman's touch. ;)
  5. Eniko

    Disabling Touchscreen Clicking

    No dice:
  6. Eniko

    Disabling Touchscreen Clicking

    Right now it's terribly inconvenient playing mostly mouse driven games on the Pandora. The touchscreen can't right click, basically. The current way it works is sufficient for apps (although half the time I can't get right clicks to register there either) but completely useless for games. The...
  7. Eniko

    Dropped My Pandora

    Anyone wanna start a betting pool on how long before he starts having display issues? :D
  8. Eniko

    Learn Python

    Not true, I'm doing it with Onee-sama Tasukete! but I am locking the FPS at 30 and running at half the Pandora's res. Still entirely possible though.
  9. Eniko

    Kissui

    A bit of adding features and optimization later, using dirty rectangles is in. Code for that would look like: while running: events = gui.processevents(pygame.event.get()) for event in events: if event.type == pygame.QUIT: closing = True...
  10. Eniko

    Kissui

    Pretty much, yes. There's plenty out there that's sufficient for a basic game UI, but for anything more involved there's nothing. For tools you could integrate Pygame with PyQt or PyGtk but that's a huge pain in the ass and most of the time total overkill, and it just won't even work for games...
  11. Eniko

    Kissui

    It's probably going to be pure Python unless it seriously needs the optimization. (which I doubt) Also torpor, I'm not sure what you're picturing when you want to combine a GUI library with this animator library?
  12. Eniko

    What are you developing?

    Why did this get moved to the C/C++ section? :huh:
  13. Eniko

    What are you developing?

    See my sig. ;)
  14. Eniko

    Kissui

    While working on a level editor for Onee-sama Tasukete! I was once again vexed by the lack of what I consider a proper, easy to use, easy to integrate, well working GUI library. After messing around with several of the common suggestions and finding them all wanting, I started working on KissUI...
  15. Eniko

    GP32 firmware related stuff should go to gp32x

    I think a "learn how to code" subforum would be a nice idea. I would definitely lurk in the corners of the Python section. ;)
Back
Top