Difference between revisions of "Noegnud"

From NetHackWiki
Jump to navigation Jump to search
(Added title notice, added download notice)
(update)
 
(27 intermediate revisions by 15 users not shown)
Line 1: Line 1:
 +
{{DISPLAYTITLE:noegnud}}
 
[[Image:noegnud1.jpg|thumbnail|right|250px|One of noegnud's possible looks]]
 
[[Image:noegnud1.jpg|thumbnail|right|250px|One of noegnud's possible looks]]
 +
'''noegnud''' is a highly flexible [[user interface]] for ''[[NetHack]]'' and [[SLASH'EM]] created by Clive Crous. It supports [[ASCII]] mode, multiple 2D [[tileset]]s and hardware accelerated partially-3D graphics; since ''NetHack'' is a fundamentally two dimensional game, the 3D graphics are actually just the 2D tiles rendered as textures in a 3D world made by extruding the walls upwards.
  
[notice|Due to technical restrictions, this page's title is incorrect. The correct title is noegund.]
+
As of 2015, the original web site is no longer available, though an archived version of it [https://web.archive.org/web/20141225000619/http://old.darkarts.co.za/vulture can be found here], and the project was abandoned in favor of [[Vulture]]. A repository of the code is still maintained by [[User:Ray Chason|Ray Chason]], and can be found below.
 
 
'''Noegnud''' is a highly flexible [[user interface]] for [[NetHack]] and [[SLASH'EM]]. It supports [[ASCII]] mode, multiple 2D tilesets and hardware accelerated partially-3D graphics. Since NetHack is a fundamentally two dimensional game, the 3D graphics are actually just the 2D tiles rendered as textures in a 3D world made by extruding the walls upwards.
 
 
 
 
 
{{stub}}
 
  
 
==External links==
 
==External links==
 
+
* [https://web.archive.org/web/20160409210453/http://www.tucows.com/preview/303468 Mirror #1] via Wayback Machine
noegund page is no longer active. Download link is broken.
+
* [https://github.com/chasonr/noegnud-0.8.5 Mirror #2] @ github
 
+
* [http://sourceforge.net/projects/noegnud/files/noegnud/noegnud-0.8.2/ (Older) sources and binaries from SourceForge]
 +
* [http://bitbucket.org/clivecrous/noegnud Bitbucket page]
 +
* [http://ubuntuforums.org/archive/index.php/t-111272.html Install guide for Ubuntu Linux]
 +
{{variant-343}}
 
[[Category:User interface]]
 
[[Category:User interface]]

Latest revision as of 08:22, 29 July 2023

One of noegnud's possible looks

noegnud is a highly flexible user interface for NetHack and SLASH'EM created by Clive Crous. It supports ASCII mode, multiple 2D tilesets and hardware accelerated partially-3D graphics; since NetHack is a fundamentally two dimensional game, the 3D graphics are actually just the 2D tiles rendered as textures in a 3D world made by extruding the walls upwards.

As of 2015, the original web site is no longer available, though an archived version of it can be found here, and the project was abandoned in favor of Vulture. A repository of the code is still maintained by Ray Chason, and can be found below.

External links