Integrating


Integrating LEXSDL in a existing project is easy.
The only thing necessary is having access to the raw SDL_Window and SDL_Renderer.
Bellow are examples on how to do it.
The functions to be used are:



C

This example can be run after clonning the repo as "make integrating"



Rust

This example can be run after clonning the repo as "cargo run --example integrating"