dart_sdl 0.0.2 copy "dart_sdl: ^0.0.2" to clipboard
dart_sdl: ^0.0.2 copied to clipboard

outdated

A starting point for Dart libraries or applications.

dart_sdl #

This package wraps the SDL package.

I have been implementing functions as I needed them. As such, this library is not complete. I of course welcome issues.

Reading this document #

Since most names in Dart are camelCase translations from their SDL equivalents, only links to SDL functions are included.

For each section of the API, a link to the category is provided, followed by a few sections:

Classes #

In some cases it is necessary to create Dart-side classes to replace SDL structs. Links to the SDL originals should be listed in this section.

Enumerations #

Where an SDL enum has been translated to dart, a link to the original enum should be placed in this section.

Functions #

This section should contain subsections for each Dart class that methods are attached to.

Each section heading should be a link to the Dart class the method is attached to, and each entry in the function list should be a link to the original SDL function.

Progress #

Initialization and Shutdown #

Functions

Sdl class

Configuration Variables #

Enumerations

Functions

Sdl class

Error Handling #

Functions

Sdl class

Log Handling #

Enumerations

Functions

Sdl class

Assertions #

Not implemented.

Querying SDL Version #

Classes

Functions

Sdl class

Display and Window Management #

Classes

Enumerations

Functions

Sdl class
Display class
Window class
9
likes
0
pub points
14%
popularity

Publisher

verified publisherbackstreets.site

A starting point for Dart libraries or applications.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

ffi, meta

More

Packages that depend on dart_sdl