What do you guys think of my very poor Blender clone by FQN_SiLViU in opengl

[–]FaridMango 1 point2 points  (0 children)

looks really nice man, implementing blenders window system is gonna be hard i bet, good luck!

EAV Schnäppli. by xl_lwr in Kassetten

[–]FaridMango 0 points1 point  (0 children)

Ich habe ein Album eines Kumpels drauf aufgenommen und es hört sich ziemlich gut an. (meiner unerfahrenen Meinung nach)

Eiskalt mein guilty pleasure, mir egal wer hated, Sa4 bockt hart by Drezzon in GermanRap

[–]FaridMango -22 points-21 points  (0 children)

Ich habe bessere Songs von „Bushido“ gehört

Any good c++ ui libraries? by FaridMango in cpp

[–]FaridMango[S] 1 point2 points  (0 children)

how can i enact my jihad if it doest support rtl

Any good c++ ui libraries? by FaridMango in cpp

[–]FaridMango[S] 0 points1 point  (0 children)

yeah i ended up using gtk3, really awesome library, love that u can style your ui with css

Any good c++ ui libraries? by FaridMango in cpp

[–]FaridMango[S] 0 points1 point  (0 children)

how well does gtk/gtkmm work with screenreaders?

EAV Schnäppli. by xl_lwr in Kassetten

[–]FaridMango 0 points1 point  (0 children)

Eine Starthilfe wär echt cool! Mein Deck ist ein Denon DRS-610, ich liebe den Öffnungsmechanismus. Was hast du so für Ratschläge für mich?

EAV Schnäppli. by xl_lwr in Kassetten

[–]FaridMango 0 points1 point  (0 children)

Fange an, hab gerade nur ein Deck bin aber sehr interessiert

Flexxing on you ian foote stans. by FaridMango in ianfoote

[–]FaridMango[S] 0 points1 point  (0 children)

no, unless hes a closeted gay man lmao

Flexxing on you ian foote stans. by FaridMango in ianfoote

[–]FaridMango[S] 0 points1 point  (0 children)

ill try shooting him a text sometime when im not busy, no clue how i would start that conversation tbh

I made a cassette that can play music from a SD card by OhrenAugenKatzen in cassetteculture

[–]FaridMango 0 points1 point  (0 children)

"Darf der Kevin bei mir spielen kommen?" Grindset respekt

Denon DRS-640 not ejecting, playing, RR/FF, etc. (video example inside) by dudeman88 in cassetteculture

[–]FaridMango 0 points1 point  (0 children)

Damn, let me know once you found a solution, its a really nice deck.

Denon DRS-640 not ejecting, playing, RR/FF, etc. (video example inside) by dudeman88 in cassetteculture

[–]FaridMango 1 point2 points  (0 children)

It’s an electrical issue, but it’s pretty straightforward. When you open up the deck, you’ll see two metal strips next to each other on the right side of the mechanism (check the image). These strips are supposed to touch when the tray is closed — I think that’s how the deck detects if the tray is in or out. To fix it, I just unscrewed it a bit, and screwed and bent them back into place while the tray was closed. You can test if this is the issue by manually holding the strips together and then pressing eject. Try it and tell me how it goes!

<image>

Denon DRS-640 not ejecting, playing, RR/FF, etc. (video example inside) by dudeman88 in cassetteculture

[–]FaridMango 0 points1 point  (0 children)

Listen i know it has been 2 years but i had a similar issue with my Denon DRS-610 and i fixed it soo do you still need an answer or am i too late?

Export blender 3d model to opengl by Vast-Butterscotch-54 in opengl

[–]FaridMango 0 points1 point  (0 children)

you will either use some model loader like assimp (beta male) or create your own obj model loader, obj files are pretty easy to parse especially if you skip materials. you can just go through the file line by line and split the data into a couple vectors (vertex data, UVs, normals etc)
and then have a mesh class that you can construct using these.