Ce site fonctionne mieux avec JavaScript.
Accueil
Aide
Connexion
cacalabs
/
libcaca
miroir de
https://github.com/cacalabs/libcaca.git
Suivre
1
Ajouter aux favoris
0
Bifurcation
0
Code
Tickets
0
Versions
7
Wiki
Activité
Parcourir la source
* Close php blocks in samples programs (add "?>")
tags/v0.99.beta17
Nicolas Vion
nico
il y a 16 ans
Parent
e08de251f8
révision
b4830cb8e7
7 fichiers modifiés
avec
9 ajouts
et
6 suppressions
Vue séparée
Option de Diff
Voir les Statistiques
Télécharger le Fichier Patch
Télécharger le Fichier des Différences
+2
-0
caca-php/examples/cacainfo.php
+1
-0
caca-php/examples/cacapig.php
+2
-0
caca-php/examples/demo.php
+1
-3
caca-php/examples/dithering.php
+1
-1
caca-php/examples/figfont.php
+1
-0
caca-php/examples/polyline.php
+1
-2
caca-php/examples/text.php
+ 2
- 0
caca-php/examples/cacainfo.php
Voir le fichier
@@ -63,3 +63,5 @@ $list = caca_get_font_list();
foreach($list as $name)
echo "* $name\n";
echo "\n";
?>
+ 1
- 0
caca-php/examples/cacapig.php
Voir le fichier
@@ -66,3 +66,4 @@ while (!caca_get_event($display, CACA_EVENT_KEY_PRESS)) {
$iy = -$iy;
}
?>
+ 2
- 0
caca-php/examples/demo.php
Voir le fichier
@@ -366,3 +366,5 @@ function demo_render($cv, $bounds, $outline, $dithering) {
main();
?>
+ 1
- 3
caca-php/examples/dithering.php
Voir le fichier
@@ -19,6 +19,4 @@ caca_refresh_display($display);
sleep(5);
?>
+ 1
- 1
caca-php/examples/figfont.php
Voir le fichier
@@ -33,4 +33,4 @@ foreach ($chars as $c) {
echo caca_export_string($cv, "utf8");
?>
+ 1
- 0
caca-php/examples/polyline.php
Voir le fichier
@@ -40,3 +40,4 @@ caca_put_str($canvas, 1, 1, "Caca forever...");
caca_refresh_display($display);
sleep(5);
?>
+ 1
- 2
caca-php/examples/text.php
Voir le fichier
@@ -58,5 +58,4 @@ echo caca_export_string($cv, "utf8");
caca_rotate_left($cv);
echo caca_export_string($cv, "utf8");
?>
Écrire
Aperçu
Chargement…
Annuler
Enregistrer