What's everyone working on this week (46/2021)?

New week, new Rust! What are you folks up to?

Compiling Brainf**k to wasm+wasi.

It's, uh, interesting.

Last week I failed at finding time to keep working on a simulator, but at least I got to rage code with rust on wasm (clickers beware: unprofessional language).

So this week hopefully I'll be able to focus on simulation and client code for Foca :slight_smile:

I am creating a new rust crate: doomsday to serve FTD so that it can be easily used from any web framework. I am going to use Hyper, and this is my first non trivial async Rust code.

I am building it in public.

i'm new here. i work on a simple programto get data out of a mysql database, format it to JSON then send it off to an API using reqwest :slight_smile:

1 Like

I've just completed my first real, if smallish, project which provides a mailbox-style interface for a back-end service to communicate with a front-end service. It's nothing fancy, but it works and I think I've made friends with the borrow-checker, at least for the moment. Also, my first post, so :wave:

3 Likes

I added 3D rendering to my graph viz tool. Next I would like to make a nice 3D explorer, using a game engine. Demo video:

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.