Thanks jjacksn,
The coding really wouldnt be that hard. Tell me if im wrong but i dont think it would be worth coding it all in c++ at least, not money wise.
The emphasis im looking for is visuals. For example, Say a range of numbers from 1-30. Each number is represented by a 3d box (or 2d box, doesnt have to be 3d - but 3d would look so much better)
You can click on one box that will take you into addition info on that number (and have an animation on the box clicked on)
You could also click on an option that runs a rule, like filter all even numbers. and the boxes that are represented by even numbers would highlight a different colour.
Could simpler programs be used to do this? Like Shockwave or flash that might have a 3d plugin or something?
Main Topics
Browse All Topics





by: jjacksnPosted on 2003-04-29 at 00:10:15ID: 8417920
Considering you don't know how to program, then doing this on your own will be very difficult. If you are going to contract out the program, having it coded in C# will be the easiest to look at and understand what is going on if you ever so choose. C# code, however, must be run on the .NET Framework, which means any client who is using the software must have it installed(the installation file is around 11 megs-not horrible).
Using C++ or C# both have their advantages and drawbacks. I personally am a bigger fan of C# if you want to learn how to edit the program, because its easier for newcomers to try to understand what is going on. You can look at C++ or C# code form a good, experienced programmer and have no idea what is going on. However, I think the odds are higher that the C# will make more sense to you.
If you don't care about ever editing the code, and you are hiring someone to do the work for you, you can probably find cheaper people to do it in C++ than C#.
Another option would be to do it in Java. However, finding good people to do 3d modeling in Java is probably more difficult than C++ (that's an opinion, I have no idea if it is true).
The backend is easy to do in any language using any database that supports SQL operations.