Skip to content

Commit

Permalink
Create compatChart.html
Browse files Browse the repository at this point in the history
  • Loading branch information
David-Orangemoon authored Jul 21, 2024
1 parent 8286d7f commit cffab70
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions main/shaderEditor/compatChart.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
<page-title>Compatibility Chart</page-title>

<h1 class="centered">GLSL Version Compatibility Chart</h1>
<info-box color="#00FF95">This is just a chart of Known Scratch Mods and the Versions of GLSL they are compatible with.</info-box>
<info-box color="#FF9595">One mod not on here? Make an <a href="https://github.com/Pen-Group/docs/issues">Issue</a></info-box>

<table style="width: 100%;">
<caption>GLSL versions</caption>
<thead>
<tr>
<th scope="col">Mod Name</th>
<th scope="col">1.0</th>
<th scope="col">3.0</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row">Turbowarp</th>
<th scope="row"></th><th scope="row"></th>
</tr>
<tr>
<th scope="row">Penguinmod</th>
<th scope="row"></th><th scope="row"></th>
</tr>
<tr>
<th scope="row">NitroBolt</th>
<th scope="row"></th><th scope="row"></th>
</tr>
<tr>
<th scope="row">ElectraMod</th>
<th scope="row"></th><th scope="row"></th>
</tr>
<tr>
<th scope="row">XP-Lab</th>
<th scope="row"></th><th scope="row"></th>
</tr>
</tbody>
</table>

0 comments on commit cffab70

Please sign in to comment.