func main() { window.Run(gfxLoop) }
func main() { if len(os.Args) <= 1 { log.Fatal("Usage: azul3d_ice [file.ice][file.json]") } window.Run(gfxLoop) }