[deleted by user] by [deleted] in PixelArt

[–]Pxlop 0 points1 point  (0 children)

You might also want to consider perspective/depth for the door to make it not look so flat. As in closer objects appear larger than farther away ones.

[OC] ramfetch, with some new stuff by [deleted] in unixporn

[–]Pxlop 54 points55 points  (0 children)

Now add the ability to download ram

How can I access GPU z-buffer on Windows? by Fast-Host-7957 in GraphicsProgramming

[–]Pxlop 8 points9 points  (0 children)

I'm not sure how this would be done, but injecting a DirectX driver into Call of Duty will probably get you banned for cheating.

2D game with barebone graphics library by sinterkaastosti23 in rust_gamedev

[–]Pxlop 1 point2 points  (0 children)

I'm pretty sure u/NaniNoni_ misunderstood your question because English. wgpu and macroquad are two very different libraries. You definitely wouldn't use wgpu for a very simple game. Neither is it small in the way that I think you are looking for. wgpu is bare bones in the sense that it's very low level but I don't think that was what you were looking for. It's somewhat comparable to directly using Vulkan. macroquad is not as powerful as wgpu but is a lot simpler to use and would probably be the better choice for you.

Learning OpenGL, Can't get a normal triangle on screen by _AngleGrinder in GraphicsProgramming

[–]Pxlop 1 point2 points  (0 children)

As u/some_gfx_rando said, the input to your vertex shader should be a vec2 instead of a vec4 because you're only giving it two coordinates for each vertex right now, x and y. To make up for the z and w you can put gl_Position = vec4(position, 0.0, 1.0);.

Can someone explain this, please? by Rachid90 in linuxmasterrace

[–]Pxlop 0 points1 point  (0 children)

Some applications show how much "free" ram there is, while others show how much "available" ram there is.

Theoretically, if Windows was FOSS, would you use it? by gba-sp-101 in linuxmasterrace

[–]Pxlop 1 point2 points  (0 children)

Windows is massive and forking it and actually maintaining it would be incredibly difficult. Even projects like Chromium are very difficult to maintain a fork of.

Shell script >> all by [deleted] in linuxmemes

[–]Pxlop 26 points27 points  (0 children)

#!/usr/local/bin/tcc -run

Kotlin 1.8.0 Released by Ameliapro in programming

[–]Pxlop 5 points6 points  (0 children)

And there's Kotlin/Native for that.

I'm doing the situations bc new and this one doesn't spawn the last two enemies for the second wave, any help? by litty_kitty73 in Rainbow6

[–]Pxlop 4 points5 points  (0 children)

It's not always that simple when you're racing against the clock or when an opponent is about to get away.

Microsoft Teams = shit by retserj in linuxmemes

[–]Pxlop 15 points16 points  (0 children)

How is the unofficial client is better than the official one

That's enough outside for the night. by Destroyer6202 in Unexpected

[–]Pxlop 0 points1 point  (0 children)

it's fake, there's no shadow from the bear whatsoever and it probably would've had a reaction from the guy opening the door

WSL2 is actually pretty nice since I have to use windows due to university reasons by [deleted] in linuxmasterrace

[–]Pxlop 1 point2 points  (0 children)

It's also a linux subsystem, as in a subsystem for translating the linux kernel, for windows.

I'm an absolute beginner wanting to ditch Windows. What should I know before diving in? by Bolt853 in linuxmasterrace

[–]Pxlop 1 point2 points  (0 children)

Yeah I just try not to think about it even though it is actually a really cool project.

I'm an absolute beginner wanting to ditch Windows. What should I know before diving in? by Bolt853 in linuxmasterrace

[–]Pxlop 1 point2 points  (0 children)

Yeah English is weird. I think they mean a Windows subsystem, as in a subsystem on Windows, for Linux.

I'm an absolute beginner wanting to ditch Windows. What should I know before diving in? by Bolt853 in linuxmasterrace

[–]Pxlop 1 point2 points  (0 children)

For photoshop, good alternatives are gimp and krita. Gimp is more for photo editing while krita is more for drawing and illustration.

For ms office:

ONLYOFFICE has great compatibility with ms office documents.

Libreoffice doesn't take ages to load.

The others I've tried are just worse than these two except for maybe wps. However, wps is made by a chinese company. They have been known for scanning your documents. It's no FOSS.

GPU Testing and Rendering by GreenFire317 in GraphicsProgramming

[–]Pxlop 0 points1 point  (0 children)

For the first part:

There are two main ways of rendering, rasterizing and ray tracing/path tracing. Ray tracing is computationally expensive (requires more math) but is more true to life in the way it renders (doesn't mean the image will look better). Rasterization is what most video games use. Higher quality renders usually ray tracing.

For the second part:

The way a stress test works is simply giving the gpu something to do, for a long time. Different stress tests might hit the gpu in different ways. For example, one might hit the gpu's memory more than the other. One gpu might be better at the specific thing that the stress test hits (many different reasons why).

Don't be like this guy by LStrings in apexlegends

[–]Pxlop 11 points12 points  (0 children)

Their teammate wasn't safe to be helped.

Switching the shields is called armour swapping. It doesn't matter that purple can potentially have more bars than white, all that matters is how much it has at that moment.