Showing 51 open source projects for "dwarf"

View related business solutions
  • Securden Privileged Account Manager Icon
    Securden Privileged Account Manager

    Unified Privileged Access Management

    Discover and manage administrator, service, and web app passwords, keys, and identities. Automate management with approval workflows. Centrally control, audit, monitor, and record all access to critical IT assets.
    Learn More
  • Iris Powered By Generali - Iris puts your customer in control of their identity. Icon
    Iris Powered By Generali - Iris puts your customer in control of their identity.

    Increase customer and employee retention by offering Onwatch identity protection today.

    Iris Identity Protection API sends identity monitoring and alerts data into your existing digital environment – an ideal solution for businesses that are looking to offer their customers identity protection services without having to build a new product or app from scratch.
    Learn More
  • 1
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    PLCrashReporter

    PLCrashReporter

    Reliable, open-source crash reporting for iOS, macOS and tvOS

    PLCrashReporter is a reliable open source library that provides an in-process live crash reporting framework for use on iOS, macOS and tvOS. The library detects crashes and generates reports to help your investigation and troubleshooting with the information of application, system, process, thread, etc. as well as stack traces. The easiest way to use PLCrashReporter is by using AppCenter. However, if you want to use PLCrashReporter directly, grab the latest release at the releases page....
    Downloads: 7 This Week
    Last Update:
    See Project
  • 3
    Dwarf.Net.git
    Небольшой набор утилит написанных на .Net Valet - выполнение пакета заранее подготовленных задач
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    ELF Tool Chain

    BSD licensed ELF toolchain

    A BSD-licensed implementation of compilation tools (nm, ar, as, ld, etc.) for the ELF object format.
    Leader badge
    Downloads: 120 This Week
    Last Update:
    See Project
  • The AI workplace management platform Icon
    The AI workplace management platform

    Plan smart spaces, connect teams, manage assets, and get insights with the leading AI-powered operating system for the built world.

    By combining AI workflows, predictive intelligence, and automated insights, OfficeSpace gives leaders a complete view of how their spaces are used and how people work. Facilities, IT, HR, and Real Estate teams use OfficeSpace to optimize space utilization, enhance employee experience, and reduce portfolio costs with precision.
    Learn More
  • 5
    Wizards Castle

    Wizards Castle

    Text adventure: Battle monsters & cast spells to claim the Orb of Zot!

    ...This modern reimagining of the 1980 BASIC game combines classic ASCII graphics with enhanced features and multiple implementations. Choose from five unique races (Human, Elf, Hobbit, Dwarf, or Dark Elf), battle fearsome monsters from Kobolds to Dragons, cast powerful spells, and explore 512 rooms filled with treasures, traps, and mysteries. This open-source project lets you experience the golden age of text adventures with modern conveniences. Features include random castle generation, strategic combat, vendor interactions, magic systems, and more. ...
    Downloads: 15 This Week
    Last Update:
    See Project
  • 6
    Photon-Dark Photon-Entanglement

    Photon-Dark Photon-Entanglement

    NOTICE OF CONSOLIDATION & PARTNERSHIP PENDING As of April 2026, the 20

    NOTICE OF CONSOLIDATION & PARTNERSHIP PENDING As of April 2026, the 20 pipelines of the QCAUS/PDPBioGen suites are undergoing consolidation for high-scale institutional research. Core 'Ford 2026' algorithms remain the proprietary IP of the Ford Peace and Justice Foundation. Academic users at partner institutions (MTSU) are currently performing validation; all other commercial inquiries must contact the author 📸 Live Demo The application is deployed on Streamlit Cloud: Live App test...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7

    dwarfstack

    Provides stacktrace with source file/line information.

    dwarfstack uses the debug information (if available in DWARF format) of the executable and converts stacktrace addresses into source file/line information.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 8

    lv2gen

    Generate boilerplate for LV2 plugins

    A python package for describing audio and synth plugins and generating boilerplate code from that description, including LV2’s manifest.ttl and a simplified GUI for the`Mod Dwarf.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    RedtDec

    RedtDec

    RetDec is a retargetable machine-code decompiler based on LLVM

    The decompiler is not limited to any particular target architecture, operating system, or executable file format. ELF, PE, Mach-O, COFF, AR (archive), Intel HEX, and raw machine code supported. 32-bit: Intel x86, ARM, MIPS, PIC32, and PowerPC 64-bit: x86-64 supported. Demangling of symbols from C++ binaries (GCC, MSVC, Borland). Reconstruction of functions, types, and high-level constructs. Output in two high-level languages: C and a Python-like language. Generation of call graphs,...
    Downloads: 29 This Week
    Last Update:
    See Project
  • Data management solutions for confident marketing Icon
    Data management solutions for confident marketing

    For companies wanting a complete Data Management solution that is native to Salesforce

    Verify, deduplicate, manipulate, and assign records automatically to keep your CRM data accurate, complete, and ready for business.
    Learn More
  • 10
    Terasology

    Terasology

    Open source voxel world

    Terasology is a free and open-source survival and discovery game set in a voxel world. Influenced by Minecraft, Dwarf Fortress and Dungeon Keeper, it offers a unique and enjoyable building and playing experience. Terasology requires Java 8 and an updated graphics card driver.
    Downloads: 9 This Week
    Last Update:
    See Project
  • 11
    ATTinyCore Universal

    ATTinyCore Universal

    Arduino core for ATtiny 1634, 828, x313, x4, x41, x5, x61, x7 and x8

    ...Supports programming vis ISP, Serial (Optiboot - all parts with >4k flash, and all parts with 4k flash for which an 8k version is available) or VUSB (Micronucleus - where appropriate) There are 272 different versions of micronucleus built (and part of the 2.0.0-dev branch now), and optiboot will dwarf that number! 0 of those have been tested. Obviously, we are leaning very heavily on automation of configuration generation for this release. Half of the tinyNeoPixel speeds have had the assembly routines modified in major ways (there's no more stupid menu for the port), but they are untested. Virtual boot relies on rewriting the vector table, such that the RESET vector points to the bootloader.
    Downloads: 10 This Week
    Last Update:
    See Project
  • 12
    Bloaty

    Bloaty

    Bloaty: a size profiler for binaries

    Bloaty is a deep, accurate size profiler for native binaries that tells you where every byte comes from so you can shrink executables and libraries intelligently. It parses binary formats like ELF, Mach-O, and DWARF symbol/debug data without relying solely on toolchain heuristics, letting you attribute size to files, sections, symbols, templates, and even compilation units. Reports can be produced at multiple granularities and diffed across builds to identify regressions introduced by compiler flags, dependencies, or new code paths. The tool is designed to be fast enough for iterative use in developer workflows and CI, making size budgets enforceable rather than aspirational. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    dwarf defense
    This roguelike game looks like tower defense games but also allows craft and dig.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    peter-dwarf

    peter-dwarf

    Java dwarf library

    Java dwarf library to read out debug information from elf. It doesn't rely on other library to decode .debug_info, .debug_loc, etc... This library will read out the structure of DWARF into java object structure. Tutorial: https://sourceforge.net/p/peter-dwarf/wiki/Tutorial/ Contact: Peter (mcheung63@hotmail.com)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    My first game project which is for now-older Jave ME (aka J2ME) technology. It will center around cooperation, interaction, and establishing a sense of wonder and true co-dependence. The main characters are a dwarf hamster (you) and a small snake (Greeenie).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    RunesOfMagic

    RunesOfMagic

    Runes Of Magic

    Runes Of Magic World Düşsel fantastik bir dünyada geçen Runes of magic'te karakter yaratırken seçebilecek 10 temel sınıf vardır. Dwarf Karakterleri Geldi www.runesofmagicworld.com Web Sitemizi Ziyaret Ediniz.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    Ruby 2.1 Win32 binary

    An Ruby21 package for 32Bit windows platforms

    This is an package of Ruby21 for 32Bit windows systems. compiled using mingw-i686-5.1.0-posix-dwarf-rt_v4-rev0 License info: Ruby is copyrighted free software by Yukihiro Matsumoto <matz@netlab.jp>. further information can be seen here https://www.ruby-lang.org/en/about/license.txt or here https://en.wikipedia.org/wiki/Ruby_License
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    tolisnitem

    DF modular backend

    Plugin-based crossplatform-aimed rework of the Dwarf Fortress renderer, sound, input handling and the like.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    Dwarftail

    Dwarf Fortress announcment window

    Dwarftail is a simple and lightweight utility to display Dwarf Fortress announcments in separate window.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    JAG is a turn based logical game. You have dwarf under your control and sack full of gold. What will you do to grab it first?
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Dwarf Fortress Multiplayer is an exciting new way to play the great game called Dwarf Fortress. It allows multiple people to control a single fortress, passing the control around via the internet.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Pulsar Game

    Pulsar Game

    Pulsar is a card video game using Stars as gameplay key elements.

    ...When a Star does not have enough DP to survive, it can either simply die, transform to powerful (yet weak) Stars or explode becoming a Black Hole! It depends on the type of star (red giant, blue giant, yellow dwarf, white dwarf...).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    GalGen Trader

    GalGen Trader

    A 2D Elite-style game written in Python 3.2.

    GalGen Trader is (or at least will be) a 2D space trading and exploration game set in a complex and persistent procedurally-generated universe. Dwarf Fortress in space, if you will. One of its most important features is the ability for extension modules to be added that can change just about any feature of the program; from new weapons and devices, to adventure modules that add new 'mini-plots' (similar to the Galactic Adventures DLC for Spore), to modules that replace parts of the core game. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    Ben's Burrows

    DF clone with multiplayer

    A very superficial clone of Dwarf Fortress with the main goals being multiplayer support, mouse driven interface and slightly more modern graphics. https://github.com/bensmith87/yadf https://www.ohloh.net/p/yadf
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    BlazesToolsDFPlugin

    plugin for dwarf fortress

    plugin for dwarf fortress
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next
MongoDB Logo MongoDB