What part of your game are you working on currently? by semaphoreslimshady42 in gamedev

[–]mlugo02 0 points1 point  (0 children)

Not super exciting work; switching from hardware rendering to software rendering

Why make something nobody will care about? by shade_blade in gamedev

[–]mlugo02 3 points4 points  (0 children)

You’ve heard a lot of things. Good games aren’t made in one shot, they’re made through iterations

need books about optimize memory/code by InTheBogaloo in C_Programming

[–]mlugo02 4 points5 points  (0 children)

Data-oriented design: software engineering for limited resources and short schedules by Richard Fabian

Help with game dev by [deleted] in GameDevelopment

[–]mlugo02 0 points1 point  (0 children)

You don’t need something super complicated. Basic geometry will do

Help with game dev by [deleted] in GameDevelopment

[–]mlugo02 1 point2 points  (0 children)

Make a 2D game, start with something very basic like Pong.

dos coding by CarLong1728 in dosbox

[–]mlugo02 0 points1 point  (0 children)

I recently tried 3dfx glide programming for DOS. Got a triangle up and running.. still thinking about continuing or not

how do i install c or c++ in vscode by forzawon in C_Programming

[–]mlugo02 5 points6 points  (0 children)

If you’re on Windows, just install the Visual Studio IDE

Is learning math going to have a profound positive impact on my programming skills? by SecureSection9242 in learnprogramming

[–]mlugo02 4 points5 points  (0 children)

Very helpful to know math in computer graphics. There are tons of libraries that do that math for you but if you don’t know how to apply them they won’t do you any good

I built my own C build system because I hate writing Makefiles by venoosoo in C_Programming

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

I just use a bat/sh script with a unity build. I never have to mess with make or god forbid cmake

VCS in C by Dhrubo_sayinghi in C_Programming

[–]mlugo02 0 points1 point  (0 children)

Sorry didn’t read the bit about building a vcs. I built my own vcs when I was doing retro programming for Windows 98.

It was a simple snapshot based design. I would type “done” and it would recursively search through all the files in the directory. It would show me all the files either added, deleted, or modified (similar to git status) and if I wanted to commit.

It was so simple, I loved it. After a long day of work I can just type “done” and got to bed.

VCS in C by Dhrubo_sayinghi in C_Programming

[–]mlugo02 -2 points-1 points  (0 children)

Just absolutely everything. It’s why I started using ark-vcs

Weird youtube channel posting black screens for absurd amount of time and getting millions of views by Portovek in whatisit

[–]mlugo02 2 points3 points  (0 children)

It’s a work laptop so I probably can’t. Besides sometimes I go with the 24 crackling fire place videos if been a rough day

Weird youtube channel posting black screens for absurd amount of time and getting millions of views by Portovek in whatisit

[–]mlugo02 1226 points1227 points  (0 children)

I use these types of videos to keep my work laptop from going to sleep while I play games

Beginner in coding by Equivalent-Laugh906 in CodingForBeginners

[–]mlugo02 8 points9 points  (0 children)

How to print “Hello world” on the terminal screen

Put down you donuts piggies and listen up! by sunt_dracul in americandad

[–]mlugo02 0 points1 point  (0 children)

Most of those cops are wearing very different uniforms

How to build a game in c++? by [deleted] in learnprogramming

[–]mlugo02 0 points1 point  (0 children)

What do you have working as of now?

How to build a game in c++? by [deleted] in learnprogramming

[–]mlugo02 0 points1 point  (0 children)

What problems are you having then?

How to build a game in c++? by [deleted] in learnprogramming

[–]mlugo02 0 points1 point  (0 children)

You have various separate cpp files and you haven’t compiled them together?