What's everyone working on this week (49/2018)?

Better late than never: What are you folks up to?

Working on an issue called Implement RealisticCamera, which reads lens designs from a file (see book chapter about it).

Accomplished this weekend:

I'm hoping to spend some time this week contributing to RustaCUDA.

1 Like

Polishing the documentation of my IEEE 802.15.4 crate, for its first crates.io release.

1 Like

I released the first version of Tetra, an XNA-ish 2D game framework!

...and then immediately had to release another two, because publishing your code is the best way to make yourself notice all the bugs you missed :sweat_smile:

1 Like

@17cupsofcoffee I created an issue for you ...
It might be my graphics card (works on one machine, but not the other) ...

1 Like

@17cupsofcoffee
I definitely empathize there :laughing:
My crates are often released in bursts...

1 Like

I've written the next Call for Participation (2) (reddit) for the imag project.

Best regards to you all from the Baja California, Mexico!

The last week I was in vacations :slight_smile: , this week I trying to finish my fist application with actix and rust:

To finish I want the response send the reason message for the BAD_REQUEST

Did a fair amount of OO -> EC data layout refactoring for my game:

36 files changed, 178 insertions(+),  307 deletions(-)
29 files changed, 588 insertions(+),  591 deletions(-)
29 files changed, 591 insertions(+),  588 deletions(-)
41 files changed, 653 insertions(+),  489 deletions(-)
 1 file  changed,  10 insertions(+),    7 deletions(-)
50 files changed, 617 insertions(+), 1169 deletions(-) // <-- fearless refactoring
38 files changed, 246 insertions(+),  318 deletions(-)
34 files changed, 109 insertions(+),  106 deletions(-)
34 files changed, 215 insertions(+),  215 deletions(-)
44 files changed, 797 insertions(+),  826 deletions(-)
34 files changed, 540 insertions(+),  705 deletions(-)
19 files changed, 163 insertions(+),  110 deletions(-)

Strict conventions + rustfmt + regex replace really work well.
Next, update Amethyst + Rust 2018.