brson / rust-sdl

SDL bindings for Rust
MIT License
179 stars 52 forks source link

Initial pop at High level bindings #17

Closed AngryLawyer closed 11 years ago

AngryLawyer commented 11 years ago

Hi there @brson.

I'm doing this as a pull request rather than just jumping in and merging it as I'm not too comfortable with big changes going into things without at least a casual glance to make sure I've not done anything really silly.

A quick run-down of the changes:

If I've done anything super wrong, let me know, as much of this code was written in a frenzy caused by too much tea.

Have a happy holiday season!

AngryLawyer commented 11 years ago

As nobody's voiced any objections, I'll merge this in over the next couple of days.

brson commented 11 years ago

@AngryLawyer Sorry this slipped by! This looks amazing, and thank you so much for improving this library.

AngryLawyer commented 11 years ago

Thanks :) I've just realised it doesn't compile against the latest Incoming, as the way imports work has changed, so I'll sort that out before I merge.