This is a fork of OpenTK maintained for use in osu!.
It has the following changes:
- A fix for exclusive fullscreen on Intel graphics devices.
- Some extra Vector and Matrix functions.
- Targets .NET 4.5 instead of 2.0
Coosu.Storyboard is library to read and write osu!storyboard data of .osb file. This library provides .osbx serializing and deserializing which is an extended format of .osb.
(NOT storyboard code generator)This library implements the ability to execute osu!storyboard code and provides a set of tools to easily implement and optimize osu!storyboard code. Anyone can use this library to directly complete the logic implementation of osu!storyboard and easily porting.