Coder Social home page Coder Social logo

eddy_v2's Introduction

Eddy v2

This is the second iteration of my text editor. Differences with v1 are that it's implemented in C (instead of C++) using the raylib library (instead of SDL).

Why?

See justforfunnoreally.dev badge

Goals

I'm from the emacs school (as opposed to the vi school), and while vi has been reiterated a number of times over the years- first vim in the 90s, and now neovim, emacs is still a continuation of the original Stallman project.

I think the emacs way of thinking needs to be brought into the twentyfirst century. I'm not aiming at copying emacs functionality, but the whole "everything is a macro" ethos appeals to me, and also the insert/command mode separation that vi has doesn't work for me (and yes, I tried. I probably wrote more code in vi than you ever have before you were even born).

Installation

$ cd ~/projects
$ git clone [email protected]:JanDeVisser/eddy_v2.git
$ cd eddy_v2
$ mkdir build
$ cd build
$ cmake ..
$ cmake --build .
$ cmake --install .
$ bin/eddy src/main.c 

eddy_v2's People

Contributors

jandevisser avatar

Watchers

 avatar  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.