@Guilect,
Is there any present/planned way to change Printed Text Size?
Is there any plan for a simple text entry field e.g. for high scorers to type in their name?
(suppose I could capture keystrokes and echo them...but...er...lazy
).
Re external non-core libraries...
into the txt file read by BrowserBasic I can
put dummy function definitions e.g. function Janet_release_chickens(fox as number)
and then in the output html file I can
insert my own library link e.g.<script src="Janet_Lib.js"></script>
and delete the relevant (translated javascript) dummy code .
Not elegant, but do-able.
So external function handling in BrowserBasic would be nice-to-have but not critical for me.
However it might server to attract game (and other) developers who want to plug in easily to awesome libraries like ThreeJS.
Re app/project bundling
I like the idea of simple app portability, forking, evolution, memes (like the Scratch guys)
Ideally for me an entire app would be contained in a single html (possibly accessing cloud-based libraries).
Failing that having Fred.html and Fred_Files gives a neat easy-to-use standard format bundle.
It is probably not too difficult to manually put together or write a script
to examine the BrowserBasic Fred.html output
and then copy relevant assets to a Fred_Files folder
and edit the links in the Fred.html.
For me such ability would be a nice-to-have option in BrowserBasic, but not critical.
Ability to record games sequences, animation frame sequences to audio-video file (avi, mp4 etc) and upload to youtube.
Now that would be ..........Sorry I am rambling!
cheers, SteveOW.