aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* massage cargo dependenciesHEADmasterBryan Newbold2022-02-242-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 packagesbnewbold2016-10-183-143/+306
|
* README: cleanup markdownbnewbold2016-06-201-11/+12
|
* update TODObnewbold2016-06-201-7/+11
|
* rename to 'exuberant_hacks'; bump to 0.2bnewbold2016-06-206-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 markdownbnewbold2016-06-201-0/+0
|
* lib: slow things down with 30ms delaybnewbold2016-06-141-1/+3
|
* exuberantplasma: simple new GLSL hackbnewbold2016-06-135-1/+236
|
* src/lib: small cleanupsbnewbold2016-06-131-3/+1
|
* change API to pass time as arg to draw_framebnewbold2016-06-134-7/+17
|
* refactor into librarybnewbold2016-06-135-117/+161
|
* add a LICENSE filebnewbold2016-06-131-0/+19
|
* doc: small reference additionsbnewbold2016-06-132-0/+17
|
* refactor exuberantbovines into src/binbnewbold2016-06-1313-83/+105
|
* add docs (manpages, README, etc) and cleanup Makefilebnewbold2016-06-135-24/+153
|
* add a Makefile (for installation)bnewbold2016-06-121-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 integrationbnewbold2016-06-123-0/+43
|
* doc: move xscreensaver_notes, and small updatebnewbold2016-06-121-8/+3
|
* basic command line argsbnewbold2016-06-123-11/+55
|
* util: refactor arg conv to String; add dechex2u64bnewbold2016-06-121-11/+33
|
* add function for xscreensaver arg backwards compatabilitybnewbold2016-06-121-0/+42
|
* add notes on xscreensaver pseudo-APIbnewbold2016-06-121-0/+35
|
* initial from_existing_window() glutin stuffbnewbold2016-06-124-103/+155
|
* move model_c2rs.py to original/bnewbold2016-06-101-0/+0
|
* oscillate vertically (not horizontal)bnewbold2016-06-091-4/+4
|
* draw all the parts of the cowbnewbold2016-06-099-34/+8133
|
* track TODO listbnewbold2016-05-061-0/+16
|
* rename cow -> bovinesbnewbold2016-05-062-2/+2
|
* fixed up model_c2rs so hide worksbnewbold2016-05-064-673/+26786
|
* gitignore: built filesbnewbold2016-05-061-0/+2
|
* getting towards runningbnewbold2016-05-062-1/+175
|
* start workbnewbold2016-05-065-0/+1401
|
* pull in original xscreensaver codebnewbold2016-05-0612-0/+18939
|
* init repo with gitignorebnewbold2016-05-061-0/+20