Update
This commit is contained in:
parent
aab4692f16
commit
766d037053
26 changed files with 1904 additions and 1802 deletions
|
@ -16,9 +16,9 @@ The following are some notable game engines.
|
|||
- *id Tech* engines (engines by [Id software](id_software.md))
|
||||
- **id Tech 0**: Simple 2D [raycasting](raycasting.md) engine, written in [ANSI C](C.md), used mainly in [Wolf3D](wolf3d.md) (1992).
|
||||
- **id Tech 1**: [BSP](bsp.md) rendering engine used mainly in [Doom](doom.md) and Doom 2.
|
||||
- **[Chocolate Doom](chocolate_doom.md)**: Doom engine [fork](fork.md) aiming to be very similar to the vanilla version.
|
||||
- **[Crispy Doom](crispy_doom.md)**: Slight enhancement of Chocolate Doom: increased resolution ([640x480](640x480.md)) and removed hardcoded engine limits.
|
||||
- **[GZDoom](gzdoom.md)**: Another Doom fork, supports newer OpenGL etc.
|
||||
- **[Chocolate Doom](chocolate_doom.md)**: Doom engine [fork](fork.md) aiming to be very similar to the vanilla version, even including bugs. Keeps the original [software renderer](sw_rendering.md). Due to keeping it oldschool, this is a very KISS/suckless engine.
|
||||
- **[Crispy Doom](crispy_doom.md)**: Slight enhancement of Chocolate Doom: increased resolution ([640x480](640x480.md)) and removed hardcoded engine limits, sometimes also seems to run faster. Along with Chocolate Doom a very KISS/suckless engine.
|
||||
- **[GZDoom](gzdoom.md)**: Another Doom fork, supports newer OpenGL etc., however it's quite [bloated](bloat.md) and breaks compatibility.
|
||||
- **[PrBoom](prboom.md)**: Doom engine fork adding e.g. [OpenGL](ogl.md) support.
|
||||
- **id Tech 2**: 3D engine used mainly in [Quake](quake.md) and Quake 2, in a modified form ([GoldSrc](goldsrc.md), proprietary) also in [Half Life](half_life.md), features both GPU accelerated and [software rendering](sw_rendering.md).
|
||||
- **[Darkplaces](darkplaces.md)**: [Fork](fork.md) of id Tech 2, used e.g. in [Xonotic](xonotic.md).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue