#robotics Logs

Nov 08 2018

#robotics Calendar

12:20 AM rue_mohr: I ahve it torn into 6 files so far
12:23 AM rue_mohr: there is actaully a lot of code that looks like its generic glue, but should be antoher class
12:23 AM rue_mohr: I ahve the main file from about 5000 lines to 3300
12:23 AM rue_mohr: I'm pretty sure this isn't threadsafe
12:53 AM rue_bed: so, all in all, about 1 year ago, it looks like I was working on this almost exact task and decided to create a polygon library, then I realized I needed to rewrite my 2d library, and ultimatly forgot where I was going
12:53 AM rue_bed: so, I ended with lots of stuff improved on my 2d library, and a really basic poly library
12:54 AM rue_bed: but the stuff derived from my 2d library was never ported or changed to the new one
08:49 AM rue_mohr: I wonder if gcc has a nesting limit
08:49 AM rue_mohr: if (1) { if (1) { ...
08:56 AM Triffid_Hunter: rue_mohr: doubt it, probably limited by available ram.. seems like compiling chromium pushes it a bunch
06:55 PM rue_mohr: ok, not gonna work on the clipper library tonight
06:56 PM rue_mohr: I have it downt o 3100 lines of code
06:56 PM rue_mohr: but I dont need it yet
06:56 PM rue_mohr: its a good few weeks of work