This is a command line tool that helps you start a Sokol project with Zig ⚡
sokol-init
is used to create a directory containing code that
allows you to promptly get started coding with Sokol (via the
sokol-zig bindings)
(Requires you to have Go installed)
go install github.com/peterhellberg/sokol-init@latest
(Requires you to have an up to date (nightly) version of Zig installed
sokol-init myproject
cd myproject
zig build run
🌱