Now it is possible to display numbers on the "Say" command. If the string contains something like ${name of the variable}, that part will be replaced with the value of the referenced numeric variable.
No new features; it was just adjusted so that the generated ROM can run on real hardware.
On real hardware, it starts correctly, but the blinking cursor glitches and the images sometimes fail to appear.
Special thanks go to Bullis Marter (Nils) for help in making it work on real hardware.
Honestly your tool is very nicely done and it looks quite interesting, too bad the target machine is the 32X, a system than almost nobody is interested for :-/
too bad the target machine is the 32X, a system than almost nobody is interested for :-/
Well, this tool is meant to change this situation
Yes, I chose this platform both because there aren't many homebrews for it, and because it was incredibly adequate for displaying static images without too many compromises.
Also, since BlocklyVN32X is mostly comprised of a C code generator, it shouldn't be incredibly hard to adapt it to other retro hardware. It would mostly require writing a C library, plus some proper image conversion tool and an adequate Makefile to coordinate the build process.
BTW, here's version 0.9.1:
Now the tool memorizes which was the last open project;
Corrected bug with RGB images; now all the images will be automatically converted to paletized ones.
This tool allows you to choose any TrueType font and then generate a PNG file containing the font converted into a raster image, plus a FNT file, which is actually a text file saying the position of each character on the PNG.
On compilation, VN32X reads the FNT files and uses its information to chop the PNG file into individual characters, that are then converted to the format that's internally used by the engine.
haroldoop wrote: Thu Jan 04, 2018 9:52 pm
choose any TrueType font and then generate a PNG file containing the font converted into a raster image, plus a FNT file
Well, I don't have TrueType font. I made it pixel by pixel in PhotoShop - so I have raster file. White letters with black borders -
______________________________
Also in blocklyvn32x-portable-0.10.0 got some error messages while trying "run" or "compile": popup system error from pngnq.exe - zlib1.dll are not found on the computer, try to reinstal the program.
And Error -1073741515 Compilation failed! in status bar.