View source for Talk:Raspberry Pi

From Robowiki
Jump to navigation Jump to search

Contents

Thread titleRepliesLast modified
Minimised Speed116:31, 19 November 2012
Alternative languages502:46, 13 November 2012
Improved Java support coming?023:11, 5 September 2012
First page
First page
Next page
Next page
Last page
Last page

Minimised Speed

I'm getting ~110 - 140 TPS with Walls vs. Crazy now that the render-when-minimised bug has been fixed. Hopefully a JIT will work on ARMv6 sometime soon.

Skilgannon12:07, 19 November 2012

Great! Now we just need to write a Java OpenGL graphics layer. :-)

Voidious16:31, 19 November 2012
 

Alternative languages

In theory, any programming language capable of producing Java compatible byte-code can be used with the existing Robocode engine.

MN15:27, 6 February 2012

The trick would be for Robocode to support the language directly - like it does with the Java and the Jikes compiler. For me when I started this was a great benefit - no need to install a IDE or SDK - just run robocode and go.

For beginners a simpler language would be of benefit - what's would you recommend?

Gbq5718:04, 6 February 2012

I'm kind of thinking that Lua might be a good language to target, because it's about as easy for beginners as it gets (and a JVM version of sorts does exist [1]).

One other note is, I think a lot of thought would need to be put into the robot API used for this proposed project. I'm of the opinion that the existing non-AdvancedRobot APIs do a less-than-ideal job at being simple to actually use even though the API is simple, and the AdvancedRobot API is kind of messy, in part due to how it's evolved over time (backwards compatibility and such).

Rednaxela19:51, 6 February 2012
 

The original API was born from the ACM competition and was designed on purpose to be hard-to-use.

Weird coordinate system, bots being disabled after 1000 API calls...

MN21:21, 6 February 2012
 

I personally think that reverse compatibility with normal robocode is non-ideal. We could have a non-pi version of course, but building it from the ground up to be simpler on a language like lua.

Chase-san06:48, 7 February 2012
 

You do not have permission to edit this page, for the following reasons:

  • The action you have requested is limited to users in the group: Users.
  • You must confirm your email address before editing pages. Please set and validate your email address through your user preferences.

You can view and copy the source of this page.

Return to Thread:Talk:Raspberry PI/Alternative languages/reply (5).

 
 

Improved Java support coming?

Noticed this on the Raspberry Pi forums. Maybe there's hope for better Robocode on the Rpi after all? http://www.raspberrypi.org/phpBB3/viewtopic.php?p=150879

Voidious23:10, 5 September 2012
First page
First page
Next page
Next page
Last page
Last page