The top ten folks completed nearly 200 tasks together.
is that good?
yeah, that's pretty great
@Mitesh what was your favorite task?
The complete appleseed set and modelling the knight...really learnt alot and enjoyed doing them.Also designing 404 page was nice.
Infact appleseed has completely gained my attention... I want to complete 5th one but facing some issues...
tell me about them
In rt shootray example we have int main()...but in the sphereobject we have plugin...so i copied the rtexample in the sphere object... for int main() i declared other function called rtshoot()...and intialised argc=3 and replaced argv[1]="sphere.g" and argv[2]="sph"....i called this function in intersect() of plugin. When i build it..it builds successfully but when i open sphereobject.applestudio it shows error: while defining sphere ....I have added bin folder of brlcad to the system environment variable and also place blrcad.dll...but still the problem exists...
When I checked line by line I found that whenever i include "rtip=rt_dirbuild("sphere.g", title, sizeof(title));" function it shows this error...
so something you might not know, but that task is to set up a plugin and in plugins you don't have a main()
they're libraries that get loaded, functions are loaded from that library from some other program/library, and then they're run by that program/library (appleseed-gui in this case)
so what I suggest is you first remove all of the brl-cad code you added, and get it to work simple first
try printing a hello message to confirm that the plugin is indeed loaded
and to make sure you set it up in the build correctly
@Mitesh if you want to keep working on that project, I'll gladly help you -- that's a critically needed feature
@Mitesh @Sean Actually, why not I send over my version of the plugin? That way we'll be able to work on it together without essentially creating duplicates.
@Jeff Sieu is it different from your last gci upload? sounds like a good idea!
It may not be too, too different, but I'll upload it anyway, with slightly better run instructions.
Congrats to everyone who's in the top 10 :heart:️:heart:️
Last updated: Jan 10 2025 at 00:48 UTC