Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  

Author Topic: DF Tech  (Read 889 times)

ANiChowy

  • Escaped Lunatic
    • View Profile
DF Tech
« on: January 19, 2016, 04:03:30 am »

Hey guys, I am curious as to whether or not dwarf fortress utilizes any libraries such as curses for its display? I know SDL is used, but there are some versions of curses out there that can cooperate with SDL for drawing. Maybe toady programmed his own stuff? I remember years ago it was using curses though?

Thanks
Logged

Arvoitusmies

  • Bay Watcher
    • View Profile
Re: DF Tech
« Reply #1 on: January 22, 2016, 03:13:39 pm »

Dunno much but on linux:
Code: [Select]
$ ldd libs/Dwarf_Fortress | grep curses
libncursesw.so.5 => /lib/i386-linux-gnu/libncursesw.so.5 (0xb63bf000)
Logged