All Projects → bridge-core → Bridge.

bridge-core / Bridge.

Licence: gpl-3.0
Minecraft Add-on Editor | We strive to provide the best development experience possible

Programming Languages

javascript
184084 projects - #8 most used programming language
typescript
32286 projects

Projects that are alternatives of or similar to Bridge.

Swagger Toolbox
💡 Swagger schema model (in yaml, json) generator from json data
Stars: ✭ 194 (+0.52%)
Mutual labels:  json, tool, editor
Godot Engine.easy Charts
A Godot Engine addon for plotting general purpose charts. A collection of Control, 2D and 3D Nodes to plot every chart possible.
Stars: ✭ 146 (-24.35%)
Mutual labels:  addon, tool
Atheos
A self-hosted browser-based cloud IDE, updated from Codiad IDE
Stars: ✭ 144 (-25.39%)
Mutual labels:  ide, editor
Lighttable
The Light Table IDE ⛺
Stars: ✭ 11,657 (+5939.9%)
Mutual labels:  ide, editor
Mcreator
MCreator is a software used to make Minecraft Java Edition mods, Bedrock Edition Add-Ons, and data packs using visual graphical programming or integrated IDE. It is used worldwide by Minecraft players, aspiring mod developers, for education, online classes, and STEM workshops.
Stars: ✭ 139 (-27.98%)
Mutual labels:  minecraft, ide
Ethereum Studio
Official Ethereum Studio project repository. And IDE specially tailored to make it as simple as possible to onboard new users into the Ethereum ecosystem
Stars: ✭ 144 (-25.39%)
Mutual labels:  ide, editor
Oni
Oni: Modern Modal Editing - powered by Neovim
Stars: ✭ 11,466 (+5840.93%)
Mutual labels:  ide, editor
Go Plus
An Enhanced Go Experience For The Atom Editor
Stars: ✭ 1,519 (+687.05%)
Mutual labels:  ide, editor
Pervane
Plain text file based note taking and knowledge base building tool, markdown editor, simple browser IDE.
Stars: ✭ 159 (-17.62%)
Mutual labels:  ide, editor
Radasm2
RadASM v2
Stars: ✭ 161 (-16.58%)
Mutual labels:  ide, editor
Seedsearcherstandalonetool
Minecraft, searching numeric seeds for specific features/biomes
Stars: ✭ 165 (-14.51%)
Mutual labels:  minecraft, tool
Goed
Terminal based code editor / development environment
Stars: ✭ 130 (-32.64%)
Mutual labels:  ide, editor
Brackets Portable
Windows portable version of adobe brackets web development editor.
Stars: ✭ 124 (-35.75%)
Mutual labels:  ide, editor
React Codemirror
CodeMirror component for React. @codemirror https://uiwjs.github.io/react-codemirror/
Stars: ✭ 142 (-26.42%)
Mutual labels:  ide, editor
Snapshooter
Snapshooter is a snapshot testing tool for .NET Core and .NET Framework
Stars: ✭ 118 (-38.86%)
Mutual labels:  json, tool
Komodoedit
Komodo Edit is a fast and free multi-language code editor. Written in JS, Python, C++ and based on the Mozilla platform.
Stars: ✭ 1,972 (+921.76%)
Mutual labels:  ide, editor
Geyser
A bridge/proxy allowing you to connect to Minecraft: Java Edition servers with Minecraft: Bedrock Edition.
Stars: ✭ 2,851 (+1377.2%)
Mutual labels:  minecraft, bridge
Pxt
Microsoft MakeCode (PXT - Programming eXperience Toolkit)
Stars: ✭ 1,649 (+754.4%)
Mutual labels:  minecraft, editor
Mockit
A tool to quickly mock out end points, setup delays and more...
Stars: ✭ 1,534 (+694.82%)
Mutual labels:  json, tool
Darcula
A Vim color scheme reproduction of the official JetBrains IDE Darcula theme
Stars: ✭ 158 (-18.13%)
Mutual labels:  ide, editor

bridge.

Download the latest version

About bridge.

bridge. is a powerful add-on editor designed to speed up your development process. It provides a rich editing experience for all files inside behavior and resource packs (JavaScript, JSON and functions) and provides a powerful work environment. Unleash the full power of add-ons with bridge. plugins and make use of rich auto-completions provided as you navigate through a file. Creating Minecraft add-ons was never more convenient!

Why you should use bridge.

Most importantly, JSON editors like bridge. guarantee that you cannot write invalid JSON. Additionally, "bridge." has a few more specific features which other editors do not offer:

  • bridge. interacts seamlessly with Minecraft and loads behavior packs and the corresponding resource pack from the com.mojang folder automatically
  • You cannot make general file structure mistakes because rich auto-completions guide you through the file
  • You do not need to study vanilla files and/or the incorrect documentation to find out which arguments a component has
  • Support for plugins: From custom components to searching files - bridge. plugins can do almost anything
  • Developing is generally significantly faster

Feature Overview

General

  • Create new behavior packs and resource packs with an automatically generated manifest.json
  • Create new behavior pack and resource pack files through a clear interface
  • Package your behavior pack with only one click

Editor

  • Cut, Copy, Paste, Undo, Redo and all other features you would expect
  • Powerful shortcuts to reorder and navigate through a JSON file
  • JSON displays as a tree structure with collapsible/expandable elements
  • Easily restructure JSON files by dragging elements
  • Beautiful syntax highlighting for all behavior pack files
  • Snippets to quickly import common JSON patterns
  • Error/Mistake detection and auto-fixes for some of them
  • bridge. file structure predictions for users who want to be even faster writing add-ons

Auto-Completions

  • Rich auto-completions for entities, loot tables, trades, spawn rules, biomes, items, blocks, recipes, features, feature rules, animations and animation controllers
  • Handcrafted: We don't trust the Minecraft documentation and you shouldn't either. That's why we wrote all suggestions by hand
  • Context sensitive: bridge. proposes different data depending on what you wrote before. Adding e.g. a new item results in the corresponding identifier being proposed whenever an item identifier is a valid value throughout your behavior and resource pack files.
  • Ability to switch between auto-completions for multiple Minecraft versions seamlessly: We always support the latest stable release and the latest beta

Debug Log Explorer

  • A perfect tool for browsing content errors
  • Filter by tags or search for specific logs
  • Open affected files with only one click

Documentation

  • Easy access to the Minecraft add-on documentation
  • Shortcut to lookup specific components in your file
  • And more features to come...!

Settings

  • Tabs vs. Spaces: You get to choose how we generate your files
  • Light & Dark Theme with corresponding syntax highlighter
  • Set a default project to be opened automatically when you open bridge.
  • Choose between auto-completions for multiple Minecraft versions
  • Collection of options to customize your developing experience

JavaScript Plugins

  • Create new menus, windows and notifications
  • Add new file types
  • Hook into a variety of different events
  • Develop your own custom add-on syntax
  • Library with existing plugins to download from within bridge.
  • Read more...

Projects created with bridge.

bridge. Plugins

Documentation

You can read more on plugins here.

Library

The repository for plugins can be found here. Feel free to add your plugins to it in order to make them appear inside the plugin menu.

Contributing to bridge.

Contributions to bridge. are welcome. However, please read the guidelines first.

Screenshots

JSON Editing

JSON errors JSON editing JSON context menu JSON split-screen

Other Filetypes

JavaScript .mcfunction

Menus

bridge. settings bridge. file creation

Snippets

bridge. snippets bridge. custom snippets

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].