Difference between revisions of "User talk:Chase-san/Roboflight"

From Robowiki
Jump to navigation Jump to search
(refactoring)
m
Line 11: Line 11:
 
:Whoops, those are important. Added, they are in the same place. Sorry about that. Other news, I am currently writing the collision system (Fun!). --[[User:Chase-san|Chase]] 16:29, 10 June 2010 (UTC)
 
:Whoops, those are important. Added, they are in the same place. Sorry about that. Other news, I am currently writing the collision system (Fun!). --[[User:Chase-san|Chase]] 16:29, 10 June 2010 (UTC)
  
I noticed I had a lot of dead code, poorly designed classes, and things that cannot possibly work strewn through the code. So, I am refactoring it a bit. After I am done with that I might make a source forge repository for it. --[[User:Chase-san|Chase]] 14:41, 12 June 2010 (UTC)
+
I noticed I had a lot of dead code, poorly designed classes, and things that cannot possibly work strewn through the code. Basically a great deal of my laziness is showing in the code. So, I am refactoring it a bit. After I am done with that I might make a source forge repository for it. --[[User:Chase-san|Chase]] 14:41, 12 June 2010 (UTC)

Revision as of 16:46, 12 June 2010

Well if anyone has any suggestions, I am open to them. My classes are finished up. --Chase 21:34, 21 May 2010 (UTC)

It is still missing a lot, the rules here don't exactly cover it perfectly. I have some of the missile system written. and a lot of the robot api. (I in fact moved my robots outside of this to use the api). I included the source as well. It is probably getting a little messy, but I have javadoc and comments (many wasteful ones in older classes) in there. JOGL Libraries Core Test 3. For those who cannot get it to run (for whatever reason). It currently looks like this.

http://www.csdgn.org/files/images/rfscreen.gif

--Chase 19:07, 9 June 2010 (UTC)

It seems that you forget to pack the resource/sphere32.obj. I got FileNotFoundException! --Nat Pavasant 11:49, 10 June 2010 (UTC)

Whoops, those are important. Added, they are in the same place. Sorry about that. Other news, I am currently writing the collision system (Fun!). --Chase 16:29, 10 June 2010 (UTC)

I noticed I had a lot of dead code, poorly designed classes, and things that cannot possibly work strewn through the code. Basically a great deal of my laziness is showing in the code. So, I am refactoring it a bit. After I am done with that I might make a source forge repository for it. --Chase 14:41, 12 June 2010 (UTC)