summaryrefslogtreecommitdiff
path: root/hackvr.c
Commit message (Collapse)AuthorAgeFilesLines
* added red and blue stereoscropy support.epoch2016-11-221-27/+55
| | | | added a toggle to force redraw as often as it can to test fps.
* added an example use of hackvr with the filebrowser dir.epoch2016-11-211-68/+186
| | | | | | updated a bunch of stuff in hackvr needed to that that filebrowser working. added a multicast example what uses mcast program in my misc repo. updated obj2hackvr to require a filename as argument instead of using stdin
* made the move command work in a more boring wayepoch2016-11-021-7/+44
| | | | added selfcommand so commands you generate get pushed batch through the command parser
* rewrote the parser to not use fscanfepoch2016-11-021-91/+133
| | | | | | changed default start position made distance per step a define instead of hardcoded magic number added exposure events to the things that redraw the screen
* I don't remember what I changed.epoch2016-10-271-38/+130
|
* lets see if this works..epoch2016-10-181-0/+938