This commit is contained in:
Miloslav Ciz 2022-01-14 12:14:32 -06:00
parent 4746f666a0
commit 4dfc9b080e
2 changed files with 8 additions and 0 deletions

7
john_carmack.md Normal file
View file

@ -0,0 +1,7 @@
# John Carmack
John Carmack is a brilliant legendary programmer that's contributed mostly to [computer graphics](graphics.md) and stands behind engines of such [game](game.md)s as [Doom](doom.md), [Wolfenstein](wolf3D.md) and [Quake](quake.md). He helped pioneer real-time 3D graphics, created many hacks and [algorithm](algorithm.md)s (e.g. the reverse shadow volume algorithm). He is also a rocket engineer.
Carmack is a proponent of [FOSS](foss.md) and has released his old game engines as such which gave rise to an enormous amount of modifications, forked engines and even new games (e.g. [Freedoom](freedoom.md) and [Xonotic](xonotic.md)). He's probably leaning more towards the dark side of the source: the [open-source](open_source.md). In 2021 Carmack tweeted that he would have rather licensed his old Id engines under a permissive BSD [license](license.md) than the [GPL](gpl.md), which is good.
In 2013 he sadly sold his soul to [Facebook](facebook.md) to work on [VR](vr.md) (in a Facebook owned company Oculus).