Skip to content

Commit

Permalink
Merge pull request #3 from seflless/seflless/add-text-component
Browse files Browse the repository at this point in the history
Add Text Shape
  • Loading branch information
seflless authored Oct 22, 2023
2 parents 7f54ec7 + fc0dfa6 commit 09484a5
Show file tree
Hide file tree
Showing 23 changed files with 648 additions and 363 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,16 @@ Skewed is a Typescript package for generating SVG of 3D graphics in real-time. I

Use it to make simple 3D infographics, 3D web-games, or generate 3D SVG files for importing into vector editors like Figma/Illustrator (Ie. make 3D icons).

[Live demo](https://vgyf3c.csb.app/)
Here's a [Live demo](https://vgyf3c.csb.app/). Docs coming soon.

<!-- <img width="150px" src="./docs/images/octopus.gif"/><img width="155px" src="./docs/images/worm.gif"/><img width="176px" src="./docs/images/light-spinning-around-shapes.gif"/><img width="156 px" src="./docs/images/rotating-text.gif"/> -->

<img width="100%" src="./docs/images/skewed-screen-capture.gif"/>
<img width="50%" src="./docs/images/octopus.gif"/><img width="50%" src="./docs/images/worm.gif"/><img width="50%" src="./docs/images/rotating-text.gif"/><img width="50%" src="./docs/images/light-spinning-around-shapes.gif"/>

# Usage

1. `npm install skewed`
1. Reference the [live demo](https://vgyf3c.csb.app/)'s [source code](https://codesandbox.io/s/skewed-demo-vgyf3c?file=/src/index.ts). More API examples coming soon. In the meantime
1. `npm install skewed`
1. Reference the [live demo](https://vgyf3c.csb.app/)'s [source code](https://codesandbox.io/s/skewed-demo-vgyf3c?file=/src/index.ts). More API examples coming soon. In the meantime

## Contributing

Expand Down
File renamed without changes
Binary file added docs/images/octopus.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/rotating-text.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/worm.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ export * from "./shapes/Grid";
export * from "./shapes/Group";
export * from "./shapes/Cylinder";
export * from "./shapes/Sphere";
export * from "./shapes/Text";
export * from "./meshes/Mesh";
export * from "./meshes/BoxMesh";
export * from "./math/Vector3";
Expand Down
315 changes: 0 additions & 315 deletions src/math/Euler.ss

This file was deleted.

Loading

0 comments on commit 09484a5

Please sign in to comment.