Today, I'd like to introduce my ongoing Small Basic projects. Some of the projects have beta programs and some have only plans.
1. Another Turtle Graphics
This project has two aims. One is to provide easier environment to learn programming. The other is to make various program using Turtle object.
2. Shapes
https://shapesinsmallbasic.codeplex.com/
This project has been started to draw pictures with Shapes object. Now this program has ability to read and write SVG graphics format.
3. Anime
This project is a successor of Shapes project and in planning phase. I'm intending to create animation program using Shapes object.
4. Parser Generator
This project is to write parser generator in Small Basic. There are following two programs.
- Parser Generator 0.4 (XWX066) generates Graphics Interpreter (XRZ138)
- Parser Gererator 1.3 (ZBG977-3) generates Code Block Generator (SKC235-1)
5. Big Numbers
This project is to write programs calculating big numbers in Small Basic. Now we have programs to calculate factorial, combination and power.
3^361=17,408,965,065,903,192,790,718,823,807,056,436,794,660,272,495,026,354,119
,482,811,870,680,105,167,618,464,984,116,279,288,988,714,938,612,096,988,816,320
,780,613,754,987,181,355,093,129,514,803,369,660,572,893,075,468,180,597,603
(464.36ms)
Press any key to continue...
6. Program Database
This project is to create your own program database in your disk. I should decide standard comment format for this program.
7. Marionette
This project has began as the Big Challenge. This will help Anime project. I have a latest plan to use Kinect sensor for this project.
8. Icon (PPM) Editor
https://iconeditorsb.codeplex.com/
This project has been started to write icon editor in Small Basic. This program can read and write PPM bitmap format.
9. Small Quest
https://smallquest.codeplex.com/
This project has just began since April 28, 2015 with PhilipRocker. To create text base adventure game. Now in planning stage.