Adding nested tab for cpp for Beyond SplashKit in usage examples & updating draw bitmap named usage example #339
+151
−9
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This is a PR for an additional nested tab in the C++ section of usage examples for Beyond SplashKit. I have also updated the CONTRIBUTING file to include guides for file naming with Beyond SK files. The normal SK file will have -sk.cpp and Beyond SK files have -beyond.cpp.
I have also added the without SplashKit version into the Draw Bitmap usage example using the nested tab. This uses the same code as in the Draw Bitmap section of Beyond SplashKit, with just minor changes to match the existing output in the usage example. Also added free all bitmap to the SK code to align with the beyond SK code.
Type of change
How Has This Been Tested?
Tested by adding dummy files with -sk.cpp and -beyond.cpp to a few usage examples and running npm run build and preview on Chrome, Firefox and Safari to ensure the code is presented properly.
Testing Checklist
Checklist
If involving code
Folders and Files Added/Modified