Difference between revisions of "ChucK/Dev/Tools"
From CSWiki
m (Reverted edit of Myspacer, changed back to last version by Joerg) |
(→ChucK Editing) |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 14: | Line 14: | ||
* [http://www.brandmaier.de/index.php?id=16,80,0,0,1,0 ChucK Syntax Highlighting]: small syntax highlighting script for the JOE editor (available for Unix, Linux and Mac OS X): Andreas Brandmaier | * [http://www.brandmaier.de/index.php?id=16,80,0,0,1,0 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 [http://www.scintilla.org/SciTE.html SciTE] and auto-rerun it when the file changes. : paniq | * [[Smallest_ChucK_IDE_Ever]] : small python script to edit a chuck script using [http://www.scintilla.org/SciTE.html SciTE] and auto-rerun it when the file changes. : paniq | ||
− | * [ | + | * [[ChucKWithEmacs]]: instruction on how to use and where to find modes for using ChucK within the Emacs editor. |
− | |||
* [[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] | ||
+ | * [https://sublime.wbond.net/packages/ChucK%20Syntax ChucK Syntax for Sublime]: a ChucK syntax package for the Sublime text editor | ||
+ | * [https://github.com/tasmo/ChucK.tmbundle Textmate bundle for ChucK]: a ChucK syntax bundle for the TextMate (OSX only) text editor |
Latest revision as of 13:47, 16 October 2014
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
- ChucKWithEmacs: instruction on how to use and where to find modes for using ChucK within the Emacs editor.
- 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
- ChucK Syntax for Sublime: a ChucK syntax package for the Sublime text editor
- Textmate bundle for ChucK: a ChucK syntax bundle for the TextMate (OSX only) text editor