evilbinary / Duck Editor
Licence: gpl-2.0
基于scheme开发的鸭子编辑器
Stars: ✭ 176
Programming Languages
scheme
763 projects
Labels
Projects that are alternatives of or similar to Duck Editor
Monogame.forms
MonoGame.Forms is the easiest way of integrating a MonoGame render window into your Windows Forms project. It should make your life much easier, when you want to create your own editor environment.
Stars: ✭ 165 (-6.25%)
Mutual labels: editor
Diagram Maker
A library to display an interactive editor for any graph-like data.
Stars: ✭ 2,086 (+1085.23%)
Mutual labels: editor
Python Markdown Editor
Standalone editor for your markdown files
Stars: ✭ 164 (-6.82%)
Mutual labels: editor
Pythonvscode
This extension is now maintained in the Microsoft fork.
Stars: ✭ 2,013 (+1043.75%)
Mutual labels: editor
Report Designer
🚀 打印设计、可视化、大屏、编辑器、设计器、数据分析、报表设计、组件化、表单设计、h5页面、调查问卷、pdf生成、流程图、试卷、SVG、图形元素、物联网
Stars: ✭ 160 (-9.09%)
Mutual labels: editor
Smartblock
intuitive block based wysiwyg editor built with React and ProseMirror
Stars: ✭ 173 (-1.7%)
Mutual labels: editor
Edit Text
Collaborative rich text editor for the web. Written in Rust + WebAssembly.
Stars: ✭ 171 (-2.84%)
Mutual labels: editor
Mundus
A 3D world/level editor built with Java, Kotlin & libGDX.
Stars: ✭ 164 (-6.82%)
Mutual labels: editor
Vscode Theme Onedark
VSCode Theme based on Atom's One Dark theme
Stars: ✭ 165 (-6.25%)
Mutual labels: editor
Popcode
An HTML/CSS/JavaScript editor for use in the classroom
Stars: ✭ 169 (-3.98%)
Mutual labels: editor
Richtexteditor
Rich text editor lib for android. (Img support) - 富文本编辑器(支持图片)
Stars: ✭ 172 (-2.27%)
Mutual labels: editor
Ngx Inline Editor
Native UI Inline-editor Angular (4.0+) component
Stars: ✭ 172 (-2.27%)
Mutual labels: editor
Vscodium
binary releases of VS Code without MS branding/telemetry/licensing
Stars: ✭ 14,639 (+8217.61%)
Mutual labels: editor
Duck Editor
Duck Editor https://github.com/evilbinary/duck-editor
A Highly scalable Editor based on scheme
with GPU rendering.
Features
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
- Scheme Grammar Highlights
- dracula Theme
- 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
- evilbinary [email protected]
- Blog http://evilbinary.org
License
Copyright (c) evilbinary All rights reserved.
Licensed under the GPL license.
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].