Tags : Browse Projects

Select a tag to browse associated projects and drill deeper into the tag cloud.

GitX

Compare

  Analyzed 3 months ago

GitX is a git GUI specifically for Mac OS X. It currently features a history viewer much like gitk and a commit GUI like git gui. But then in silky smooth OS X style!

20.1K lines of code

0 current contributors

over 14 years since last commit

70 users on Open Hub

Activity Not Available
4.54167
   
I Use This

Camino

Compare

Claimed by Mozilla Foundation No analysis available

The Camino Project has worked to create a browser that is as functional and elegant as the computers it runs on. The Camino web browser is powerful, secure, and ready to meet the needs of all users while remaining simple and elegant in its design.

0 lines of code

0 current contributors

0 since last commit

62 users on Open Hub

Activity Not Available
4.15789
   
I Use This
Mostly written in language not available
Licenses: mozilla_p...

Visual Studio Code

Compare

Claimed by Microsoft Analyzed about 22 hours ago

VS Code is a new type of tool that combines the simplicity of a code editor with what developers need for their core edit-build-debug cycle. Code provides comprehensive editing and debugging support, an extensibility model, and lightweight integration with existing tools.

1.02M lines of code

386 current contributors

1 day since last commit

58 users on Open Hub

Very High Activity
3.5
   
I Use This

Crazy Eddie's GUI System

Compare

  No analysis available

A free library providing windowing and widgets for graphics APIs / engines where such functionality is not natively available, or severely lacking. The library is object orientated, written in C++, and targeted at games developers who should be spending their time creating great games, not building GUI sub-systems!

0 lines of code

14 current contributors

0 since last commit

57 users on Open Hub

Activity Not Available
4.15
   
I Use This
Mostly written in language not available
Licenses: mit

Fink

Compare

  No analysis available

The Fink project wants to bring the full world of Unix Open Source software to Darwin and Mac OS X. It modifies Unix software so that it compiles and runs on Mac OS X and makes it available for download as a coherent distribution. Fink uses Debian tools like dpkg and apt-get to provide powerful ... [More] binary package management. You can choose whether you want to download precompiled binary packages or build everything from source. [Less]

0 lines of code

8 current contributors

0 since last commit

55 users on Open Hub

Activity Not Available
3.65217
   
I Use This
Mostly written in language not available
Licenses: gpl

macvim

Compare

  Analyzed 4 days ago

