Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | massage cargo dependenciesHEADmaster | Bryan Newbold | 2022-02-24 | 2 | -367/+681 |
| | | | | | | | | Set glium to a version (0.14) which is compatible with the patched 0.5.2 version of glutin. Explicitly set rust edition to 2015 (which is "rust 1.0", the era from which this project was originally developed) | ||||
* | use cargo's newer 'replace' mechanism for patched glutin; update packages | bnewbold | 2016-10-18 | 3 | -143/+306 |
| | |||||
* | README: cleanup markdown | bnewbold | 2016-06-20 | 1 | -11/+12 |
| | |||||
* | update TODO | bnewbold | 2016-06-20 | 1 | -7/+11 |
| | |||||
* | rename to 'exuberant_hacks'; bump to 0.2 | bnewbold | 2016-06-20 | 6 | -24/+24 |
| | | | | | | | Repo and project is named "exuberant-hacks"; Rust module can't have '-', so it's "exuberant_hacks". Also bumped version to 0.2. | ||||
* | README: rename to markdown | bnewbold | 2016-06-20 | 1 | -0/+0 |
| | |||||
* | lib: slow things down with 30ms delay | bnewbold | 2016-06-14 | 1 | -1/+3 |
| | |||||
* | exuberantplasma: simple new GLSL hack | bnewbold | 2016-06-13 | 5 | -1/+236 |
| | |||||
* | src/lib: small cleanups | bnewbold | 2016-06-13 | 1 | -3/+1 |
| | |||||
* | change API to pass time as arg to draw_frame | bnewbold | 2016-06-13 | 4 | -7/+17 |
| | |||||
* | refactor into library | bnewbold | 2016-06-13 | 5 | -117/+161 |
| | |||||
* | add a LICENSE file | bnewbold | 2016-06-13 | 1 | -0/+19 |
| | |||||
* | doc: small reference additions | bnewbold | 2016-06-13 | 2 | -0/+17 |
| | |||||
* | refactor exuberantbovines into src/bin | bnewbold | 2016-06-13 | 13 | -83/+105 |
| | |||||
* | add docs (manpages, README, etc) and cleanup Makefile | bnewbold | 2016-06-13 | 5 | -24/+153 |
| | |||||
* | add a Makefile (for installation) | bnewbold | 2016-06-12 | 1 | -0/+68 |
| | | | | | | Probably shouldn't have the inline 'sudo', but because of how rustup works I think most users won't have `cargo` on their root paths, so `sudo make install` won't work. | ||||
* | tweaks towards xscreensaver integration | bnewbold | 2016-06-12 | 3 | -0/+43 |
| | |||||
* | doc: move xscreensaver_notes, and small update | bnewbold | 2016-06-12 | 1 | -8/+3 |
| | |||||
* | basic command line args | bnewbold | 2016-06-12 | 3 | -11/+55 |
| | |||||
* | util: refactor arg conv to String; add dechex2u64 | bnewbold | 2016-06-12 | 1 | -11/+33 |
| | |||||
* | add function for xscreensaver arg backwards compatability | bnewbold | 2016-06-12 | 1 | -0/+42 |
| | |||||
* | add notes on xscreensaver pseudo-API | bnewbold | 2016-06-12 | 1 | -0/+35 |
| | |||||
* | initial from_existing_window() glutin stuff | bnewbold | 2016-06-12 | 4 | -103/+155 |
| | |||||
* | move model_c2rs.py to original/ | bnewbold | 2016-06-10 | 1 | -0/+0 |
| | |||||
* | oscillate vertically (not horizontal) | bnewbold | 2016-06-09 | 1 | -4/+4 |
| | |||||
* | draw all the parts of the cow | bnewbold | 2016-06-09 | 9 | -34/+8133 |
| | |||||
* | track TODO list | bnewbold | 2016-05-06 | 1 | -0/+16 |
| | |||||
* | rename cow -> bovines | bnewbold | 2016-05-06 | 2 | -2/+2 |
| | |||||
* | fixed up model_c2rs so hide works | bnewbold | 2016-05-06 | 4 | -673/+26786 |
| | |||||
* | gitignore: built files | bnewbold | 2016-05-06 | 1 | -0/+2 |
| | |||||
* | getting towards running | bnewbold | 2016-05-06 | 2 | -1/+175 |
| | |||||
* | start work | bnewbold | 2016-05-06 | 5 | -0/+1401 |
| | |||||
* | pull in original xscreensaver code | bnewbold | 2016-05-06 | 12 | -0/+18939 |
| | |||||
* | init repo with gitignore | bnewbold | 2016-05-06 | 1 | -0/+20 |