https://github.com/fragglet/doomed
DoomEd source code ported to OS X
https://github.com/fragglet/doomed
Last synced: 4 months ago
JSON representation
DoomEd source code ported to OS X
- Host: GitHub
- URL: https://github.com/fragglet/doomed
- Owner: fragglet
- Created: 2015-04-22T14:44:12.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-04-22T14:44:43.000Z (over 10 years ago)
- Last Synced: 2025-08-30T06:38:46.045Z (4 months ago)
- Language: Objective-C
- Size: 1.77 MB
- Stars: 35
- Watchers: 8
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
DoomEd
======
This is the original level editor created by Id Software to create the
levels for *Doom*. In developing *Doom*, Id used NeXTStep workstations,
which at the time were considered very advanced. There is some
information about the development process, including screenshots,
[on Gamasutra](http://www.gamasutra.com/php-bin/news_index.php?story=21405).
The goal of this project is to port the DoomEd source code to Mac OS X,
which is derived from NeXTStep and still has similar Objective C-based
APIs. There is a secondary goal to get it running on other operating
systems using other implementations of the OpenStep API, such as GNUstep
and Cocotron.