MacVim is a port of the text editor Vim to Mac OS X. MacVim supports multiple windows with tabbed editing and a host of other features such as: bindings to standard OS X keyboard shortcuts (⌘Z, ⌘V, ⌘A, ⌘G, etc.), transparent backgrounds, full-screen mode, multibyte editing with OS X input ... [More] methods and automatic font substitution, ODB editor support, and more. Most importantly, MacVim brings you the full power of Vim 7.2 to Mac OS X. Note: MacVim is in no way connected with http://macvim.org. That site is no longer being maintained and only provides outdated binaries of the old Carbon port of Vim. Snow LeopardMacVim now builds as 64 bit by default on Snow Leopard (10.6). I simplified the build process as well, so check out the Building wiki page on how to build your own binary. The stable build seems to run fine on Snow Leopard, but please consider using a snapshot instead as they are built specifically for Snow Leopard (the snapshot also runs on Leopard). DownloadThere are two official binaries of MacVim to choose from: Stable: The latest stable release is MacVim 7.2 stable 1.2 which was released on the 21st of August 2008. It is a universal binary which runs on Mac OS X 10.4 and 10.5. Mac OS X 10.6 ("Snow Leopard") seems to work fine as well but I strongly suggest using the latest snapshot build on Snow Leopard. Snapshot: A new snapshot is released every month or so and contains several features and bug-fixes which have not yet been included in the stable build. The latest version can be downloaded here. If the download fails for some reason then try using the download mirror. You may also build your own version from the source code. Please consider contributing to the MacVim project if you are able. MacVim is distributed free as charityware (type :h license inside MacVim for details). If you find MacVim a useful addition to your life please consider helping needy children in Uganda. Getting startedThe book A Byte of Vim is freely available online and is suitable for newcomers as well as more experienced users of Vim. Another freely available online book is Vim Recipies which serves as a cookbook where you can look up different ways to perform a specific task. There are also several Vim tutorials available online, such as this Vim introduction and tutorial. Once familiar with the basics you may benefit from using the following article on Efficient Editing With Vim as a quick reference. Before diving into all that material, you may want to read the article "Why use Vim?" which dispels common misconceptions about Vim and also provides examples which illustrate some of its many features. Vim comes bundled with a tutor which can be quite helpful to go through since it encourages you to experiment as you read. At the moment it requires some trickery to get going, but once there it should be easy to follow. The tutor is a text file which needs to be copied to a folder where it can be modified. To copy the tutor to your home folder, open MacVim and type (make sure you are in normal mode first by hitting Esc): :!cp $VIMRUNTIME/tutor/tutor ~/then hit enter. This will place a file named tutor in your home folder. Now, to start the tutor simply open that file in MacVim, e.g. by pressing ⌘O to show the file open dialog and then browsing to the tutor file. How to get helpThere is a fairly active mailing list called vim_mac where you can post questions about MacVim and request new features. Before posting a question, you should consult the FAQ, search the vim_mac archives, and consult the built-in Vim help by typing :h macvim inside MacVim. Since the binary releases always are a couple of versions behind the source code it is also possible that any problems you encounter may already have been fixed. Check the change log for the latest updates to the source code. Help me!If you find a bug, then please file an Issue report but first make sure that it has not already been reported by searching for old Issues. Unless you are absolutely sure that you have really found a bug you should probably post a question on the vim_mac mailing list first. (Note that there are several people answering questions on the mailing list whereas there is only one of me responding to Issue reports.) [Less]

536K lines of code

0 current contributors

over 9 years since last commit

39 users on Open Hub

Inactive
4.72727
   
I Use This

Irrlicht Engine

Compare

  No analysis available

The Irrlicht Engine is a high performance real-time 3D engine written and usable in C++, and also available for .NET languages. It is completely cross-platform, using D3D, OpenGL, and its own software renderers.

0 lines of code

1 current contributors

0 since last commit

37 users on Open Hub

Activity Not Available
4.08
   
I Use This
Mostly written in language not available
Licenses: zlib_libpng

grafx2

Compare

  No analysis available

GrafX2 is a bitmap paint program that allows you to draw in more than 60 video resolutions including most of the standard Amiga resolutions : 320x200, 320x256, 320x512, 640x256, 640x512, etc. It was written to run under DOS, but the code you'll find here was modified to use SDL and modern operating ... [More] systems. This program is dedicated to everybody who knows what a single pixel is. Its layout is not very different from the famous Deluxe Paint or Brilliance, so it will be quite easy to handle it if you know at least one of these programs. If you aren't used to the art of drawing with up to 256 colors, it will be a little more difficult for you, but you should give it a try (or more, because most of the power of this program won't show up on the first try). [Less]

0 lines of code

27 current contributors

0 since last commit

36 users on Open Hub

Activity Not Available
4.85714
   
I Use This
Mostly written in language not available
Licenses: gpl

iTerm2

Compare

  Analyzed 1 day ago

A fork of the older iTerm project. iTerm2 is a Terminal replacement and the successor of iTerm. It focuses on speed, internationalization, and building new features to improve your life.

516K lines of code

25 current contributors

1 day since last commit

36 users on Open Hub

High Activity
5.0
 
I Use This

MyPaint

Compare

  Analyzed about 8 hours ago

A fast and easy open-source graphics application for digital painters. It lets you focus on the art instead of the program. You work on your canvas with minimum distractions, bringing up the interface only when you need it.

58.7K lines of code

38 current contributors

3 months since last commit

35 users on Open Hub

Low Activity
4.82353
   
I Use This