Find a file
Epicalert 78bd3264bf
Add Windows installer script
To compile an MSI package, use a wix compiler like wixl, e.g.
`wixl ../packaging/*.wx* -o facecam2d-0.2.1.msi`
2021-07-20 01:27:33 +08:00
cmake Fix FindFreeGLUT 2021-07-19 20:32:32 +08:00
cvdata Switch to DNN face detection 2021-01-22 19:48:55 +08:00
docs Add a newline for clarity 2021-03-31 15:14:13 +08:00
libs Add graphical error messages 2021-02-14 23:47:07 +08:00
models Add eye direction in model 2021-06-08 10:53:59 +08:00
packaging Add Windows installer script 2021-07-20 01:27:33 +08:00
src Fix gray window background on Windows 2021-07-19 23:17:40 +08:00
.gitignore Define version number and project name with cmake 2021-01-27 00:21:06 +08:00
.gitmodules Add graphical error messages 2021-02-14 23:47:07 +08:00
CMakeLists.txt Add icons and manifest to Windows executable 2021-07-19 20:36:36 +08:00
face.xcf add support for multiple textures in one part 2021-01-02 02:55:12 +08:00
Info.plist Add Info.plist for MacOS camera permission message 2021-01-15 18:43:30 +08:00
LICENSE Add LICENSE 2021-01-12 14:59:43 +00:00
TODO.md Add Windows installer script 2021-07-20 01:27:33 +08:00