












‫‏‬



‫‏‬




































































    Nupedia


패턴   그리고
시간을 초월한 창조의 원칙








































































Declare Function DAPI_GetDeviceCount Lib "UsbI2cIo.dll" ( _
 ByVal lpsDevName As String) _
 As Byte



GetDeviceCount =
  Win32API.new("usbi2cio", "DAPI_GetDeviceCount", "P", "L")
num = GetDeviceCount.call(DEV_SYM_NAME)























        

























require 'sgl'
window 100,100         # 100x100
background 100,100,0   #
color 0,0,100          #
rect 20,20,80,80       #
wait
require 'sgl'
def setup
  window -200,-200,200,200
end
def display
  x = mouseX
  y = mouseY
  line -200, -200, x, y
  line 200, -200, x, y
  line -200, 200, x, y
  line 200, 200, x, y
end
mainloop

















メディアアートにおけるプログラミング言語Rubyの役割