Commit graph

22 commits

Author SHA1 Message Date
Epicalert 972a0cc9b9
Add authors and license to model file 2021-11-13 00:43:45 +08:00
Epicalert 57ad5cd47a
Fix crash when eye roi outside of view 2021-11-12 19:08:21 +08:00
Epicalert c06f6beae6
Fix flickering on some renderers
GLUT apparently doesn't do double buffers by default, (at least
sometimes) so we need to explicitly set it in init.
2021-11-12 01:15:29 +08:00
Epicalert eb4bf55cda
Update TODO 2021-11-12 01:12:46 +08:00
Epicalert 583ec11ee5
Add default model
Default-chan is the new default model that will be used instead of the
`test` placeholder.
2021-11-11 23:12:34 +08:00
Epicalert 4f65919fbf
Add bugs to TODO list 2021-11-11 13:28:09 +08:00
Epicalert c488dee1ff
Update TODO 2021-09-22 01:39:05 +08:00
Epicalert 00052c08f8
Add README 2021-07-20 23:04:57 +08:00
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
Epicalert 45e90164fb
Add XDG desktop entry and icon 2021-07-15 01:58:57 +08:00
Epicalert 7456a1f111
Fix default values in fc2dconfig 2021-07-13 17:39:41 +08:00
Epicalert 9b0645824d
Add more to TODO for 1.0 release 2021-07-13 17:34:07 +08:00
Epicalert 5620f6bbb4
Add tooltips to fc2dconfig 2021-07-04 18:06:10 +08:00
Epicalert 408ed1d64a
Add some things to TODO 2021-07-04 17:41:28 +08:00
Epicalert 6ca5d378b6
Update TODO.md 2021-07-03 00:25:07 +08:00
Epicalert c509c665f9
Modify TODO list
Move some things out of 1.0 requirements and add new 1.0 requirement
2021-06-07 12:33:05 +08:00
Epicalert 47c64e3bf3
Add smoothing
Transform of each part is now smoothed over 4 frames to stop shaking.
2021-04-13 15:52:46 +08:00
Epicalert a58e7d9428
Force ROI for Facemark to be square
This seems to help with Facemark accuracy.
2021-03-31 22:08:52 +08:00
Epicalert d43c3916f4
Update TODO.md 2021-03-18 22:45:21 +08:00
Epicalert 3220795821
Fix stretching/squashing with non-square window 2021-03-17 01:01:21 +08:00
Epicalert 941c2043cd
Add origin and offsets
Origin point for a model part can be set with `origin` in model.toml;
position and scale offsets can be set with `pos_offset` and
`scale_offset` respectively.
2021-02-28 22:11:35 +08:00
Epicalert 5330aff45d
Add todo list 2021-02-24 00:01:21 +08:00