Updated: Friday, September 01,2023-09-01 07:45:32

main
shwetha729 2023-09-01 07:45:37 -04:00
parent 99cd2f1ae7
commit 4d004d7d94
6 changed files with 32 additions and 21 deletions

View File

@ -2,7 +2,15 @@
"recentFiles": [
{
"basename": "Ruffle",
"path": "Ruffle.md"
"path": "Coding Tips (Classical)/Terminal Tips/GUIs/Games/Ruffle.md"
},
{
"basename": "Webscraping",
"path": "Coding Tips (Classical)/Terminal Tips/GUIs/Tools/Webscraping.md"
},
{
"basename": "gdevelop.io",
"path": "Coding Tips (Classical)/Terminal Tips/GUIs/Games/gdevelop.io.md"
},
{
"basename": "Making Games through GDevelop",
@ -12,10 +20,6 @@
"basename": "PLAY GAMES - Finally the fun part",
"path": "Machine Tips (Quantum)/Resources/Technologies, Orgs, & Apps/Applications/More specifically/Games!!/PLAY GAMES - Finally the fun part.md"
},
{
"basename": "gdevelop.io",
"path": "Coding Tips (Classical)/Terminal Tips/GUIs/Game Making/gdevelop.io.md"
},
{
"basename": "A-Z Applications",
"path": "Machine Tips (Quantum)/Resources/Technologies, Orgs, & Apps/Applications/A-Z Applications.md"
@ -195,10 +199,6 @@
{
"basename": "1. First Step is Matrix Math",
"path": "Machine Tips (Quantum)/Math/1. First Step is Matrix Math.md"
},
{
"basename": "Visualizing the Quantum Space",
"path": "Machine Tips (Quantum)/Math/Visualizing the Quantum Space.md"
}
],
"omittedPaths": [],

View File

@ -39,7 +39,7 @@
"state": {
"type": "markdown",
"state": {
"file": "Ruffle.md",
"file": "Coding Tips (Classical)/Terminal Tips/GUIs/Games/Ruffle.md",
"mode": "source",
"backlinks": false,
"source": false
@ -122,7 +122,7 @@
"state": {
"type": "outline",
"state": {
"file": "Ruffle.md"
"file": "Coding Tips (Classical)/Terminal Tips/GUIs/Games/Ruffle.md"
}
}
},
@ -132,7 +132,7 @@
"state": {
"type": "outgoing-link",
"state": {
"file": "Ruffle.md",
"file": "Coding Tips (Classical)/Terminal Tips/GUIs/Games/Ruffle.md",
"linksCollapsed": false,
"unlinkedCollapsed": false
}
@ -159,11 +159,13 @@
},
"active": "9a826ac260159e89",
"lastOpenFiles": [
"Coding Tips (Classical)/Terminal Tips/GUIs/Tools/Webscraping.md",
"Coding Tips (Classical)/Terminal Tips/GUIs/Games/Ruffle.md",
"Coding Tips (Classical)/Project Vault/Obsidian/imgFiles/Pasted image 20230901074121.png",
"Coding Tips (Classical)/Terminal Tips/GUIs/Games/gdevelop.io.md",
"Machine Tips (Quantum)/Resources/Technologies, Orgs, & Apps/Applications/More specifically/Games!!/GDevelop/Making Games through GDevelop.md",
"Ruffle.md",
"Machine Tips (Quantum)/Resources/Technologies, Orgs, & Apps/Applications/More specifically/Games!!/PLAY GAMES - Finally the fun part.md",
"Coding Tips (Classical)/Terminal Tips/GUIs/Game Making/gdevelop.io.md",
"Coding Tips (Classical)/Terminal Tips/GUIs/Game Making",
"Coding Tips (Classical)/Terminal Tips/GUIs/Games",
"Machine Tips (Quantum)/Resources/Technologies, Orgs, & Apps/Applications/A-Z Applications.md",
"Coding Tips (Classical)/Project Vault/hi.mainsite/Current Occupations/Shwetha Jayaraj Notes.md",
"Coding Tips (Classical)/Project Vault/hi.mainsite/Main Page.md",
@ -186,7 +188,6 @@
"Gitea .readme.md",
"Machine Tips (Quantum)/Physics/Particle Terms.md",
"Machine Tips (Quantum)/Physics/Optics.md",
"Machine Tips (Quantum)/Physics/Ions.md",
"Coding Tips (Classical)/Project Vault/Typewriter/gx6750.pdf",
"Coding Tips (Classical)/Project Vault/Typewriter",
"Machine Tips (Quantum)/Project Vault/Papers/Shwetha Jayaraj CV.pdf",

Binary file not shown.

After

Width:  |  Height:  |  Size: 194 KiB

View File

@ -0,0 +1,15 @@
# Ruffle
A flash player emulator written in Rust allowing games to played on the web! The Internet Archive uses this by default to play games within the browser.
It is also what makes the Neopets games work!
[Ruffle Demo ](https://ruffle.rs/demo/)
![[Pasted image 20230901074121.png]]
- The github [repo](https://github.com/ruffle-rs/ruffle)
- [Frequently Asked Questions ](https://github.com/ruffle-rs/ruffle/wiki/Frequently-Asked-Questions-For-Users)
- [Using Ruffle within a browser](https://github.com/ruffle-rs/ruffle/wiki/Using-Ruffle#web)
Here is [a good article on existing other Flash Player emulators](https://nosamu.medium.com/flash-player-emulators-how-to-play-swfs-in-2021-and-beyond-d56c3899b7e6) (as of 2021).

View File

@ -1,5 +0,0 @@
# Ruffle
A flash player emulator written in Rust allowing games to played on the web! The Internet Archive uses this by default to play games within the browser.
It is also what makes the Neopets games work