Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
juliaogris committed Feb 7, 2025
1 parent a087a81 commit d7b1518
Show file tree
Hide file tree
Showing 3 changed files with 107 additions and 371 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ lint: lint-go lint-sh lint-node check-fmt-evy conform
ci: check-uptodate .WAIT all

check-uptodate: clean .WAIT tidy fmt doc docs learn lab
test -z "$$(git status --porcelain)" || { git status; false; }
test -z "$$(git status --porcelain)" || { git status; git diff; false; }

## Remove generated files
clean::
Expand Down
12 changes: 4 additions & 8 deletions frontend/lab/samples/ifs/img/randrect.evy
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
fill (hsl 270 100 50 10)
width 0.2
for range 60
x := (rand1) * 100
for range 100
x := 1
y := (rand1) * 100
s1 := (rand1) * 25 + 2
s2 := (rand1) * 25 + 2

move x-s1*0.5 y-s2*0.5
rect s1 s2
move x y
circle 1
end
Loading

0 comments on commit d7b1518

Please sign in to comment.