Commit graph

43 commits

Author SHA1 Message Date
2993639ae2
improvement: bring code up to date and add linters, etc. 2023-07-27 18:49:47 +12:00
James Harton
7fe467268e Run mix format 2018-01-19 09:06:04 +13:00
James Harton
472887e1da Fix Elixir 1.6 compiler warnings and some bugs. 2018-01-19 08:59:57 +13:00
James Harton
7d7b570325 Update dependencies and make sure everything works with Elixir 1.5 2017-09-06 09:41:30 +12:00
James Harton
25714ece28 Add examples to as many moduledocs as possible. 2017-05-05 15:23:37 +12:00
James Harton
4b3d021755 Add notes on protocol stuff and add colour and compositing examples. 2017-03-27 14:25:53 +13:00
James Harton
fd6fe85478 Added documentation for all shape types. 2017-03-27 12:22:37 +13:00
James Harton
fa8556d758 More documentation updates. 2017-03-27 07:59:57 +13:00
James Harton
7121536f72 Documentation updates. 2017-03-26 22:05:58 +13:00
James Harton
6822435348 Documetnation improvements. 2017-03-26 21:01:33 +13:00
James Harton
53c0459dd5 Get credo and tests passing. 2017-03-20 09:47:01 +13:00
James Harton
a35686b6d5 Merge branch 'master' into slpfa 2017-03-20 09:36:19 +13:00
James Harton
55be42357f Working SLPFA> 2017-03-20 09:34:59 +13:00
Eduardo Gurgel
5038d26bf9 WIP 2017-03-19 11:45:16 +13:00
James Harton
85413cadc6 Touch up some documentation. 2017-03-08 21:49:24 +13:00
James Harton
6438c5f31f Start using Credo for linting. 2017-03-08 16:31:39 +13:00
James Harton
92d64f4e99 So close I can almost taste it. 2017-01-22 09:23:52 +13:00
James Harton
8dbe321e17 If at first you don't succeed... 2017-01-16 16:20:09 +13:00
James Harton
944e2f0e7f Almost working polygon filling algorithm. 2017-01-13 15:53:48 +13:00
James Harton
70c3b55483 Finding intersections of lines with axies works now. 2017-01-13 11:53:37 +13:00
James Harton
03cd7dff59 Finally fix point rotation. 2017-01-10 09:54:43 +13:00
James Harton
87a971e686 Second attempt a polygon filling algorithm. 2017-01-07 17:17:43 +13:00
James Harton
1488851261 Implement the point-in-polygon algorithm. 2017-01-05 19:04:43 +13:00
James Harton
7b29e8f9ae Improve test and documentation coverage. 2017-01-05 14:06:39 +13:00
James Harton
f8822fca40 Add typespecs and better doctests for Arc and Frame. 2017-01-05 10:29:32 +13:00
James Harton
7564e3bbe5 Implement String.Chars for Shapes. W00T. 2017-01-05 10:29:14 +13:00
James Harton
ecc8e0a37b Bump version to 0.2.0. 2017-01-03 14:14:40 +13:00
James Harton
f21336b45b Fix a bunch of rendering bugs and it my SSD1306 clock works now! 2017-01-03 14:13:35 +13:00
James Harton
a1087d8320 Implement missing Enumerable for Buffer. 2017-01-02 21:20:48 +13:00
James Harton
635e6fb1c5 Ready for a release. 2017-01-02 20:47:49 +13:00
James Harton
943dabe60f Extract rendering into buffers from Frame. 2017-01-02 13:57:02 +13:00
James Harton
7e113327fb Small bug fixes and improments 2017-01-02 12:46:51 +13:00
James Harton
c2c35774fe Add a bounds protocol for finding out how big a shape is. 2016-12-29 19:45:33 +13:00
James Harton
14e3c0e430 Move clipping to the rasterize protocol, make frame buffer generation lazy and composite colours. 2016-12-29 14:27:22 +13:00
James Harton
d9ee9562d7 Add colours and inspect protocol. 2016-12-29 13:26:51 +13:00
James Harton
12d0903a77 Add some documenation to Frame. 2016-12-29 10:05:49 +13:00
James Harton
7602decc76 Add Hershey vector font rendering. 2016-12-23 22:02:12 +13:00
James Harton
6d5463d2b5 Add shape groups. 2016-12-23 11:07:33 +13:00
James Harton
a82804685b Guess who can draw arcs! 2016-12-22 15:11:24 +13:00
James Harton
f09bf246d8 Fix bugs in circle and line rasterizing. 2016-12-22 14:04:29 +13:00
James Harton
7c4a4161f1 Look Ma! I made a circle! 2016-12-22 12:55:29 +13:00
James Harton
f7fb08ffaa Polygons, paths, lines and points will now render onto a frame. 2016-12-22 09:26:21 +13:00
James Harton
4896bd32df FIRST POST 2016-12-21 13:34:16 +13:00