2021-06-19から1日間の記事一覧

最近作っているClipScript

https://github.com/ongaeshi/clipscript 短い動画を簡単に作成するためのスクリプト言語です。 require 'clip' App.window_size(400, 225) font_s = Font.new(40) font = Font.new(50) smile = Texture.new(Emoji.new("")) script do |root| Drawer.backgro…