1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-07 01:36:29 +02:00

Add game developer roadmap

This commit is contained in:
Kamran Ahmed
2023-10-26 19:53:45 +01:00
parent 14a1544ed4
commit 577e724aa7
148 changed files with 9627 additions and 1 deletions

View File

@@ -59,7 +59,9 @@ const relatedQuestionDetails = await getQuestionGroupsByIds(relatedQuestions);
{
relatedRoadmaps.length && (
<div class='border-t bg-gray-100'>
<div class:list={['border-t bg-gray-100', {
'mt-8': !relatedQuestionDetails.length
}]}>
<div class='container'>
<div class='relative -top-5 flex justify-between'>
<span class='text-md flex items-center rounded-md border bg-white px-3 py-1 font-medium'>

View File

@@ -0,0 +1 @@
# Client side

View File

@@ -0,0 +1 @@
# React roadmap note

View File

@@ -0,0 +1 @@
# Linear algebra

View File

@@ -0,0 +1 @@
# Vector

View File

@@ -0,0 +1 @@
# Matrix

View File

@@ -0,0 +1 @@
# Geometry

View File

@@ -0,0 +1 @@
# Linear transformation

View File

@@ -0,0 +1 @@
# Affine space

View File

@@ -0,0 +1 @@
# Affine transformation

View File

@@ -0,0 +1 @@
# Game mathematics

View File

@@ -0,0 +1 @@
# Collision detection

View File

@@ -0,0 +1 @@
# Game physics

View File

@@ -0,0 +1 @@
# Godot

View File

@@ -0,0 +1 @@
# Unreal engine

View File

@@ -0,0 +1 @@
# Native

View File

@@ -0,0 +1 @@
# Unity 3d

View File

@@ -0,0 +1 @@
# Game engine

View File

@@ -0,0 +1 @@
# Programming languages

View File

@@ -0,0 +1 @@
# Ray tracing

View File

@@ -0,0 +1 @@
# Rasterization

View File

@@ -0,0 +1 @@
# Graphics pipeline

View File

@@ -0,0 +1 @@
# Sampling

View File

@@ -0,0 +1 @@
# Computer animation

View File

@@ -0,0 +1 @@
# Visual perception

View File

@@ -0,0 +1 @@
# Tone reproduction

View File

@@ -0,0 +1 @@
# Lightning and shadow

Some files were not shown because too many files have changed in this diff Show More