Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pinkeen/ufblit

Fast 16bit bit-blitter exercise :)
https://github.com/pinkeen/ufblit

Last synced: 14 days ago
JSON representation

Fast 16bit bit-blitter exercise :)

Awesome Lists containing this project

README

        

ufblit
======

An exercise to create an ultra-fast blitter without asm or any x86/x64 extensions.

Initially intended for dingoo A320 but it was slower than SDL on dingoo and faster than SDL on the PC (despite the fact that SDL used SIMD).

Well, now it's slower than SDL on my rig. Code uses the clever trick of cramming the whole color into a single 32bit variable (RGB565).