TURTLE IDE TOOL released with LIBRARY BBCSDL

Discussions related to graphics (2D and 3D), animation and games programming
mikeg
Posts: 101
Joined: Sat 23 Jun 2018, 19:52

TURTLE IDE TOOL released with LIBRARY BBCSDL

Post by mikeg »

NOTE: This program works on BBCSDL and BBC4W
This link will take you to the IDE and the sample output file for the IDE and also I provided the TURTLE LIBRARY for pasting on the base of your generated code.

Feel free to improve the tools and represent them anywhere as is, or with your own spin. It is OPEN SOURCE and you can use it within your projects.
I plan to improve this even more using the word tools Richard contributed to RETROLIB to make a IDE encoder that has similar functionality like a full fledged editor with IMMEDIATE mode like editor options and programming tools.

The turtle IDE has a editor, but its a one line editor and it feeds the commands into a encoder to make a BASIC file.
(you cant make errors when using it yet, although I have covered some of the possible natural errors that a user may want to make.)
* because natural errors can be just what a person prefers to type even though, the editor wants to see a certain layout.

http://code-forum.freeforums.net/board/7/code-art
Focus is on code subject. Feel free to judge the quality of my work.