3D code analysis
-
I wish I had some of that modelling skill, even at the price of being considered crazy. The way it is, I can write good 3D code and nobody really gives a damn because my models look too tacky :)
"Dark the dark side is. Very dark..." - Yoda ---
"Shut up, Yoda, and just make yourself another toast." - Obi Wan KenobiWell you can always write code that created stuff procedurally? That's what Houdini is good for. Check out this post[^] That's something that would be done procedurally, with 3D code. Would that interest you?
¡El diablo está en mis pantalones! ¡Mire, mire! SELECT * FROM User WHERE Clue > 0 0 rows returned Save an Orange - Use the VCF! Personal 3D projects Just Say No to Web 2 Point Blow
-
it takes a boatload of pressure to turn carbon based nuggets into diamonds :rolleyes:
Steve _________________ I C(++) therefore I am
Hence the suggestion to see a doctor! The poor guy could end up exploding his frontal lobes from the sheer strain of trying to pass a 24ct nugget!
¡El diablo está en mis pantalones! ¡Mire, mire! SELECT * FROM User WHERE Clue > 0 0 rows returned Save an Orange - Use the VCF! Personal 3D projects Just Say No to Web 2 Point Blow
-
Anyone ever seen (or written themselves) a program that analyzes some source code (doesn't matter what language) and then produces some sort of 3D result? I'm not sure what the result would actually be but I would suspect that some interesting patterns would show up. I'm looking for something like this and was just curious if anyone else has thought of this.
¡El diablo está en mis pantalones! ¡Mire, mire! SELECT * FROM User WHERE Clue > 0 0 rows returned Save an Orange - Use the VCF! Personal 3D projects Just Say No to Web 2 Point Blow
-
Are there really any good 3D visualizations out there for much of anything? I'm not sure we are all that good at processing 3D data. I can't really think of anything that isn't more than 2D with perspective. If there is, then I'm sure you can find something on Visual Complexity[^], or http://www.visualizing.org/[^]
Curvature of the Mind now with 3D
-
Anyone ever seen (or written themselves) a program that analyzes some source code (doesn't matter what language) and then produces some sort of 3D result? I'm not sure what the result would actually be but I would suspect that some interesting patterns would show up. I'm looking for something like this and was just curious if anyone else has thought of this.
¡El diablo está en mis pantalones! ¡Mire, mire! SELECT * FROM User WHERE Clue > 0 0 rows returned Save an Orange - Use the VCF! Personal 3D projects Just Say No to Web 2 Point Blow
This may not be technically exactly like what you described, but it is in the same vein: 'Tilt' Firefox plugin[^] I tried it out, it's pretty neat. Helps to visualize the layers of markup containers and elements in the DOM of a particular webpage. Cheers!
-
Anyone ever seen (or written themselves) a program that analyzes some source code (doesn't matter what language) and then produces some sort of 3D result? I'm not sure what the result would actually be but I would suspect that some interesting patterns would show up. I'm looking for something like this and was just curious if anyone else has thought of this.
¡El diablo está en mis pantalones! ¡Mire, mire! SELECT * FROM User WHERE Clue > 0 0 rows returned Save an Orange - Use the VCF! Personal 3D projects Just Say No to Web 2 Point Blow
I can see it right in front of me: the app analyzes a program full of bugs and renders it in 3D like a scene from Starship Troopers. Now, if I can have a 3D version of Denise Richards helping me shoo... err fix the bugs, that would be :cool: At the very least it would be a great improvement to Clippy ;)
-
Sounds cool. I can see it having some benefit if you were trying to perform analytics on it, e.g. comparing KLOCS I/L to KLOCS of code and manipulating down to the individual method level.
Forgive your enemies - it messes with their heads
My blog | My articles | MoXAML PowerToys | Mole 2010 - debugging made easier - my favourite utility
Yeah, the code should look like those images from the movie 'Hackers' ! Lemmee fire up my Flight Simulator and take a drive around it... :laugh:
Psychosis at 10 Film at 11 Those who do not remember the past, are doomed to repeat it. Those who do not remember the past, cannot build upon it.
-
Anyone ever seen (or written themselves) a program that analyzes some source code (doesn't matter what language) and then produces some sort of 3D result? I'm not sure what the result would actually be but I would suspect that some interesting patterns would show up. I'm looking for something like this and was just curious if anyone else has thought of this.
¡El diablo está en mis pantalones! ¡Mire, mire! SELECT * FROM User WHERE Clue > 0 0 rows returned Save an Orange - Use the VCF! Personal 3D projects Just Say No to Web 2 Point Blow
Sounds like a Windows Media Player visualisation. If you can design and/or write one which is actually useful, we'll happily integrate it into Visual Lint. ;P
Anna :rose: Tech Blog | Visual Lint "Why would anyone prefer to wield a weapon that takes both hands at once, when they could use a lighter (and obviously superior) weapon that allows you to wield multiple ones at a time, and thus supports multi-paradigm carnage?"
-
Sounds like a Windows Media Player visualisation. If you can design and/or write one which is actually useful, we'll happily integrate it into Visual Lint. ;P
Anna :rose: Tech Blog | Visual Lint "Why would anyone prefer to wield a weapon that takes both hands at once, when they could use a lighter (and obviously superior) weapon that allows you to wield multiple ones at a time, and thus supports multi-paradigm carnage?"
:) Thanks, but I was hoping to find something out there. I'm not really sure what would even make sense.
¡El diablo está en mis pantalones! ¡Mire, mire! SELECT * FROM User WHERE Clue > 0 0 rows returned Save an Orange - Use the VCF! Personal 3D projects Just Say No to Web 2 Point Blow
-
:) Thanks, but I was hoping to find something out there. I'm not really sure what would even make sense.
¡El diablo está en mis pantalones! ¡Mire, mire! SELECT * FROM User WHERE Clue > 0 0 rows returned Save an Orange - Use the VCF! Personal 3D projects Just Say No to Web 2 Point Blow
No worries. :) Seriously though - if you can think of a way of presenting data which would help you to visualise the results (not an easy task we know), we're happy to have a crack at implementing something - at least as a proof of concept.
Anna :rose: Tech Blog | Visual Lint "Why would anyone prefer to wield a weapon that takes both hands at once, when they could use a lighter (and obviously superior) weapon that allows you to wield multiple ones at a time, and thus supports multi-paradigm carnage?"
-
what would the 3 axis represent? Memory usage, cpu time, clock time? or i suppose you could start with a 2D UML diagram and then simply extrude out a shape on the 3rd axis by a single variable, such as a class diagram with height of class blocks determined by lines of code (which in turn could be 'displaced' by lines of code in each method).
Pedis ex oris
-
Anyone ever seen (or written themselves) a program that analyzes some source code (doesn't matter what language) and then produces some sort of 3D result? I'm not sure what the result would actually be but I would suspect that some interesting patterns would show up. I'm looking for something like this and was just curious if anyone else has thought of this.
¡El diablo está en mis pantalones! ¡Mire, mire! SELECT * FROM User WHERE Clue > 0 0 rows returned Save an Orange - Use the VCF! Personal 3D projects Just Say No to Web 2 Point Blow
Try the firefox exension: Tilt.