Giter VIP home page Giter VIP logo

bred's Introduction

Bred

Bred is a text editor engine (think game engine, but for text editors). Use it to create your own custom text editor that meets your needs and your needs only.

Building & Installation

There are no pre-built versions of Bred because it comes with 0 keybindings out of the box. Without the user configuration (which is compiled into the executable) it will simply crash as soon as open the program.

To get started, I recommend you read through the example config in /example/config/config.odin. It will walk you through the basics of creating a config file. You can then copy that file into a folder called /user/config or create your own file from scratch in that directory!

Once you have created a configuration file that loads a font, creates a portal, and registers some keybindings. You can run the following command to build your new editor! (If you prefer it, you can run the build with -vet and -strict-style, the engine itself is built with those two turned on, so you will not run into any issues turning them on)

odin build src -out:.build/editor.exe -collection:bred=src -collection:user=user

bred's People

Contributors

pingar5 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.