Tab
- toggle cursor
F2
- Fullscreen
F1
- Wireframe mode
Shift
- Move down
Space
- Move up
WASD
- Movement
soon
git clone https://github.com/setbe/hehcraft
cd hehcraft
Install the necessary libraries for OpenGL, X11, and input handling:
sudo apt-get update
sudo apt-get install libx11-dev libxi-dev libgl1-mesa-dev xorg-dev
sudo dnf install libX11-devel libXi-devel mesa-libGL-devel xorg-x11-server-devel
sudo pacman -S libx11 libxi mesa xorg-server-devel
Simply run:
make
This will produce an executable in the project directory.
- Download and install Git.
- Open Command Prompt (Win+R →
cmd
) and run:git clone https://github.com/setbe/hehcraft cd hehcraft
- Download the zip file from GitHub and extract.
- Open Command Prompt in the extracted folder:
cd path/to/hehcraft
-
Open the
vs
folder and then open the solution filehehcraft.sln
. -
Build the solution (menu Build → Build Solution).
This will produce the executable in the project directory.
https://github.com/nothings/stb
https://github.com/datenwolf/linmath.h
This project is licensed under the GNU General Public License v3.0.
© 2025 setbe. See the LICENSE file for details.