Skip to content

mirdhyn/xlogo

Repository files navigation

Developper's corner

1) To add a language
- class Logo
   Update translationLanguage 
   			new String[10]
   			generateLanguage()
   			
   Update englishLanguage
   Update locales
   Update getLocale()

- Config.java public static LANGUAGE_.... 

- Image Flag: 
	size:150x100 
	destination xlogo/Utils/

- GPL licence

- Update language properties files

2) To add a new primitives
- xlogo/kernel/genericPrimitive
	Add the generic name for the primitive, the number of arguments
	If this primitive allow a general form --> example: (sum 1 2 3 4) 
	add a + at the end of the line.
- xlogo/kernel/LaunchPrimitive: add the primitive instruction
If it's a Drawing primitive --> Use DrawPanel.java
If it's a control primitive (loop, break, return ...) ---> use Primitive.java 
	

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages