1.0.1 • Published 4 years ago
spirus v1.0.1

Spirus
HTML5 Electron Typescript Canvas framework thing, scrapped off one of my games called Yushite.
Includes OOTB:
- The base framework
- A mouse-collision detection hello world project
How to use?
Download with degit
eclipse@root $: npx degit spirusdev/template spirus-project
eclipse@root $: cd spirus-projectGet started
Install dependencies
eclipse@root $: npm installNow develop real-time with
eclipse@root $: npm run devYou should get an electron window pop up, if so then good job.
Compilation
If you wish to compile, run this command
eclipse@root $: npm run buildAfter that, go into /dist and voila! Your newly prepared index.html, index.css and index.js are ready