LEXSDL


LEXSDL is a SDL wrapper for C and Rust.

This documentation if valid for both C and Rust since the functions are the same (requiring unsafe in rust).
This documentation is complemented with the official SDL2 documentation aka. wiki.
*DOCUMENTATION IS NOT FINISHED

In rust the sdl2-sys crate is used.

Its easy to integrate in existing projects. Check Integrating

A safe wrapper is planned for Rust (probably as feature) and a wrapper for C++ to use namespaces, function overloading and methods for structs in both languajes.


Documentation

- Initialization

- Integrating

- Management

Window
Renderer

- Rendering

Renderer
Textures

- Events

keyboard
mouse
other

- Internal