GithubHelp home page GithubHelp logo

duck-editor's Introduction

Duck Editor

Duck Editor https://github.com/evilbinary/duck-editor
A Highly scalable Editor based on scheme with GPU rendering.

中文版说明文档

Features

  1. Faster than vscode
  2. More flexible than emacs

Contributing

Duck Editor Development Team QQ Group Number: 590540178

Screen Shot

Usage

Based on scheme lib

./scheme --script ../apps/duck-editor/duck-editor.ss

Extensions

Extensions List

  1. Scheme Grammar Highlights
  2. dracula Theme
  3. File System

Develop Extensions

Rigister Extension

  (import (extensions extension))
  (register 'theme.dracula (lambda (duck)
    (let ((editor (get-var duck 'editor))
    	;; Code block for extension function.
    ))

Hook Key Control

   (set-key-map '(ctl a) (lambda()
            (printf "hook key ctl a\n")
       ))

Author

License

Copyright (c) evilbinary All rights reserved.

Licensed under the GPL license.

duck-editor's People

Contributors

evilbinary avatar wuzhuoran avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

duck-editor's Issues

duck-editor cannot start

I installed scheme-lib and cloned duck-editor into apps directory. Output:

~/attic/scheme-lib/bin/ 吉 > ./scheme --script ../apps/duck-editor/duck-editor.ss
Scheme Version 2.1
Copyright 2016-2020 evilbinary.

2000 ,1510 1000,850
init 1000,850
app.dir ../apps/duck-editor
loading... ../apps/duck-editor/extensions/file-manager/file.tree.ss
Exception in load: failed for ../apps/duck-editor/extensions/file-manager/file.tree.ss: no such file or directory

Judging from file structure, should we change file-manager to tree?

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.