本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
說明
登入
cacalabs
/
libcaca
镜像来自
https://github.com/cacalabs/libcaca.git
關注
1
收藏
0
複製
0
程式碼
問題
0
版本發佈
7
Wiki
活動
瀏覽代碼
* Close php blocks in samples programs (add "?>")
tags/v0.99.beta17
Nicolas Vion
nico
16 年之前
父節點
e08de251f8
當前提交
b4830cb8e7
共有
7 個檔案被更改
,包括
9 行新增
和
6 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
查看文件
@@ -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
查看文件
@@ -66,3 +66,4 @@ while (!caca_get_event($display, CACA_EVENT_KEY_PRESS)) {
$iy = -$iy;
}
?>
+ 2
- 0
caca-php/examples/demo.php
查看文件
@@ -366,3 +366,5 @@ function demo_render($cv, $bounds, $outline, $dithering) {
main();
?>
+ 1
- 3
caca-php/examples/dithering.php
查看文件
@@ -19,6 +19,4 @@ caca_refresh_display($display);
sleep(5);
?>
+ 1
- 1
caca-php/examples/figfont.php
查看文件
@@ -33,4 +33,4 @@ foreach ($chars as $c) {
echo caca_export_string($cv, "utf8");
?>
+ 1
- 0
caca-php/examples/polyline.php
查看文件
@@ -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
查看文件
@@ -58,5 +58,4 @@ echo caca_export_string($cv, "utf8");
caca_rotate_left($cv);
echo caca_export_string($cv, "utf8");
?>
Write
Preview
Loading…
取消
儲存