Handmade Hero»Forums»Code
12 posts
build and run on file changes using node.js
Edited by Erlend on
I made a node.js app that builds and run handmade hero on file changes.

Source and instructions on github.
12 posts
build and run on file changes using node.js
Now spawning only one cmd process which is calling all commands (shell.bat, build.bat and win32_handmade.exe), so no need to manually call shell.bat for auto builds - only call "node watch" when in misc folder.