static void Main(string[] args) { LD_Window win = new LD_Window(GameWindowFlags.Default); win.Run(60); }