An opengl-es game engine
- In your terminal, navigate to the web directory and install the required npm packages via the command
npm install. - Then run
npx vitefrom the same directory.
NOTE:
- You only need to run
npm installafter every new packages is added. most of the time you just need to runnpx vite. - You will be required to connect to the internet only when you want to run
npm install. Every other part of the development can be done locally
- The native code uses c++20. Therefore you are expected to have a compiler that supports c++20 and modern cmake.
- You will also need to download and install emscripten for your operating system.