Difference between revisions of "Noegnud"

From NetHackWiki
Jump to navigation Jump to search
(update)
 
(15 intermediate revisions by 9 users not shown)
Line 1: Line 1:
 
{{DISPLAYTITLE:noegnud}}
 
{{DISPLAYTITLE:noegnud}}
 +
[[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.
  
 
+
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.
 
 
 
[[Image:noegnud1.jpg|thumbnail|right|250px|One of noegnud's possible looks]]
 
'''noegnud''' is a highly flexible [[user interface]] for ''[[NetHack]]'' and ''[[SLASH'EM]]''. 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.
 
  
 
==External links==
 
==External links==
*[http://clivecrous.lighthouseapp.com/projects/11277-noegnud noegnud home page] (down as of December 23 2009)
+
* [https://web.archive.org/web/20160409210453/http://www.tucows.com/preview/303468 Mirror #1] via Wayback Machine
*[http://www.tucows.com/preview/303468 Mirror #1][http://www.ohloh.net/p/noegnud/ Mirror #2]
+
* [https://github.com/chasonr/noegnud-0.8.5 Mirror #2] @ github
*[http://sourceforge.net/projects/noegnud/ SourceForge page]
+
* [http://sourceforge.net/projects/noegnud/files/noegnud/noegnud-0.8.2/ (Older) sources and binaries from SourceForge]
*[http://ubuntuforums.org/archive/index.php/t-111272.html Install guide for Ubuntu Linux]
+
* [http://bitbucket.org/clivecrous/noegnud Bitbucket page]
 
+
* [http://ubuntuforums.org/archive/index.php/t-111272.html Install guide for Ubuntu Linux]
{{stub}}
 
 
{{variant-343}}
 
{{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