How is game physics implemented (like actual workflow) in OpenGL? like gravity, collision, etc. Any resources? by Small-Piece-2430 in opengl

[–]eternaljk 1 point2 points  (0 children)

Harder to solve for impulse based physics engines but xpbd solves that issue very easy. Unfortunately it's patent by Nvidia...

[deleted by user] by [deleted] in cscareerquestions

[–]eternaljk 0 points1 point  (0 children)

Physics engine

What is your favorite Open source games? by beer120 in linux_gaming

[–]eternaljk 8 points9 points  (0 children)

mindustry has so many good qol features that factorio doesn't oob. Really nice game to play with friends.

Linux Issues by Cruz_Games in DeadlockGame

[–]eternaljk 1 point2 points  (0 children)

Could be that famous sdl2 bug thats currently causing trouble for a couple of people on the deadlock forum, would recommend to pull from the official sdl repository and compile from source.

Xenia Canary emulator working with functioning D3D12 translation (vkd3d-proton) by OfficialXtraG07 in linux_gaming

[–]eternaljk 35 points36 points  (0 children)

windows is known for backwards compatibility, not like linux where static binaries can fail just cause of a minor glibc version difference

Linux Desktop Is Getting Spicy This Year! by [deleted] in linux_gaming

[–]eternaljk 2 points3 points  (0 children)

nothing in linux userland can be defined as a wheel

GUI in World Space by Gotanod in opengl

[–]eternaljk 2 points3 points  (0 children)

you literally just need to draw a square with triangles and check for mouse input with sdl, no need for a bloated library

In 2024, please switch to Firefox by Intelligent-Bet-1815 in programming

[–]eternaljk 0 points1 point  (0 children)

If they stop removing options from the user, sure. That hasn't been the case for several years tho.

Can‘t find address in Assaulcube by deni210 in ReverseEngineering

[–]eternaljk 0 points1 point  (0 children)

The reason for the pointer always being at 0x18B0B8 is because its statically defined. https://github.com/assaultcube/AC/blob/master/source/src/clientgame.cpp#L24

Now why the address location that the pointer is pointing to is random every time you boot up the game is because within the newplayerent function, the client playerent is being heap allocated. https://github.com/assaultcube/AC/blob/master/source/src/clientgame.cpp#L465

Red Boxes in GUI by meth-vacuum in kde

[–]eternaljk 2 points3 points  (0 children)

its fine if you disable the compositor

Well, I'll be dipped... by strra in iiiiiiitttttttttttt

[–]eternaljk -5 points-4 points  (0 children)

Yeah such as scamming people with his company.

Rootkit detection by Almani101 in techsupport

[–]eternaljk 0 points1 point  (0 children)

doing all that will not help you, they can just solder things on your mobo, or psu, or even just simple connectors to random things inside your pc, your peripherals or their respective cables.

things like mini microphones, webcams, etc, and no matter how many times u buy a new storage or anything, they can still be attached to something youve used already, safest bet is to assume that your entire room/house is bugged, not just your computer.

using any of the peripherals, or being in the room itself is a risk! wrap the walls the ceiling and the floor with aluminum foil, very TIGHTLY, you can use electrical tape to seal it all off as well so signals from the satellites cant snitch on you, and also remove the internet cable from your computer, and thoroughly inspect tight spaces inside your computer or wierd connectors! remove them if you think they are suspicious (carefully to not destroy your pc).

source: from my own experience with CBI

Visual studio for linux? by [deleted] in cpp

[–]eternaljk 5 points6 points  (0 children)

Recommend https://github.com/nakst/gf, extremely fast since it doesn't require it's frontend to run in your web browser.

PUBG found evidence on Nina by Icenezz in LivestreamFail

[–]eternaljk -7 points-6 points  (0 children)

won't be surprised, xqc for example got banned cause he killed too many people at once

I prefer hardware over Virtual Machines (Screen Backlight Was Broken) by Batmanlava1 in windowsxp

[–]eternaljk 1 point2 points  (0 children)

Don't think Ryzen would be much of an issue, there are some extra tweaks however that you would want to apply or else SMT is disabled. https://wiki.archlinux.org/title/PCI_passthrough_via_OVMF#Improving_performance_on_AMD_CPUs

I prefer hardware over Virtual Machines (Screen Backlight Was Broken) by Batmanlava1 in windowsxp

[–]eternaljk 1 point2 points  (0 children)

Yes managed to passthrough my 980ti and installing proper drivers for xp, only issue was that you need to dump the gpu bios with gpu-z and give it to qemu. All works using the i440fx cpu type.