-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add documentation on SplashKit API support in SplashKit Online #81
Add documentation on SplashKit API support in SplashKit Online #81
Conversation
✅ Deploy Preview for strong-fairy-c1bde1 ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks really good! Only one small change, you left the localhost link in.
| Sprites | Full Support | Full Support | | | ||
| Terminal | Partial Support | Limited Support | **JavaScript**: it all _works_, but no terminal input bar. 'Input' _popup_ appears, that has confusing behaviour of only sending data once _cancelled_. This may be fixed very shortly however. <br/>**C++**: all the _read_ functions return immediately with no input. | | ||
| Timers | Full Support | Full Support | | | ||
| Utilities | Near Full Support | Near Full Support | [Display Dialog](http://localhost:4321/api/utilities/#display-dialog) does not work, as it enters a busy loop that freezes the page. | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe you want this link here and not localhost: https://splashkit.io/api/utilities/#display-dialog
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a fantastic document for future Splashkit Online work :)
…ntation-Website.git into splashkit-online-api-tests # Conflicts: # astro.config.mjs
Description
This PR adds documentation about how much of the SplashKit API is supported currently by SplashKit Online, across its two currently supported languages.
Type of change
How Has This Been Tested?
The documentation has been linted, and viewed on a local copy of the website. The tests themselves have been performed manually and results observed.
Testing Checklist
Checklist