vote up 26 vote down star
23

I am wondering if people have any ideas for open source projects that don't exist yet that they would like to share. Also, submit ideas that may be under open source development but need considerable work. I want to gauge the need for various projects.

Please submit one idea per answer for effective voting, thanks.

flag
show 4 more comments

38 Answers

1 2 next
vote up 5 vote down

A fully featured IDE without a bunch of bugs. Something that could actually compete with, say, visual slickedit or visual studio when it comes to features and stability.

I am aware that there are free solutions out there that claim to do this, but I have found that they fall far short of the commercial solutions.

link|flag
show 2 more comments
vote up 10 vote down

A flash compiler that works.

link|flag
show 2 more comments
vote up 8 vote down

open source web-dev IDE.

currently in the news again due to Mozillas recent anouncement

The only stuff in the field right now is the dead Nvu, eclipse web tools etc.

Nothing that can compete with e.g. dreamweaver, visual studio (unless i have missed it)

link|flag
show 5 more comments
vote up 0 vote down

The apd-pecl-plugin for PHP.

Yes, it does exist, it hasn't been updated since 2006 though, and it doesn't work on "newer" versions of PHP. Probably the best debugging / profiling plugin for PHP.

link|flag
vote up 1 vote down

I would like to see more convenience libraries for the Rhino JavaScript interpreter. Currently in order to use most of the Java libraries in Rhino, you end up coding directly to the Java APIs, which defeats the point of a scripting language.

For example, I'd like to do this in Rhino to echo stdin to stdout (the resemblance to Python is not accidental):

for each (line in iterlines(java.System["in"]))
    print(line);

But you can't do that out of the box or with a well-known library -- you have to write your own iterlines:

function iterlines(inputStream) {
    var br = new java.io.BufferedReader(
        new java.io.InputStreamReader(inputStream));
    var line;
    while (line = br.readLine())
        yield(line);
}

JavaScript would be a great Java scripting language with those kinds of convenience functions built on top of it.

link|flag
vote up 2 vote down

a command-line Unix equivalent of Microsoft's Logparser. There are a few similar projects but all scripts.

link|flag
vote up 2 vote down

A usable operating system.

Just kidding, Linux/BSD.

I'd like an open-source audio editing program, like FL Studio.

link|flag
show 3 more comments
vote up 12 vote down

A SQL change management tool!

link|flag
show 1 more comment
vote up 10 vote down

Something simple and slick that bridges the gap between MSWord and Latex.

link|flag
show 5 more comments
vote up 19 vote down

A working Exchange connector in component form that could be used by KMail, Thunderbird, Evolution, etc.

link|flag
show 1 more comment
vote up 8 vote down

A version control client which can be used for multiple VCS.

link|flag
show 3 more comments
vote up 3 vote down

Someone picking up the old NDoc code base and bringing it up to par with support for all the new language features. SandCastle does a good job but it is still much harder to use and doesn't have as many features.

link|flag
vote up 20 vote down

A big red button that makes IE6 go away and never come back :)

link|flag
show 2 more comments
vote up 5 vote down

A free C++ library that supports generically connecting to all (well most) databases. Oh and the whole point is for it to be covered with a license that can be used commercially

link|flag
show 1 more comment
vote up 1 vote down

mapping elements like virtual earth or google maps for silverlight.

I know that SharpMapmight eventually do this but its long far away from this ability.

link|flag
show 1 more comment
vote up 0 vote down

A better editor for FitNesse pages; their edit mode is very very rudimentary right now and I think it's one of the top 3 entry barriers to using the tool for less technically inclined users.

link|flag
vote up 0 vote down

I'm really missing FolderSize in Vista. I loved it in Win XP; it simple did what it was supposed to do and otherwise stayed out of the way.

link|flag
vote up 2 vote down

Id like to see more research on the .NET Operating System... Singularity

Singularity - Wikipedia

Singularity - MSDN

link|flag
vote up 9 vote down

A good open-source touch typing game.

link|flag
show 1 more comment
vote up 6 vote down

A professional-quality game.

link|flag
show 4 more comments
vote up 0 vote down

well this was my master plan Idea but anyway i do not have time for it now and maybe i will never have enough time and resources to do it

the idea is a web based IDE fully featured (including GUI designing, Database Designing, intelisence, etc) for Java,php, ROR

well i mean i want a web based version of netbeans :)

link|flag
show 1 more comment
vote up 0 vote down

An open-source Flash player built with .NET would be pretty handy.

link|flag
show 1 more comment
vote up 1 vote down

An open source .net reflector.

link|flag
vote up 0 vote down

ICQ library for .NET

link|flag
show 1 more comment
vote up 1 vote down

An open source IDE or addon for Eclipse or Netbeans which will allow to code and debug in VC++ for Windows, and will be better then Visual Studio in everyway.

link|flag
show 2 more comments
vote up 4 vote down

Visio

Visio

Visio

(SO doesn't allow one-word responses, thus the triplication.)

link|flag
vote up 0 vote down

A native Python reporting tool, similar to JasperReports for Java or Crystal Reports for every damn thing.

link|flag
vote up 0 vote down

I really want something like Delicious Library, that will let me use a webcam to scan barcodes to easily import the contents of my real-life library. The closest I've found is Zebra Barcode Reader, but it's not integrated into any collection management software.

It's on my TODO list (itch, scratch) but there's so many other things on there too...

link|flag
show 1 more comment
vote up 1 vote down

I would love to see a tool to generate XAML from an existing Winform.

link|flag
vote up 2 vote down

A good video editing program.

link|flag
1 2 next

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.