Fr:Xynth
From wiki.gp2x.org
Xynth | |
[[Image:|320px|center|Xynth]] | |
Télécharger | (archive). |
Dévelopeur | Anhanguera |
Version | 0.8 |
Page Web | Site officiel du projet Xynth |
Etat | Diffusé |
Xynth est un système d'exploitation Linux embarqué donc utilisé sur des machine petites et n'ayant pas de grosse capacitées. Plus d'informations sur ce système sur le site officiel. Pour suivre l'avancement surveillez le changelog
Contents |
Fonctionnalités
- TCP/IP (allows client/server connection on different hosts)
- UDS (Unix Domain Sockets)
- pipe() based socket api implementation. usefull for embedded devices. (there is no dependency for TCP/IP stack, if clients and server linked in singled app.)
- Memory based pipe(), read(), send(), poll() implementation. xynth is able to work even 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)
Installation
Dézipper l'archive et lancez l'exécutable depuis le menu game
Controles
L : Clic gauche R : Clic droit Joystick : déplacer la souris
Historique des version
- V0.8 - 02/02/2006:
- Première version diffusée.