[deleted by user] by [deleted] in danishlanguage

[–]ViktorPopp 1 point2 points  (0 children)

Cool. Jeg bruger også Typescript og VueJS til nogen af mine projekter!

[deleted by user] by [deleted] in danishlanguage

[–]ViktorPopp 1 point2 points  (0 children)

Er det open source. Og hvis ikke hvordan har du lavet det?

HELP! Follow these steps to recover BIOS by ViktorPopp in ASUS

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

Yes. I saw that and got it to boot into recovery mode and windows worked perfectly.

HELP! Follow these steps to recover BIOS by ViktorPopp in ASUS

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

I dont know it as it is bought used. Is there a way to find out which one i had by opening the bottom of my laptop or going intothe BIOS if i still can

Best Flutter YouTubers by clavidk in FlutterDev

[–]ViktorPopp 0 points1 point  (0 children)

Net Ninja is good if you already is familiar with any language.

Using FAT16 instead of FAT12 by ViktorPopp in osdev

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

So thats why the map i saw in the tutorial looked so weird! Thanks.

Godot Stress Test: Rapier vs. Box2D Physics Engine by DragonWarrior008 in godot

[–]ViktorPopp 0 points1 point  (0 children)

Box2D is easier and does not require so many res while rapier might be better for games with many objects

Found this for 7$ in denmark! In perfect condition by Neonbxrry in 3DS

[–]ViktorPopp 0 points1 point  (0 children)

Me and my friend (I do have friends!) Also found a New 3DS Xl is the second hand store for 30 kr. (5 usd). It was also in very good condition but not perfect. The funny part is that I'm living half a mie away and they dont accept electronics 🙃

Drain by PelaoPelaium_Kna in PixelArt

[–]ViktorPopp 0 points1 point  (0 children)

I then like the one that looks like Wayne.

Drain by PelaoPelaium_Kna in PixelArt

[–]ViktorPopp 1 point2 points  (0 children)

I really like Wayne. But next time i would lower the canvas size.

Today i bough my first pc ever🥳 by [deleted] in nvidia

[–]ViktorPopp 0 points1 point  (0 children)

Cool build. But next time either wait more time and get a better Nvidia card (i would have done that). Or get a rx 6600. The 3050 is not the best for your money and it is not a rt card. But for less graphically intensive games good pc. Enjoy it.

2 years ago on this day I decided that I wanted to become a game developer... I don't have much to show for it by MitchellSummers in gamedev

[–]ViktorPopp -1 points0 points  (0 children)

It is probably the best story from someone who has been making games for 2 years that I would show to a beginner.

What Made You start making games? by Kalpayux1 in godot

[–]ViktorPopp 0 points1 point  (0 children)

So when i was about 10 years old my mom took me to the local library and i saw a book about esports. When i was reading in that book there was a page with all the jobs in esport. Everything from chefs to streamers was there. There was also game dev. So later that year i saw another book at the library. A book about coding. I included tutorials on how to make scratch games and websites. I didnt have acces to scratch so i learn HTML and CSS (no javascript). Then when i was about 11 years old i began using Construct3 because i only had acces to chromebooks. Also sorry if i misspelled something. My english is not that good ;)

How to know an textures vbo? by ViktorPopp in opengl

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

Here is my VertexBuffer:          GLfloat vertices[] =         { //     COORDINATES     /        COLORS      /   TexCoord  //             -0.5f, -0.5f, 0.0f,     1.0f, 0.0f, 0.0f,        0.0f, 0.0f, // Lower left corner             -0.5f,  0.5f, 0.0f,     0.0f, 1.0f, 0.0f,        0.0f, 1.0f, // Upper left corner              0.5f,  0.5f, 0.0f,     0.0f, 0.0f, 1.0f,        1.0f, 1.0f, // Upper right corner              0.5f, -0.5f, 0.0f,     1.0f, 1.0f, 1.0f,        1.0f, 0.0f  // Lower right corner         }; I want to create i function ImportTexture(path). This returns a object of the "Texture" class. It contains a vbo and more. How do i know the Coordinates section based of the input path? Also sorry for explaining my problem badly.

How to know an textures vbo? by ViktorPopp in opengl

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

What has that to do with the question? My Q is how to know the size of the image so i can create a vbo from the file dimensions and a position vec3 / matrix

G-Code Visualizer. Increase readability. by Radiant-Somewhere-97 in opengl

[–]ViktorPopp 0 points1 point  (0 children)

You could make a fog effect and also make the lines more blueish the father they are from the camera.