Difference between revisions of "ChucK/Dev/Tools"
From CSWiki
(→ChucK Editing) |
(Adding ChucK Syntax for Sublime) |
||
Line 18: | Line 18: | ||
* [[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 |
Revision as of 14:45, 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