8000 GitHub - TageDan/drawBox: A sdf based 2d animation tool
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

TageDan/drawBox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DrawBox

A sdf (signed distance feild or function) based 2d drawing/animation tool. Draw by inserting objects, moving them around and changing their parameters. The cool thing with sdf's is that you can change objects "blob" value to blend them together.

Install and run

Install cargo: https://www.rust-lang.org/tools/install

then run:

git clone https://github.com/TageDan/drawBox
cd drawBox
cargo run

Technical details

The project is written in rust using eframe/egui for ui and glow/GLSL for rendering.

Future / Under construction

  • Rotation
  • Adjustable canvas dimensions
  • Animation support.
  • Grouping objects (independent sdf scope, grouped position/rotation).
  • Save/Load
  • Exporting as video/image

About

A sdf based 2d animation tool

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0