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

https://github.com/kfl/mmage

Simple image library with functional interface for Moscow ML. Based on SDL2.
https://github.com/kfl/mmage

Last synced: 5 months ago
JSON representation

Simple image library with functional interface for Moscow ML. Based on SDL2.

Awesome Lists containing this project

README

          

Mmage
=====

Simple image library with functional interface for Moscow ML, based on
SDL2. Hopefully to be used in Introduction to Programming, 2013.

What works:
* Reading from files works
* Showing images works
* Setting individual pixels works
* Creating (make) a blank image
* transform works

Not implemented:
* blit, transform{i,Rect,Recti}
* Documentation

Unknown:
* Is performance usable? (small tests suggests that it is)
* Is the API right?
* Will it work with the Android port of Moscow ML?