Skip to content

Commit

Permalink
trying to adapt compute; tag 0.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
tiye committed Nov 17, 2024
1 parent bd2e66f commit f332b1a
Show file tree
Hide file tree
Showing 4 changed files with 69 additions and 8 deletions.
56 changes: 55 additions & 1 deletion calcit.cirru

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 8 additions & 1 deletion compact.cirru
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

{} (:package |lagopus)
:configs $ {} (:init-fn |lagopus.main/main!) (:reload-fn |lagopus.main/reload!) (:version |0.5.5)
:configs $ {} (:init-fn |lagopus.main/main!) (:reload-fn |lagopus.main/reload!) (:version |0.5.7)
:modules $ [] |memof/ |quaternion/
:entries $ {}
:files $ {}
Expand Down Expand Up @@ -122,6 +122,7 @@
&map:get options :get-params
js-array & $ either (&map:get options :textures) ([])
&map:get options :label
&map:get options :compute-options
|object-writer $ %{} :CodeEntry (:doc |)
:code $ quote
defn object-writer (options)
Expand Down Expand Up @@ -172,6 +173,9 @@
collect-array! indices collect!
, *arr
&map:get options :get-params
js-array & $ either (&map:get options :textures) ([])
&map:get options :label
&map:get options :compute-options
|wgsl-colors $ %{} :CodeEntry (:doc |)
:code $ quote
def wgsl-colors $ inline-shader "\"lagopus-colors"
Expand Down Expand Up @@ -786,6 +790,8 @@
&doseq (x p) (build-polyline-points *prev x write!)
build-polyline-points *prev p write!
chunk-writer! collect!
:get-params $ &map:get options :get-params
:compute-options $ &map:get options :compute-options
|comp-polylines-marked $ %{} :CodeEntry (:doc |)
:code $ quote
defn comp-polylines-marked (options)
Expand All @@ -805,6 +811,7 @@
build-polyline-points-marked *prev p write!
chunk-writer! collect!
:get-params $ &map:get options :get-params
:compute-options $ &map:get options :compute-options
|count-hex $ %{} :CodeEntry (:doc |)
:code $ quote
defn count-hex (xs)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"version": "0.5.5",
"version": "0.5.7",
"dependencies": {
"@calcit/procs": "^0.9.6",
"@calcit/std": "^0.0.3",
"@triadica/lagopus": "0.1.1",
"@triadica/lagopus": "0.1.3",
"@triadica/touch-control": "^0.0.4-a1",
"ismobilejs": "^1.1.1"
},
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f332b1a

Please sign in to comment.