Installation
Before you start the tutorial, ensure Grafyte is installed.
System Requirements
Python 3.10+
OpenGL 3.3+
Windows 10/11 or modern Linux.
Quick Install via pip
The recommended way to install Grafyte is using pip:
pip install grafyte
Verifying the Installation
To verify your installation, run a simple Python script:
import grafyte
print("Grafyte successfully installed!")
If you see this message, you are ready to start building your first game!