tihman74

joined 2 months ago
[โ€“] tihman74@lemmy.zip 2 points 10 hours ago

Some even try to replace this names

[โ€“] tihman74@lemmy.zip 3 points 2 months ago (1 children)

I checked with different video players. apparently issue is "Failed to transform frame into textures: Size of 1043x794 is not valid for dmabuf format NV12, must be multiple of 2x2"

Fixed it. i think video should be viewable now.

28
submitted 2 months ago* (last edited 2 months ago) by tihman74@lemmy.zip to c/imadethis@lemmy.zip
 

So i made this using my old game of life project in c. I wanted to do some fancy simulation but my code only allowed making initial state using keyboard which is tiresome. So i used some python codes to generate pixeleted image of world map and mapped pixels to rows and column of terminal. I only wanted to see final state of this simulation.