create-cxx
is a project initializer tailored for graphics programmers 🎇 and game developers 🎮. This convenient Node.js script can help you quickly spin up a new project with a basic structure and essential files.
Make sure you have either of the following installed:
Depending on your available JavaScript package managers, you can use one of the following commands:
npm create cxx $PROJECT_NAME
# or
npx create-cxx $PROJECT_NAME
yarn create cxx $PROJECT_NAME
# or
yarn dlx create-cxx $PROJECT_NAME
pnpm create cxx $PROJECT_NAME
# or
pnpm dlx create-cxx $PROJECT_NAME
bun create cxx $PROJECT_NAME
# or
bunx create-cxx $PROJECT_NAME
- Interactive prompts guide you through setting up new projects
- Choose from a handful of templates
- CMake and vcpkg ready
- Do everything via CLI, eliminating the need to copy templates from GitHub
- Easy installation and use
The project leverages Bun, so ensure Bun is installed before proceeding. Any contributions are welcome!