aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorCalvin Rose <calsrose@gmail.com>2026-02-14 15:40:17 -0600
committerCalvin Rose <calsrose@gmail.com>2026-02-14 15:40:17 -0600
commit148520b1b8272843a1daa08d229c5e819f093c7b (patch)
tree9e93a56bdb1b547111d3432245644eb263638c3d
parentMake order of operations consistent. (diff)
Indicate possible API changes in gfx2d and charts.
-rw-r--r--spork/charts.janet4
-rw-r--r--spork/gfx2d-codegen.janet4
2 files changed, 6 insertions, 2 deletions
diff --git a/spork/charts.janet b/spork/charts.janet
index 980368d..9592fdb 100644
--- a/spork/charts.janet
+++ b/spork/charts.janet
@@ -1,4 +1,8 @@
###
+### charts.janet
+###
+### NOTE: Beta-quality - apis may change.
+###
### This module is for generating graphs and charts on the CPU and rendering
### them to bitmaps. While not completely general in styling, charts should be general
### purpose in visualizing different kinds of data. For more rendering backends or functionality,
diff --git a/spork/gfx2d-codegen.janet b/spork/gfx2d-codegen.janet
index 0da08d7..301ae19 100644
--- a/spork/gfx2d-codegen.janet
+++ b/spork/gfx2d-codegen.janet
@@ -1,6 +1,8 @@
###
### gfx2d-codegen.janet
###
+### NOTE: Beta-quality - apis may change.
+###
### Various simple CPU-based 2d graphics tools suitable for demos,
### visulizations, and charting. The module generates C code which then is
### further compiled. It can also be used to generate "shaders" by evaluating
@@ -59,8 +61,6 @@
### [x] - right-angle rotated text
### [ ] - color and otherwise anotated text w/ VT100 escape codes (allow for pretty printing w/ colors)
### [x] - remove prototype fill in default build (leave code for testing purposes)
-
-### Stretch TODO
### [ ] - vector font rendering and arbitrarily rotated text
### [ ] - anti-aliasing w/ mutli-sampling and/or analysis
### [x] - shaders using cjanet-jit - "fill" and "stroke" shaders