Xynth
From wiki.gp2x.org
vidomtr
Updated 2/2/06
Download at SF
From [1]:
Xynth has been ported to GP2X (http://wiki.gp2x.org) with little effort. Keep watching ChangeLog for updates. Also keep an eye on the GP32x forum thread.
Functionality
- TCP/IP (allows client/server connection on different hosts)
- UDS (Unix Domain Sockets)
- pipe() based socket api implementation. useful for embedded devices. (there is no dependency for TCP/IP stack, if clients and server linked in single app.)
- Memory based pipe(), read(), send(), poll() implementation. Xynth is able to work even if there is no file descriptor on system.
- mutex and condition variables implementation using semaphores.
- DMA (Direct Memory Access). allows clients to draw directly on graphics buffer.
- Buffer streaming (allows client/server connection on different hosts)
- Ported Applications:
- Mplayer v1.0pre7try2 (http://www.mplayerhq.hu)
- links v2.1pre20 (http://links.twibright.com)
- Ported Libraries:
- GTK v2.4.14 (http://www.gtk.org)
- SDL v1.2.9 (http://www.sdl.org)