|
12 | 12 | </head>
|
13 | 13 |
|
14 | 14 | <body>
|
15 |
| - <h1>ZephyrJS</h1> |
| 15 | + <h1>ZephyrJS v22.11.02</h1> |
16 | 16 | <p><strong>Expands <a href="https://github.com/pixijs/pixijs">PixiJS</a> for easy interactive projects!</strong></p>
|
17 |
| - |
18 |
| - <p class="pixi" id="nightlyCompatible">Compatible with Pixi 6.5.7!</p> |
19 |
| - |
| 17 | + |
| 18 | + <p class="pixi">Compatible with PixiJS v7.0.2!</p> |
| 19 | + |
20 | 20 | <h2>Tell Me Why</h2>
|
21 |
| - <p>PixiJS on its own is very powerful, but a lot of work is needed to make it work for web-based interactive |
22 |
| - content. PhaserIO is exclusively used to make games, and not all of the functionality is translatable back to |
23 |
| - Pixi. ZephyrJS is for more than just games, made to be usable with user-interactive projects of any sort. It |
24 |
| - also directly ADDS to PixiJS instead of wrapping it, letting you use the full functionality of Pixi so that what |
25 |
| - you've gotten used to can still be used outside of Zephyr.</p> |
| 21 | + <p>PixiJS on its own is very powerful, but a lot of work is needed to make it work for web-based interactive content. PhaserIO is exclusively used to make games, and not all of the functionality is translatable back to Pixi. ZephyrJS is for more than just games, made to be usable with user-interactive projects of any sort. It also directly ADDS to PixiJS instead of wrapping it, letting you use the full functionality of Pixi so that what you've gotten used to can still be used outside of Zephyr.</p> |
26 | 22 | <p>Check out <a href="https://ottcs.github.io/ZephyrJS/documentation.html">the documentation</a> as well!</p>
|
27 |
| - |
| 23 | + |
28 | 24 | <h2>Getting Started</h2>
|
29 |
| - |
| 25 | + |
30 | 26 | <p>Please note that it is REQUIRED that you include the script tag for PixiJS before the script tag for ZephyrJS.</p>
|
31 |
| - |
| 27 | + |
32 | 28 | <p>Most projects should just use the monthly <a href="https://github.com/OttCS/ZephyrJS/releases">Github Releases</a>, as the latest tested-compatible version of PixiJS is included with each one.</p>
|
33 |
| - |
| 29 | + |
34 | 30 | <p>If you don't want to download Pixi/Zephyr, use the following code to use the hosted <strong>stable release</strong>. Please note that some specs WILL change at the start of every month when a new version is released, but this is a great way to test out Zephyr for projects without committing to using it.</p>
|
35 | 31 | <p><code><script src="https://ottcs.github.io/ZephyrJS/stable/pixi.js"></script></code></p>
|
36 | 32 | <p><code><script src="https://ottcs.github.io/ZephyrJS/stable/zephyr.js"></script></code></p>
|
37 | 33 | <p>This will always use the latest stable-tested version of (minified, speed matters) Pixi/Zephyr.</p>
|
38 |
| - |
| 34 | + |
39 | 35 | <p>If you're willing to help out development by reporting bugs and issues, consider using the <strong>nightly release</strong>!</p>
|
40 | 36 | <p><code><script src="https://ottcs.github.io/ZephyrJS/nightly/pixi.js"></script></code></p>
|
41 |
| - <p><code><script src="https://ottcs.github.io/ZephyrJS/nightly/zephyr.js"></script></code></p> |
| 37 | + <p><code><script src="https://ottcs.github.io/ZephyrJS/nightly/zepyhyr.js"></script></code></p> |
42 | 38 | <p>Please do bear in mind that things ARE likely to break in functionality, especially right after a new release of Pixi.</p>
|
43 |
| - |
44 |
| - <p>Looking for a starting point? Check out the quickstart!</p> |
45 |
| - <p><a href="quickstart/index.html">View the quickstart</a></p> |
46 |
| - <p><a href="quickstart/quickstart.zip">Download the quickstart</a></p> |
47 |
| - |
| 39 | + |
48 | 40 | <h2>More</h2>
|
49 |
| - <p><a href="https://github.com/OttCS/ZephyrJS/">ZephyrJS Github</a></p> |
50 |
| - <p><a href="https://github.com/OttCS/ZephyrJS/issues">Issues Page</a></p> |
51 |
| - <p><a href="https://github.com/users/OttCS/projects/7">Project Board</a></p> |
52 |
| - <p><a href="https://github.com/OttCS/ZephyrJS/discussions">Discussions Page</a></p> |
53 |
| - |
| 41 | + <p><a href="https://github.com/OttCS/ZephyrJS/">ZephyrJS Github</a> |
| 42 | + <a href="https://github.com/OttCS/ZephyrJS/issues">Issues Page</a> |
| 43 | + <a href="https://github.com/users/OttCS/projects/7">Project Board</a> |
| 44 | + <a href="https://github.com/OttCS/ZephyrJS/discussions">Discussions Page</a> |
| 45 | + </p> |
| 46 | + |
54 | 47 | <p>Thanks for using ZephyrJS <3</p>
|
55 | 48 | </body>
|
56 | 49 |
|
|
0 commit comments