Difference between revisions of "Noegnud"

From NetHackWiki
Jump to navigation Jump to search
(update)
 
(21 intermediate revisions by 11 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.
  
'''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.
 
 
'''noegund''' 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://www.darkarts.co.za/projects/noegnud/ noegnud home page]
+
* [https://web.archive.org/web/20160409210453/http://www.tucows.com/preview/303468 Mirror #1] via Wayback Machine
 
+
* [https://github.com/chasonr/noegnud-0.8.5 Mirror #2] @ github
{{stub}}
+
* [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