Sketchup Source Files
-
Sketchup it self was writen on some program, probably on c++. I'm introsted in getting the source files. I just wanna learn/examine how its writen. Ex: Examine raytest function, Sketchup::view Class, and many more... So, is there a way I could get the source code, or does even lisence alow that?
-
Now... I just know you have got to be kiddin' me!
No it's not open source.
-
lol.. Ok, but they wrote functions somehow and then compiled them to dlls
-
If you are interested in how 3d apps work, have a look at Blender for instance, complete 3d package fully open source with available source code.
Besides that, searching for various 3d functions and you'll find examples. Raytracing you will find for sure. I came across a video the other day where the guy was writing a raytracer 3d render in 30 minutes or so.
-
@thomthom said:
If you are interested in how 3d apps work, have a look at Blender for instance, complete 3d package fully open source with available source code.
Besides that, searching for various 3d functions and you'll find examples. Raytracing you will find for sure. I came across a video the other day where the guy was writing a raytracer 3d render in 30 minutes or so.
Thank's , The first time I took a look at blender's source was yesterday, but I didn't thought about examining it and now I will!!!!!
-
I poked about last week and I was investigating some edge loop routines.
Advertisement