Code center > Darwinbots3

Programming task (DNA editor)

(1/9) > >>

Numsgil:
I have a more-or-less stand alone project, if any coders are interested.

I'm starting to work on the GUI side of DB3.  I'd like a more-or-less full featured code editor for DNA.  There's a pretty slick code editor around that we can probably leverage: ScintillaNET.

The task is to take that as a starting point and create an IDE for DNA.  Something that I could integrate in to DB3 itself, but also run as a stand alone program.

If anyone's interested in tackling this as a summer programming project let me know and I'll help get you started.

Botsareus:
Don't know If I'll have time to help with all the other stuff going on. But some comments:

Open source code editor = cool


--- Quote ---Something that I could integrate in to DB3 itself, but also run as a stand alone program.

--- End quote ---

That means it will have to be written in C#. And be completely object oriented.

Panda:
As I'm approaching the summer, and I don't think I'll have a lot of work to do (other than reading up about genetic algorithms for my final year project, which I am psyched for), I'm looking to work on something. I could at least contribute a base for it.

I have had some practice with tokenisation, etc, but I don't know how well I could do this, it's always worth a shot, though.

Numsgil:
I'm doing a pass on the DNA code right now around the parsing and giving "compile errors".  You'd need to figure out syntax highlighting and saving/loading and anything else that makes sense.

Also it would be nice if most of it was set up as a control instead of a form so I could embed it in the program irksome in like the options window.

Botsareus:
How do you write a standalone control in .NET? I thought it had no component object model.

Navigation

[0] Message Index

[#] Next page

Go to full version