Commit Graph

90 Commits

Author SHA1 Message Date
Bob Polis f68527f418 Added config reading 2022-09-23 16:50:20 +02:00
Bob Polis e72fa567a3 Added Grid module 2022-09-22 22:49:19 +02:00
Bob Polis 08b99cc357 Resizable and movable window in debug mode 2022-09-22 22:48:47 +02:00
Bob Polis 06778a752b Removed invocations of srchead for new module 2022-09-22 19:27:47 +02:00
Bob Polis 725e6403e6 Removed comment headers 2022-09-13 09:39:52 +02:00
Bob Polis 90a4464773 Removed -pthread and -fno-strict-aliasing flags 2021-11-13 19:14:19 +01:00
Bob Polis 072383a88f Removed -fno-strict-aliasing, -pthread flags 2021-11-11 10:33:37 +01:00
Bob Polis 4883c1c84b Improved full screen; hide cursor as well 2021-10-10 11:55:53 +02:00
Bob Polis b49decc0c5 Now creates window fullscreen 2021-10-09 23:47:25 +02:00
Bob Polis 9619bfb282 added libscnumerics dependency 2021-10-07 20:16:55 +02:00
Bob Polis f33818d4ca Fixed check for non-existing module 2021-10-07 12:42:13 +02:00
Bob Polis 90e19e3211 Using configure method to build knots 2021-10-06 17:06:12 +02:00
Bob Polis 4b88304b25 Config can now hold array of knots 2021-10-06 17:05:45 +02:00
Bob Polis 332e311de0 Using move setter for config file 2021-10-06 14:50:52 +02:00
Bob Polis 06047e6f0c Simplified config file existence test 2021-10-06 14:49:32 +02:00
Bob Polis 780e31b54d Added installation of config file 2021-10-06 14:49:16 +02:00
Bob Polis 8b2eb9968f Added config file for Whirling 2021-10-06 14:49:00 +02:00
Bob Polis d7f7cf634f Added config file support per module 2021-10-06 14:13:49 +02:00
Bob Polis 3937dc1c37 Now using libscnumerics for random numbers 2021-10-06 11:25:41 +02:00
Bob Polis a45a8aa8df Added libscnumerics for random number utils 2021-10-06 11:08:12 +02:00
Bob Polis be7de106c0 Added warning for -r option plus file arg 2021-10-05 14:29:12 +02:00
Bob Polis c484e8e6e3 Added -r option for random module 2021-10-05 14:25:37 +02:00
Bob Polis 66b8909e67 First working implementation 2021-10-04 15:44:46 +02:00
Bob Polis cdd9fba25c Added math library 2021-10-04 15:44:13 +02:00
Bob Polis 92bc54e3a6 Added new Whirling module, just blank for now 2021-09-05 23:21:41 +02:00
Bob Polis ab024a7ec0 Added comments to enhance readability 2021-08-18 12:28:27 +02:00
Bob Polis 5c699484ab Changed font from Hack to JuliaMono 2021-08-18 11:31:10 +02:00
Bob Polis 3322cc6244 Reformatted long options 2021-08-18 11:30:53 +02:00
Bob Polis 1e5a6651ea Implemented release version install 2021-02-07 17:05:19 +01:00
Bob Polis f5bc7fcf65 Refactored to support window resizing 2021-02-01 10:35:59 +01:00
Bob Polis 43bccd373c setup() also clears rects list
Window resizing will call setup(), so it is now more cleanly
resetting the module.
2021-02-01 10:28:35 +01:00
Bob Polis 3549bd8b10 Removed custom event handler 2021-01-29 17:18:28 +01:00
Bob Polis 5ce8eed0c7 Refacored: using Default instead of rects 2021-01-26 16:00:09 +01:00
Bob Polis 923331acc7 renamed RectSaver sources to Default 2021-01-26 15:58:45 +01:00
Bob Polis 86105aa0af renamed module directories 2021-01-26 15:55:03 +01:00
Bob Polis 0a91557bd5 Fixed typo in comment 2021-01-26 15:39:04 +01:00
Bob Polis 4120b1855a Added skeleton and script for creating new module 2021-01-26 15:37:05 +01:00
Bob Polis e96b1bc5f4 Added target te create new module subproject 2021-01-26 15:36:22 +01:00
Bob Polis 489de843c8 Fixed build, install & clean for modules 2021-01-25 19:56:38 +01:00
Bob Polis f8cd0a77ac moved all plugin subprojects into modules directory 2021-01-25 19:44:46 +01:00
Bob Polis 9491d24907 removed skembo from Makefile 2021-01-21 20:53:13 +01:00
Bob Polis 38b137e2c7 removed skembo 2021-01-21 20:52:02 +01:00
bob 0c2090159f made rects transparent 2020-11-24 14:50:19 +01:00
Bob Polis 1fb3e1709f now draws rounded rects 2020-11-16 12:29:13 +01:00
Bob Polis 91655454f6 made fade_time a const instead of magic number 2020-11-16 11:21:34 +01:00
Bob Polis 124acffc01 starts with random hue; adapted to new random number functions; rectangles can extend beyond window 2020-11-16 10:45:31 +01:00
Bob Polis 291678d06a adapted to new update/render interface; added fading-rects module 2020-11-15 13:16:49 +01:00
Bob Polis 73d41d4774 adapted to new app run loop 2020-11-15 09:08:56 +01:00
bob 1838a9d6cf less fps, integer display of values, switched to Hack font for stable display 2020-10-31 00:50:54 +01:00
bob 7ca1510020 showing hue, red, green, and blue values 2020-10-31 00:42:32 +01:00