olofson / eel

The Extensible Embeddable Language for scripting in realtime applications
http://eelang.org/
zlib License
46 stars 4 forks source link

Eelium: Full support for indexed color surfaces #89

Closed olofson closed 8 years ago

olofson commented 8 years ago

A few bits and pieces are missing, making indexed color surfaces rather useless as it is.

Most importantly, support for palette manipulation is needed. Probably wrapping SDL_SetColors(), and direct access to the palette of surfaces, via integer vectors or something.