|
One thing has stuck out as the thing of value that I have done in F#, and that is my SDL wrapper, which is fitting because I once wrote a book on using SDL.
|
|
| Module | Unit Tested | Example App |
|
|
|
|
| --- | --- | --- |
|
|
|
|
| [Error](Error) | No | None |
|
|
|
|
| [Init](Init) | Yes | All of them(1) |
|
|
|
|
| [Video](Video) | No | None |
|
|
|
|
|
|
Here's the plan:
|
|
* 1 - the initialization system, as it is needful for practically everything else in SDL, is at least in part included in each of the other demos |
|
|
|
\ No newline at end of file |
|
1. Get the SDL wrapper "complete". [Here's the Trello](https://trello.com/b/1iPETYAM/sdl2fs)
|
|
|
|
1. Get some examples and boilerplate code for starting projects.
|
|
|
|
1. Get some framework stuff done to make using the wrapper a little easier and turn-key.
|
|
|
|
1. There is no profit. I do this because I like it. |
|
|