[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
On 2008-02-12, Peter Hull <peterhull90@xxxxxxxxxx> wrote:
> Dear All,
> I've done some work on the OS X port. I can compile the library and it
> will open an OpenGL window and push mouse and keyboard events through.
> Most of the drawing stuff is not yet implemented (I hope this is
> mostly platform independent GL code), and it doesn't pay any attention
> to the user's choice of colour formats and flags.
> exnew_bitmap works ok
> exnew_events doesn't compile (can't find a4_font.h?)
> exnew_mouse_events works but the OS cursor is not hidden
> exnew_opengl works ok (but the FPS calculation is out by a factor of
> 1000 I think)
> That's as far as I've got with the examples.
>
> What should I do with it? It would be nice to have it in SVN, as the
> code in there is really old.
Yes, best to get it in.
> I'd need to do some formatting/commenting
> first.
Try to clean it up but don't worry about it too much.
Peter