Live data from Hacker News

Ask HN: What's your quarantine side project?

news.ycombinator.com

141–150 of 1001 posts

Re: Ask HN: What's your quarantine side project?

#141
Create personalized and unique 8-bit sprites from your name using Cellular Automata!

https://ljvmiranda921.github.io/sprites-as-a-service

Github: https://github.com/ljvmiranda921/sprites-as-a-service

Perfect substitute for Github avatars or random profile pics!

I learned Vue and frontend just for this hehe. Good experience so far! Lmk your thoughts!

Re: Ask HN: What's your quarantine side project?

#143
Working on a simple 3D game engine. Not going for some advanced rendering techniques, just want to have a map you can walk around. Have implemented the map loading (map from Unity Asset Store) some basic postprocessing effects, sky and skeletal animation so that I can have people walking around.

Using D and OpenGL. Might rewrite it to WebGPU in the future when it gets more stable.

https://imgur.com/jAIf6wt

Re: Ask HN: What's your quarantine side project?

#149
- Baking bread, brewing beer, making Kimchi and stews... these things that take time but have such tasty results. - Re-learning feedback control and linear algebra, then implementing them in C++. - Learning to fully maintain my road bike: replacing the chain, gears, shifter cables, etc. I still don't like dirty hands.

Re: Ask HN: What's your quarantine side project?

#150
I installed Blender and started learning to do simple 3D modelling. Really satisfying to get things right, and also frustrating in an almost funny way, it feels like when I started out programming "I just wanna put a button here, how hard can it be!?!?".

A plus side these days is that it takes enormous amounts of time. For people interested in starting out: My 2019 13" MBP is fast enough for it to be fun, at least for now. So you don't need to worry too much about GPU performance.

Post reply on HN