package ui type WindowInterface interface { CreateWindow(title string,width,height float32, visible bool) }