S JavaScriptem funguje tato webová stránka lépe.
Domů
Nápověda
Přihlásit se
cacalabs
/
libcaca
zrcadlo
https://github.com/cacalabs/libcaca.git
Sledovat
1
Oblíbit
0
Rozštěpit
0
Zdrojový kód
Úkoly
0
Vydání
7
Wiki
Aktivita
Procházet zdrojové kódy
* Close php blocks in samples programs (add "?>")
tags/v0.99.beta17
Nicolas Vion
nico
před 16 roky
rodič
e08de251f8
revize
b4830cb8e7
7 změnil soubory
, kde provedl
9 přidání
a
6 odebrání
Rozdělené zobrazení
Diff Options
Zobrazit statistiky
Stáhněte soubor opravy
Stáhněte rozdílový soubor
+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
Zobrazit soubor
@@ -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
Zobrazit soubor
@@ -66,3 +66,4 @@ while (!caca_get_event($display, CACA_EVENT_KEY_PRESS)) {
$iy = -$iy;
}
?>
+ 2
- 0
caca-php/examples/demo.php
Zobrazit soubor
@@ -366,3 +366,5 @@ function demo_render($cv, $bounds, $outline, $dithering) {
main();
?>
+ 1
- 3
caca-php/examples/dithering.php
Zobrazit soubor
@@ -19,6 +19,4 @@ caca_refresh_display($display);
sleep(5);
?>
+ 1
- 1
caca-php/examples/figfont.php
Zobrazit soubor
@@ -33,4 +33,4 @@ foreach ($chars as $c) {
echo caca_export_string($cv, "utf8");
?>
+ 1
- 0
caca-php/examples/polyline.php
Zobrazit soubor
@@ -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
Zobrazit soubor
@@ -58,5 +58,4 @@ echo caca_export_string($cv, "utf8");
caca_rotate_left($cv);
echo caca_export_string($cv, "utf8");
?>
Zapsat
Náhled
Načítá se…
Zrušit
Uložit