File: Main_About.html

package info (click to toggle)
eureka 2.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 7,912 kB
  • sloc: cpp: 84,842; python: 495; sh: 91; makefile: 21; ansic: 3
file content (54 lines) | stat: -rw-r--r-- 2,559 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<div id='wikitext'>
<h1>About Eureka</h1>
<p>Eureka is a map editor for the classic DOOM games,
and a few related games such as Heretic, Hexen and Strife.
The supported operating systems are: Linux (and other Unices),
Windows and macOS.
</p>
<p class='vspace'>Eureka is <strong>free software</strong> under the
<a class='urllink' href='http://www.gnu.org/licenses/gpl.html' rel='nofollow'>GNU General Public License</a>  (GPL).
Please note that it comes with absolutely <strong>NO WARRANTY</strong> of any kind.
</p>
<div class='vspace'></div><h2>History</h2>
<p>It started when the Yadex editor was ported to a proper GUI toolkit,
namely FLTK, and implemented a system for multi-level Undo / Redo.
These and other features have required rewriting large potions of
the existing code, and adding lots of new code too.  Eureka is now
an indepedent program with its own workflow and its own quirks :-)
</p>
<p class='vspace'>See the <a class='wikilink' href='Main_Credits.html'>Credits</a> page for more information / copyrights.
</p>
<div class='vspace'></div><h2>Features</h2>
<ul><li>Undo/Redo (multiple levels)
</li><li>3D preview
</li><li>Low system requirements
</li><li>Editable panels for things, linedefs, sectors (etc)
</li><li>Browser for textures, flats, things (etc)
</li><li>Key binding system
</li><li>Built-in nodes builder
</li></ul><div class='vspace'></div><h2>Supported Games</h2>
<ul><li>DOOM
</li><li>DOOM 2
</li><li>Final Doom
</li><li>FreeDoom
</li><li>HacX
</li><li>Heretic
</li><li>Hexen
</li><li>Strife
</li></ul><div class='vspace'></div><h2>Requirements</h2>
<ul><li>128 MB of computer memory
</li><li>800x600 or higher screen resolution
</li><li>a keyboard and a two-button mouse
</li><li>the data (IWAD) file from a supported game (DOOM etc)
</li></ul><div class='vspace'></div><h2>Getting in Contact</h2>
<p>There is a discussion forum on Eureka's
<a class='urllink' href='http://sourceforge.net/projects/eureka-editor' rel='nofollow'>SF project page</a>, as well as the <a class='urllink' href='https://github.com/ioan-chera/eureka-editor/issues' rel='nofollow'>issue tracker on GitHub</a> there for making bug reports or feature suggestions.
</p>
<div class='vspace'></div><h2>Screenshots</h2>
<p>Normal editing:<br /><img src='shots/shot1.png' alt='Screenshot 1' title='Screenshot 1' />
</p>
<p class='vspace'>The 3D preview:<br /><img src='shots/shot2.png' alt='Screenshot 2' title='Screenshot 2' />
</p>
<p class='vspace'>Texture browser:<br /><img src='shots/shot3.png' alt='Screenshot 3' title='Screenshot 3' />
</p>
</div>