Skip to content

tableaunoir/3d

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

3d

Experimental way of quick designing a 3D scene with Processing.js. Try it https://tableaunoir.github.io/3d/.

image

Features

  • Super easy. You want to type a line, just type: line(0, 0, 1, 1). And done! It relies on P5.js, but the verbose environment is hidden.
  • Share the URL to share your picture.

Needs

This tool is born because I need a simple tool to share 3D images. This tool might be good for you if:

  • you want to quickly program simple things in 3D. Tikz makes a lot of errors and produces fixed images. Processing.js (P5.js) is rather simple, so this tool is actually a wrapper on P5.js. The setup() and draw() functions are behind the scene: here we go to the essential.
  • you need to quickly share your ideas: here, simply copy-and-paste the URL and share it.

About

Experimental way of quick designing a 3D scene with Processing.js

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published