Monday, March 31, 2014

FBtranslate_chung help for translating programs in a foreign language

FBtranslate chung is a free open source program to help translating in a foreign language strings data of a freebasic program . It is written in freebasic and uses gui_chung . It extracts all strings literals of a program code into a single file, so you can translate this file with an free online translator like google translate , then rebuilds the new program with the translated text data .

click here => https://sourceforge.net/projects/fbtranslatechung/

Thursday, March 6, 2014

gps_chung open source GPS algorithm program for games in freebasic

gps_chung is an open source GPS algorithm program for games written in freebasic. It calculates the shortest way path from start to end out of an array of road segments (position, direction) . Source code gps_chung.bi is included as example in a small application game garden_chung (freebasic) simplified version of circuit_chung road circuit game with random map generation , home garden edit and TTS text to speech voices. Path is shown on display map , voice indicates the way .

=> https://sourceforge.net/projects/gpschung/   (11Mo)

(10/03/2014) arab, chinese, french, german, japanese, russian, spanish voices added to download