cirocosta / utea

Toy WebGL 3D Engine
GNU General Public License v2.0
5 stars 0 forks source link

Logo! #4

Open cirocosta opened 9 years ago

cirocosta commented 9 years ago

I was thinking a bit about a logo for the project this afternoon and the idea that i came up with involves a bunch of work but might result in an amazing thing.

The idea that i have is:

  1. Extract bezier curves descriptions from a truetype font (maybe sending to inkscape and them getting the svg description, or gimp, idk)
  2. Describe a shape for extruding the curves --> let it be in meshgrid
  3. Create a 3D Scene that disposes the text in a cool way
  4. Add a mango to the scene
  5. Render!

This aligns well with one of my particular aims for this project: solving the programming assignment that i have to do for my computer graphics class, which is all about modelling extrude shapes, bsplines and RaGs and then visualizing the result (doing these three things in 3 separate canvases).

mango-logo-idea

cirocosta commented 9 years ago

In the case of the image, where we have 3 canvases that display three things that are conceptually related but they do not live in the same world (does not share anything expect for global properties), we are already capable of performing that (regarding the multiple contexts stuff as it's being discussed on #10 )