turtle icon indicating copy to clipboard operation
turtle copied to clipboard

Create Animated Drawings in Rust

Results 59 turtle issues
Sort by recently updated
recently updated
newest added

This is an example which depends on the implementation of multiple turtle support (#16). The basic idea will look reminiscent of the maze generation example. It starts with three turtles...

example-idea
after 1.0.0

This example can be as simple or as complicated as you like. Simple first is better because then someone else can build on your example and add more features. **More...

help wanted
good first issue
example-idea

The original version of the LOGO programming language supported some instructions for drawing in 3D. It would be really cool to draw some 3D shapes using the 2D drawing operations...

help wanted
good first issue
example-idea

As you mentioned in documentation, I think the index should be checked whether it is out of bounds before directly used as polygon.points[index]. turtle-master/src/renderer_server/renderer/display_list.rs ```rust /// Panics if the given...

platform: mac os chip: apple m2 Cargo.toml: ``` [dependencies] turtle = {git = "https://github.com/sunjay/turtle"} ``` Error encountered: ``` Finished dev [unoptimized + debuginfo] target(s) in 0.14s warning: the following packages...

I'm running a code using turtle and it seems to not compile because of a Wayland issue I'm guessing. I'm using arch with newm-atha-git as the wm. kernel : 6.3.5-zen1-1-zen...

Updates the requirements on [glutin](https://github.com/rust-windowing/glutin) to permit the latest version. Release notes Sourced from glutin's releases. Glutin Version v0.30.0 The glutin was rewritten from the ground to solve its previous...

dependencies
rust

Updates the requirements on [svg](https://github.com/bodoni/svg) to permit the latest version. Commits See full diff in compare view Dependabot will resolve any conflicts with this PR as long as you don't...

dependencies
rust

Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.12.5 to 1.13.9. Release notes Sourced from nokogiri's releases. 1.13.9 / 2022-10-18 Security [CRuby] Vendored libxml2 is updated to address CVE-2022-2309, CVE-2022-40304, and CVE-2022-40303. See GHSA-2qc6-mcvw-92cw for...

dependencies
ruby