Difference between revisions of "ChucK/Dev/Tools"
From CSWiki
m (Reverted edit of Myspacer, changed back to last version by Joerg) |
(→ChucK Editing) |
||
Line 16: | Line 16: | ||
* [http://www.mikael.johanssons.org/chuck.el ChucK Emacs Mode] : A major mode for editing .ck files and for controlling a running ChucK process from Emacs : Mikael Johansson | * [http://www.mikael.johanssons.org/chuck.el ChucK Emacs Mode] : A major mode for editing .ck files and for controlling a running ChucK process from Emacs : Mikael Johansson | ||
* [[Recent chuck-mode.el]] : Graham's changes to above | * [[Recent chuck-mode.el]] : Graham's changes to above | ||
+ | * [[http://bitbucket.org/kcfelix/emacsd/src/tip/my-lisp/chuck-mode.el New chuck-mode.el]] : New as in updated in 2009 and currently maintained | ||
* [[ck.vim]]: vim syntax highlighting for .ck files | * [[ck.vim]]: vim syntax highlighting for .ck files | ||
* [[ChucKML]]: ChucK Markup Language | * [[ChucKML]]: ChucK Markup Language | ||
* [http://www.jesusgollonet.com/blog/?p=135 Chuck JEdit Mode]: An edit mode for syntax highlighting in the [http://www.jedit.org JEdit] editor: [http://www.jesusgollonet.com/blog/ Jesús Gollonet] | * [http://www.jesusgollonet.com/blog/?p=135 Chuck JEdit Mode]: An edit mode for syntax highlighting in the [http://www.jedit.org JEdit] editor: [http://www.jesusgollonet.com/blog/ Jesús Gollonet] |
Revision as of 12:18, 2 July 2009
ChucK Tools in Developement
Here are some programs/tools developed for ChucK. Feel free to post more.
ChucK Environments
- ye Audicle, OpenGL ChucK IDE / Visualizer ( OS X, Windows )
- ye miniAudicle, lightweight Chuck IDE ( OS X, Linux, Windows ) : miniAudicle wiki
- ChucK text editor (XP) : Jon Fisher
- OSCSurface, editor and a surface with basic widgets over OSC : Joerg Piringer [1]
- chuck~, Max/MSP object : Brad Garton [2]
ChucK Editing
- ChucK Syntax Highlighting: small syntax highlighting script for the JOE editor (available for Unix, Linux and Mac OS X): Andreas Brandmaier
- Smallest_ChucK_IDE_Ever : small python script to edit a chuck script using SciTE and auto-rerun it when the file changes. : paniq
- ChucK Emacs Mode : A major mode for editing .ck files and for controlling a running ChucK process from Emacs : Mikael Johansson
- Recent chuck-mode.el : Graham's changes to above
- [New chuck-mode.el] : New as in updated in 2009 and currently maintained
- ck.vim: vim syntax highlighting for .ck files
- ChucKML: ChucK Markup Language
- Chuck JEdit Mode: An edit mode for syntax highlighting in the JEdit editor: Jesús Gollonet