From 9a84fa588658ad340b2761b5b0c1d5b2878c8ebc Mon Sep 17 00:00:00 2001 From: Brian Whitman Date: Sat, 23 Nov 2024 09:11:53 -0500 Subject: [PATCH] web readme --- tulip/web/README.md | 3 ++- www/run/index.html | 36 +++++++++++++++++++++++++++++------- 2 files changed, 31 insertions(+), 8 deletions(-) diff --git a/tulip/web/README.md b/tulip/web/README.md index fa6694dd..90f608f6 100644 --- a/tulip/web/README.md +++ b/tulip/web/README.md @@ -51,9 +51,10 @@ The tulip "sys" files will load into `/tulip4/sys`. `/tulip4/user` is there for - ~~speed of LVGL object creation(?) (try `run('drums')`)~~ - ~~startup bleep (and fix the juno bleep on macos desktop!)~~ - ~~test changes on tulip desktop mac / linux and tulip cc~~ + - ~~test github hosting on tulip.computer/~~ + - safari startup bleep sounds bad -- chrome is fine - "sockets"/web requests - tulip world etc - some solution for `time.sleep` / `sleep_ms` -- see `parallax`, `bunny_bounce`, `xanadu` - - test github hosting on tulip.computer/ - resizeable/responsive SDL canvas - maybe some simple intro HOWTO on the page diff --git a/www/run/index.html b/www/run/index.html index 8d03cd10..e8b4bf45 100644 --- a/www/run/index.html +++ b/www/run/index.html @@ -26,7 +26,7 @@ await start_tulip();
-

Tulip Web

+

Tulip Web

@@ -49,13 +49,35 @@

Tulip Web

- - +
+
+

Welcome to a very WIP version of Tulip for the web.

+

+ Tulip is a creative computer with lots of music and graphics functionality. You can buy a hardware Tulip for $59. + This version of Tulip is a simulator, running all the same code. There are some small changes and things we haven't yet ported over to the web, see below. +

+

If you've never used Tulip before, please check out these getting started tips:

+ +

Some notes on the web port:

+ +
+