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.
- Host: GitHub
- URL: https://github.com/kfl/mmage
- Owner: kfl
- Created: 2013-08-31T16:23:49.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-09-02T18:19:32.000Z (almost 13 years ago)
- Last Synced: 2025-01-31T23:59:51.232Z (over 1 year ago)
- Language: Standard ML
- Size: 133 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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?