Skip to main content

Questions tagged [go]

Go is a compiled, garbage-collected, concurrent programming language developed by Google Inc.

Filter by
Sorted by
Tagged with
47 votes
4 answers
84k views

Google's new Go language is still in its infancy, and it has yet to find widespread real-world use or support. Even so, it seems like a promising experiment, and I wonder if it could have a future in ...
13 votes
2 answers
5k views

I have a software renderer that I've been building. I just implemented backface culling with the Go code below. This works with Perspective Projection. But I plan to use orthographic projection. When ...
Adam P's user avatar
  • 233
8 votes
1 answer
2k views

TL;DR — in my first simple software voxel raycaster, I cannot get camera rotations to work, seemingly correct matrices notwithstanding. The result is skewed: like a flat rendering, correctly rotated, ...
meta_leap's user avatar
  • 213
1 vote
0 answers
509 views

I'm trying to play a "simple" generated looped sinusoidal wave with raylib and Go but, although it plays I also get audible cracks. Checking some online examples, I see that a common problem ...
Pherrymason's user avatar
1 vote
0 answers
102 views

I have a Renderer component which can render a Scene. Assume the scene is just a container for ...
Daniel Ribeiro's user avatar
0 votes
1 answer
292 views

I'm trying to create a game with multiplayer in mind. I followed through with the steam documentation to try and get everything set up including making sure I have the test app ID ...
AzureBeorn's user avatar
0 votes
1 answer
214 views

I'm working on a camera that moves around the player at a fixed distance. It's the standard right-stick-to-move-cam-around kind. The camera follows the player but stays at a fixed angle to (0,0,1) ...
MetallicHydrogen's user avatar
0 votes
0 answers
273 views

I've been trying to get a swept collision detection up and running now for almost a week and I can't for the life of me get it working. There is a answer on this linked here below: Swept AABB vs Line ...
Linus's user avatar
  • 1
0 votes
0 answers
75 views

For a school project I am creating a multiplayer game for the smartphone. I want the "GUI" to be a flutter application to cover IOS and Android. As backend I use Golang. Now I wanted to ask, what ...
Swunks's user avatar
  • 11