[go: up one dir, main page]

Showing 54 open source projects for "d&d map maker"

View related business solutions
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • Download the most trusted enterprise browser Icon
    Download the most trusted enterprise browser

    Chrome Enterprise brings enterprise controls and easy integrations to the browser users already know and love.

    Chrome Enterprise is ideal for businesses of all sizes, IT professionals, and organizations looking for a secure, scalable, and easily managed browser solution that supports remote work, data protection, and streamlined enterprise operations.
    Learn More
  • 1
    rtabmap

    rtabmap

    RTAB-Map library and standalone application

    RTAB-Map (Real-Time Appearance-Based Mapping) is a RGB-D, Stereo and Lidar Graph-Based SLAM approach based on an incremental appearance-based loop closure detector. The loop closure detector uses a bag-of-words approach to determine how likely a new image comes from a previous location or a new location. When a loop closure hypothesis is accepted, a new constraint is added to the map’s graph, then a graph optimizer minimizes the errors in the map.
    Downloads: 19 This Week
    Last Update:
    See Project
  • 2
    Marvel Rivals Tracker

    Marvel Rivals Tracker

    Marvel Rivals Stats, Hero Tracker, Game Analytics, Match History, K/D/

    Marvel Rivals Tracker is a powerful desktop application designed to help players monitor and improve their performance in Marvel Rivals. Track in-depth game statistics, analyze hero performance, and review match history with dynamic visualizations. Whether you're playing casually or competitively, this tool provides detailed insights on kills, deaths, assists, accuracy, and more. Featuring a sleek, Marvel-inspired UI, it supports multiple game modes like Quick Mode, Ranked, and Arcade. Stay...
    Downloads: 13 This Week
    Last Update:
    See Project
  • 3

    rust_dot

    RustDOT is mostly the Graphviz DOT language, lightly rustified.

    It can be embedded as a macro or parsed from a string or file. let g1 = rust_dot! {    graph {        A -- B -- C; /* semicolon is optional */        "B" -- D // quotes not needed here    } }; println!("{} {} \"{}\" {:?} {:?}", g1.strict, g1.directed, g1.name, g1.nodes, g1.edges); // false false "" ["A", "B", "C", "D"] [(0, 1), (1, 2), (1, 3)] let g2 = parse_string("digraph Didi { -1 -> 2 -> 3  2 -> 4.2 }"); println!("{} {} \"{}\" {:?} {:?}", g2.strict, g2.directed, g2.name, g2.nodes, g2.edges); // false true "Didi" ["-1", "2", "3", "4.2"] [(0, 1), (1, 2), (1, 3)] The return values can be fed to crates petgraph (or graph/graph_builder): let mut petgraph = petgraph::graph::Graph::new(); let nodes: Vec<_> = rust_dot_graph.nodes    .iter()    .map(|node| petgraph        .add_node(node))    .collect(); for edge in rust_dot_graph.edges {    petgraph        .add_edge(nodes[edge.0], nodes[edge.1], ()); };
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Kactus2

    Kactus2

    Kactus2 is a graphical EDA tool based on the IP-XACT standard.

    Kactus2 is a toolset for IP-XACT based SoC design and provides packaging, integration and configuration of HW and SW components, plus register design and HDL import and generation. The source code is hosted at https://github.com/kactus2/kactus2dev. An example IP library is available at https://github.com/kactus2/ipxactexamplelib Video tutorials are available at https://www.youtube.com/user/Kactus2Tutorial Issue tracker is available at...
    Leader badge">
    Downloads: 20 This Week
    Last Update:
    See Project
  • Intelligent Retail Management Icon
    Intelligent Retail Management

    Retail space, product categories, planograms, automatic ordering, and shelf labels management

    Quant offers a wide range of solutions for retail. Within one integrated software system, it allows you to efficiently combine the management of retail space, shelf labels and marketing materials with task management, reporting and automatic replenishment.
    Learn More
  • 5
    ChaosEsqueAnthology

    ChaosEsqueAnthology

    A free 3d game for PC that does not limit the player. Fight,Build,Gain

    ...To reload press R. To walk press W A S D (direction) To jump press SpaceBar Dev Enviorment (git repos) in tar.gz: https://sourceforge.net/projects/chaosesquedevenv/ DVD Case and DVD Labels and Extras (ISO signing info): https://sourceforge.net/projects/chaoseesquesupplemental/
    Downloads: 9 This Week
    Last Update:
    See Project
  • 6
    Bubbles

    Bubbles

    Bubbles the simple, easy to use HTTP web server, browser controlled

    Bubbles the simple, easy to use HTTP web server that is browser controlled, and capable of serving static files over the internet, either streamed from disk, or direct from RAM without lag. A GUI administration panel is accessed through your web browser (e.g. "http://localhost:1080/admin/" + default password of "admin"), which controls all her settings and vital functions, all in real time. Apart from serving files, she is capable of tracking site visits (site counters), receiving...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Ultimate Creator

    Ultimate Creator

    Advanced map editor

    It is an advanced object, vehicle, actor editor (full list below), which can work right in the game! Editing: Objects, Vehicles, Actors, Pickups, Checkpoints, Map icons, Gangzones, 3D texts. How to use: 1. To begin, you must have an RCon rights (optional). 2. Once you get them, type /edit command. 3. Now you are in flymode: use the keys W, A, S, D to move, and move the mouse to look around. 4. You can open the main menu by pressing the Enter key. 5. Next, select items depending on what do you want to do. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Maki

    Maki

    A POI Icon Set

    Maki is an icon set made for map designers. Maki includes icons for common points of interest like parks, museums, and places of worship. Each icon is available as a 15px by 15px SVG file. Maki is open-source and CC0 licensed. It's easy to use Maki with Mapbox Studio. Download the icons, then drag the SVGs into the Mapbox Studio style editor. Use the Icon Editor to customize the styling of your icon set by adding or removing icons, styling by groups, and more. Maki welcomes icon requests...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    SVL Simulator

    SVL Simulator

    A ROS/ROS2 Multi-robot Simulator for Autonomous Vehicles

    LG Electronics America R&D Lab has developed an HDRP Unity-based multi-robot simulator for autonomous vehicle developers. We provide an out-of-the-box solution which can meet the needs of developers wishing to focus on testing their autonomous vehicle algorithms. It currently has integration with The Autoware Foundation's Autoware.auto and Baidu's Apollo platforms, can generate HD maps, and can be immediately used for testing and validation of a whole system with little need for custom...
    Downloads: 1 This Week
    Last Update:
    See Project
  • PageDNA: Web-to-Print eCommerce Software Icon
    PageDNA: Web-to-Print eCommerce Software

    eCommerce for Print, Signs and Fulfillment Trusted by In‑Plants and Commercial Print Leaders

    PageDNA enables successful eCommerce strategies for commercial print sales organizations, internal print shops, and brand owners. PageDNA’s online ordering platform increases print volume while decreasing touch costs for all stakeholders: clientele, print operations, and the organizations they support.
    Learn More
  • 10
    DDMaker

    DDMaker

    Local Distribution Density Map Maker

    DDMaker perform local density analysis and generates pseudocolor maps of the spatial distribution of imaged cellular structures in 2D images, starting from either RGB color, grey level or binary images. DDMaker local density analysis permit to selectively denoise the signal, visualize and quantify its distribution and threshold the image basing on local density.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Tropycal RPG Engine

    Tropycal RPG Engine

    A RPG maker engine using Pygame

    The TP-1 (Tropycal RPG engine 1 ) is a set of modules, with various functions, that will make the rpg creating and play easy. It is in the "code" folder, totally writed in Python programming language, using Pygame API. It simulates persons, battles, animals and vegetals, timed actions, weather and more. The version 1.09 or above can run a game module from a zip file automatically. You dont need to extract it ! The version 1.12 have a very simple network support, tested on GNU/Linux and...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Robotics Toolbox for MATLAB

    Robotics Toolbox for MATLAB

    Robotics Toolbox for MATLAB

    ...The Toolbox uses a very general method of representing the kinematics and dynamics of serial-link manipulators as MATLAB® objects – robot objects can be created by the user for any serial-link manipulator and a number of examples are provided for well-known robots from Kinova, Universal Robotics, Rethink as well as classical robots such as the Puma 560 and the Stanford arm. The toolbox also supports mobile robots with functions for robot motion models (unicycle, bicycle), path planning algorithms (bug, distance transform, D*, PRM), kinodynamic planning (lattice, RRT), localization (EKF, particle filter), map building (EKF) and simultaneous localization and mapping (EKF), and a Simulink model a of non-holonomic vehicle. The Toolbox also includes a detailed Simulink model for a quadrotor flying robot.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 13

    Map Message Maker

    Generate map with message

    Save map with messages as a web page document. Map images are embedded to the web page useful for offline use. Ideal for lightweight and portable solution in generating postcards, diary notes, itinerary for trip plans, etc. The application does not require a hosting server to run, i.e. can run the application on the browser locally and only requires online for the map point selection. For example, use case for making postcards. Zoom in on map U.S.A. to select the location of Statue of...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    NASH OS

    NASH OS

    Nash Operating System for Modern Ecommerce

    The all-built-in-one, automatic, ready-to-go out-of-box, easy-to-use state-of-the-art, and really awesome NASH OS! Over 25,000+ flexible features and controls and all scalable!! The most powerful solution ever built to instantly deliver new heights of online ecommerce enterprise to you.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    Frame

    Frame

    Image viewer aimed towards developers and artists.

    Frame is a open-source Image viewer with features aimed towards developers and artists. Hotkeys "Ctrl-N" - Adds New Tab "Ctrl-D" - Duplicates Tab "Ctrl-W" - Closes Tab "Ctrl-S" - Splits Channels Into Single Image "T" - Tiles Image 3x3 "S" - Starts Slideshow "R" - Toggles Red Channel "G" - Toggles Green Channel "B" - Toggles Blue Channel "A" - Toggles Alpha Channel "-" - Goes Down A Mip Level "+" - Goes Up A Mip Level "Ctrl-Space"-Turns of scrollbar, titlebar and footer
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    MapMaker

    2D RPG random map generator make with p5.js based on perlin noise

    2D RPG random map generator make with p5.js based on perlin noise
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17

    mkmap

    A map maker via online map services

    Mkmap is a map maker by downloading map tiles from online map services, like google maps, and combining into a single large picture file. It accepts the latitude and longitude coordinates, then downloads and merges map tiles. The idea of mkmap is to generate a larger map than the size of a browser screen. So the map could be easily printed or viewed in an off-line device.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    time line

    Displays Ancestor Events on Google maps

    This program converts data from a GEDCOM 5.5 file exported from Family Tree Maker or another source into a database of ancestors births, deaths, etc and geocodes them using the Google maps API. It then generates a javascript application that plots these events chronologically on Google maps with matching infowindows and a heat map overlay.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Death Plague Gaming - Minecraft Modpack

    Death Plague Gaming - Minecraft Modpack

    This is the official "Death Plague Gaming - Minecraft Server Pack"

    Currently running r1.5.7 This is the source forge for the official mod-pack of the Minecraft Death Plague Gaming Community! Here is a link to how to install the mod-pack! The same tutorial can be found under the files tab located next to the summary tab! https://docs.google.com/document/d/1AbGVy0_6Qyx7xNaicG8KD_oF5kTwfGhcx2qqWP11Mww/edit?usp=sharing I hope you enjoy all my hard work! Please report bugs...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    PyMapper
    PyMapper is a map making utility for fantasy role playing games (RPG). Includes the dungeons and dragons RPG. PyMapper is compatible with any system, with now updated support for the D&D 5th edition ruleset. Pathfinder and 3.5 edition support also included. Written entirely in python and wxpython. WinXP/7/8 executable also available.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    SivModeler

    SivModeler

    Make edit and convert your 3D models to a game maker friendly format.

    This program is built for mainly Game Maker users. Common Model formats such as .OBJ do not work with GM as it only supports .D3D witch is not compatible with most high end modeling programs. SivModeler is the best way to make edit and convert models that will work with your Game Maker 3D games.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22
    tubemap

    tubemap

    Javascript / d3 tubemap diagram - BETA

    Ever seen a London tubemap? In other cities it's probably called a metro map... Well this project takes a list of pairs (e.g. A --> B, B --> C, D --> C) and visualises them. The diagram works even if these paths then converge.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    move-route-recorder

    move-route-recorder

    Easily create event move routes in RPG Maker XP, VX, and VXA

    This is a simple tool for easily creating large event move routes without the need to keep track of the current location in your head. It records the cursor movement as you move the selection rectangle on the map editor screen, and can then playback the movement into an event's move route list.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    Veronia Engine

    Turn Based Game Engine (GMS GML)

    Turn Base Game Engine writen in game maker lenguage on Game Maker Studio. Features: * Skill Editor * Pasive Sub-Editor * Easy Character Integration * Map Editor * api IA * UI room Editor * Effects Sub-Editor * Multiplayer
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    gc_hole_filling

    Depth map hole filling using graph cuts

    Code to fill missing holes in a depth map using a second-order smoothness prior. Implemented in matlab using graph cuts. Accompanies the paper "Herrera C., D., Kannala, J., Ladicky, L., Heikkila, J., Depth map inpainting under a second-order smoothness prior, SCIA, 2013"
    Downloads: 3 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next