Skip to main content
GameDev.net gamedev.net

math

7 items across game development

7 results

Blog

Rasterizer Project - Part: BASIC_END

Hello folks lets continue working on this rasterizer, lets get the rasterization going and then were putting this project on hold for a while. I will be making the DoingOpenGL …

NoticeSmeh ·
C++ Graphics Programming rasterizer Lightning math
Blog

Rasterizer Project - Part 3: Geometry

So lets create a geomtry.h so we can actually calculate the 3d math we need for our rasterizer to work. Lets start with this struct. This is ofcourse a vector …

NoticeSmeh ·
C++ Graphics Programming rasterizer lighting math
Blog

Rasterizer Project - Part 1: Getting started

Were making a Rasterizer folks, exciting really. I would like to credit: I will be using these resources in my journey in making this rasterizer.https://haqr.eu/tinyrenderer/bresenham/ What is a Rasterizer?Its a …

NoticeSmeh ·
C++ Graphics Programming rasterizer lighting math
News

Points on a Circle

The probability of N random points landing in a semicircle is a fascinating problem that can intrigue programmers and mathematicians alike. This article delves into the surprising use of mutual …

growingswe ·
math probability game design randomization
News

How you invent math: Building numbers from nothing

This article explores the innovative process of constructing number systems from the ground up, which can be particularly relevant for programmers and designers. By understanding how to build natural numbers, …

growingswe ·
math programming