alpha
Login
or
Join now
gwen.works
/
shapemaker
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
This repository has no description
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
🚨 Fix lints
author
gwennlbh
committer
github-actions[bot]
date
7 months ago
(Nov 8, 2025, 5:00 PM UTC)
commit
dae47bba
dae47bbaa8412a2f0936b3719fe906abde0bb64d
parent
7b48aaa6
7b48aaa6a88599aed0c019e2f24a3712a71e4054
+1
-2
2 changed files
Expand all
Collapse all
Unified
Split
examples
playground
src
main.rs
src
rendering
objects.rs
-1
examples/playground/src/main.rs
Reviewed
···
1
1
-
use itertools::Itertools;
2
1
use rand::{Rng, seq::IteratorRandom};
3
2
use shapemaker::{geometry::Norm, *};
4
3
+1
-1
src/rendering/objects.rs
Reviewed
···
2
2
use measure_time::debug_time;
3
3
4
4
use crate::{
5
5
-
ColoredObject, Object, Point, graphics::objects::{LineSegment, ObjectSizes}
5
5
+
ColoredObject, Object, graphics::objects::{LineSegment, ObjectSizes}
6
6
};
7
7
8
8
use super::{