You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>First make sure Raylib is installed. On Linux/Mac it must include the pkg-config files. Best way to ensure this
107
108
is to compile and install Raylib using CMake: <aclass="reference external" href="https://github.com/raysan5/raylib/wiki/Working-on-GNU-Linux#build-raylib-using-cmake">https://github.com/raysan5/raylib/wiki/Working-on-GNU-Linux#build-raylib-using-cmake</a></p>
Copy file name to clipboardExpand all lines: docs/README.html
+41-1Lines changed: 41 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -61,6 +61,7 @@
61
61
<liclass="toctree-l2"><aclass="reference internal" href="#if-you-prefer-a-slightly-more-pythonistic-api-and-don-t-mind-it-might-be-slightly-slower">If you prefer a slightly more Pythonistic API and don’t mind it might be slightly slower</a></li>
62
62
</ul>
63
63
</li>
64
+
<liclass="toctree-l1"><aclass="reference internal" href="#running-in-a-web-browser">Running in a web browser</a></li>
<h1>Running in a web browser<aclass="headerlink" href="#running-in-a-web-browser" title="Link to this heading"></a></h1>
189
+
<p><aclass="reference external" href="https://pypi.org/project/pygbag/">Pygbag</a> >=0.8.7 supports running in a web browser.</p>
190
+
<p>Make a folder <codeclass="docutils literal notranslate"><spanclass="pre">my_project</span></code> with a file <codeclass="docutils literal notranslate"><spanclass="pre">main.py</span></code>:</p>
0 commit comments