Search results

  1. S

    Speed Optimization

    Thanks for the explanations. I didn't know that floating point math is so expensive on the gp2x :/ I'm going to work on it then. Edit: More suggestions -- if there are any -- are of course appreciated.
  2. S

    Speed Optimization

    I tried the shift by 8, but it caused distortion on the textures. I played around a bit with the operand, and a shift by 11 seemed to be a good trade-off between performance and distortion. I gained about 10-20FPS and the image suffers only minor distortions. Edit2: I mean an increase of...
  3. S

    Speed Optimization

    I changed the type of ratio to float. And I guess tomorrow I'll look into setting up some lookup tables for the trigonometric functions. Although I don't think it's them that significantly slow down the program. Edit: In fact, I have a reason why don't think that... according to gprof...
  4. S

    Speed Optimization

    Yes, that's correct. It is the ratio of the actual height of the texture to the height that will be drawn on the screen. I could just use "GRID_SIZE / renderheight" (which are both integers) instead of that, but the value is constant for the whole column of the screen that is being rendered, so...
  5. S

    Speed Optimization

    Hello, I am developing a 3d engine for about two weeks now, which I would like to use on my GP2X. Sadly, the performance is abysmal. I get about 1-2 FPS on the GP2X. When I run it natively I get about 130. Then of course, my computers is some orders of magnitude more powerful. :( I would be...
  6. S

    GP2X Emulation Tutorial

    One more sample program, a corrected makefile and a bugfix for ISZ here: http://sirdystic.opioidforum.com/aisc-0.0.2.tar.gz
  7. S

    Emulator Tutorial

    Ich hab mal einen sehr kleinen Emulator geschrieben, der helfen soll, zu verstehen, wie ein Emulator funktioniert. Emuliert wird eine CPU, die zwar nur 5 Instruktionen versteht, aber trotzdem Programme ausführen kann. Ich habe zwei Beispiel- programme und einen Assembler, der aus dem Sourcecode...
  8. S

    GP2X Emulation Tutorial

    I wrote a very tiny emulator, to help understanding, how emulation works. It emulates a CPU, that only understands 5 instructions, but can run programs. I included two example programs and an assembler, which can create binaries for the emulator from the included source code. The sample...
  9. S

    Unify - Ein vereinigter Dateimanager für GP2X

    Hallo Ich werd mich mal dran setzen, das so zu machen. Wenn man nicht mehr Player A sondern Player B benutzen will, wählt man ihn einfach aus und dann wird Player A ersetzt.
  10. S

    Unify - Ein vereinigter Dateimanager für GP2X

    Die Antworten klingen ja ganz gut. Ich habe auch zufällig im IRC mit jemandem gesprochen, der Unify noch kannte und mich ermutigt hat weiter zu machen. Ich wollte als erstes gern um Vorschläge bitten. Ich halte es für sinnvoll, die Konfiguration zu verändern. Das System mit einer...
  11. S

    Unify - Ein vereinigter Dateimanager für GP2X

    Ich habe nicht gefragt, ob ihr was dagegen habt. Ich habe gefragt, ob ihr _möchtet_ dass ich weiter mache.. ob an Unify noch Interesse besteht. Für mich ist das ein recht wichtiger Unterschied, vielleicht ist das nicht klar geworden. Sorry.
  12. S

    Unify - Ein vereinigter Dateimanager für GP2X

    Ich schieb den alten Thread nochmal hoch, ich hoffe mir wird verziehen. Ich habe mich aus der ganzen GP2X-Sache aufgrund von Uni und Krankheit relativ lange herausgehalten. Heute habe ich mir hier diesen Thread nochmal durchgelesen und habe den Eindruck, dass mein kleines Progrämmlein doch ein...
  13. S

    Welche Sprachen kann ich nutzen ?

    Sicher? Ich meine, dass die LGPL gerade geschaffen wurde, damit Linken mit unfreier Software möglich ist (im gegensatz zur GPL, die dann jede andere Lizenz verbietet).
  14. S

    Welche Sprachen kann ich nutzen ?

    Ich mag C sehr gern aber C++ hat auch eine menge Anhänger. Letztenendes ist es eine Glaubensfrage. Du musst selbst entscheiden, welche Sprache dir besser gefällt. €: Ich bin etwas irritiert, sagtest du nicht 2 Sprachen? Du nennst aber 3 :/ C und C++ sind alles andere als das selbe. Sie sind...
  15. S

    Böser Firefox :-P

    Ich mag vim ;)
  16. S

    CS2D compo eintrag

    Ka ob schon was zur eigentlichen Frage kam, aber O'Reilly hat ein entsprechendes Buch im Katalog.
  17. S

    Welche gcc/glibc Version?

    Ich benutze: Sat Feb 11 01:33:45 2006 >>> cross-arm-unknown-linux-gnu/binutils-2.16.1-r1 Tue Feb 21 12:50:30 2006 >>> cross-arm-unknown-linux-gnu/glibc-2.3.6-r3 Mon Feb 27 08:55:42 2006 >>> cross-arm-unknown-linux-gnu/gcc-3.4.5-r1 HTH, SirDzstic
  18. S

    QBasic

    Wenn ich mich richtig erinnere waren die Binaries die das erzeugt hat nur ein Interpreter plus dem Quelltext den man geschrieben hat.
  19. S

    gameboy emulator

    Missbraucht mal meinen Thread nicht so, sondern probierts mal aus :/ Ich kann meinen GP2X nicht ansprechen weil der mein ehci-hcd modul nicht mag. DAS Binary btw :>
  20. S

    Nds hacker sind böse

    Lockwood.. Mal so ne Frage: Hat eure elitäre C/C++ Crew irgendwas vorzeigbares? Ich meine sowas wie nen CVS-Repository, in das man mal reingucken kann... Ach was rede ich.. Vielleicht einfach nur ne Homepage die nicht aussieht, wie aus dem Arsch gepult? :(
Back
Top