Quote:
Originally posted by Delteria_Free18
I make a game that you can go around cuttin stuff up (graal) and then I think it would be cool to add in some tasty lights to make it sexier....
what I do is just add some extra code and modify my existing code just a tad bit...
in the long run that is going to hurt me because it will take longer to execute certain added on things when it could have been fixed by rewritting some of the base code to incorperate that from the core
|
1) You have no way of knowing that Graal has been coded badly.
2) Rewriting the base code is the only real way such a feature
could have been added. Programming is pretty open-ended but there are still only so many ways to solve a problem effectively.
3) The actual efficiency of the code has almost no bearing on the kind of problems reported in this thread.
4) The code is far more efficient than I ever expected it to be. I've pushed the Graal engine time and again with my projects and I've been surprised by just how well it has performed.