
trophy-logo
About Trophy Logo
This is a small project for learning purpose.
The first time I saw KTurtle, I was so much impressed, it's simple and nice-looking. Also it took me back to my childhood.
Then I decided to write a KTurtle-like on Windows, I hope my son, who was just born when I started this project, could use this LOGO interpreter to learn programming.
At the beginning, ATL was used. Since Microsoft removed MFC and ATL from VS 2008 express, and I cannot afford a VS 2008 professional, I removed ATL from my code and wrote window C++ wrapper from scratch, using the same technique as ATL and MFC. Since I need to port my ATL based code to my new wrapper, my wrapper was designed to have similar interface as ATL.
ResEdit (it's free) can be used for resource editing; and VS2800 can be used for compiling and debugging.
Screen Shot
Project Information
- License: GNU GPL v3
- 2 stars
- svn-based source control
Labels:
LOGO
interpreter
Windows