Projects
Git2Svn
The purpose of this tool is to slave a user defined SVN repository to a git repository so that one can track changes in a SVN repository. This is different from git-svn because that allows you to generate a GIT repository from an svn repository. Git2Svn allows you to start with a Git repository and then later link it to a independent subversion repository and have it track the changes.
The Github Repository can be found here
SCUI
This is a basic library for some great native Sproutcore UI functionality includes views, panes, mixins and objects.
FRAMEWORKS
Foundation: [ALPHA] Basic View and Mixin framework that has general oriented UI treatments that are helpful
Calendar: [ALPHA] Basic Calendar Functionality: Datepicker, CalendarView
Dashboard: [EXPERIMENTAL] Basic iGoogle-like framework, very early stages with lots of bugs
Drawing: [ALPHA] Basic drawing framework that uses the canvas tag, SVG to be added soon.
LinkIt [ALPHA] Complex framework for building directed and non-directed graphs much like Yahoo Pipes and WireIt. It allows you to create draggable object with terminals that you can link them together.
Main Github Repository: SCUI
SCUI Samples Github Repository: SCUI Samples
Linkit Demo Github Repository: LinkIt Demo