A simple test app for the Bruce JavaScript interpreter that displays "Hello World!" on the screen.
Basic demonstration script that shows how to create a simple Bruce application using the JavaScript interpreter. It displays two lines of text using Bruce's color theme system and provides a foundation for learning Bruce script development.
- Simple Text Display: Shows "Hello World!" and a test message
- Bruce Theme Integration: Uses
BRUCE_PRICOLOR,BRUCE_SECCOLOR, andBRUCE_BGCOLOR - Responsive Layout: Automatically adapts to different display sizes
- Clean Exit: Press ESC to exit the application
- Copy
Hello World.jsto your Bruce device's/scripts/directory - Navigate to Interpreter menu
- Select Hello World to run the application
- Press ESC to exit
- ESC: Exit the application