forked from profectus/Profectus
A game engine that grows with you
thepaperpilot
aebf318f83
Many tests fail and inverting integrals is basically non-functional because it just chains stuff Will need to implement integration by parts and/or integration by substitution for that |
||
---|---|---|
.github/workflows | ||
.vscode | ||
public | ||
saves | ||
src | ||
tests | ||
.eslintrc.js | ||
.gitignore | ||
.prettierrc.json | ||
.replit | ||
CHANGELOG.md | ||
index.html | ||
LICENSE | ||
package-lock.json | ||
package.json | ||
README.md | ||
replit.nix | ||
tsconfig.json | ||
vite.config.ts |
Profectus
A game engine that grows with you
Project setup
npm install
Hosts dev server and hot-reloads modules as they're changed
npm start
Compiles and minifies for production
npm run build
Hosts the production build
npm run preview
Lints and fixes files
npm run lint
Runs the tests using vite-jest
npm run test