<div align="center"> <h1>☀️ Create CXX</h1> <h6>Set up a modern C++ graphics project blazingly fast!</h6>
npm install create-cxx  

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.
bash
npm create cxx $PROJECT_NAME
or
npx create-cxx $PROJECT_NAME
`
#### Yarn
`bash
yarn create cxx $PROJECT_NAME
or
yarn dlx create-cxx $PROJECT_NAME
`
#### PNPM
`bash
pnpm create cxx $PROJECT_NAME
or
pnpm dlx create-cxx $PROJECT_NAME
`
#### Bun
`bash
bun create cxx $PROJECT_NAME
or
bunx create-cxx $PROJECT_NAME
``