shakdwipeea / yawn

1 stars 1 forks source link

are we gon use ogl or start from scratch? #2

Open shakdwipeea opened 1 month ago

shakdwipeea commented 1 month ago

I'm thinking of starting from scratch. I'm working on something to render the first triangle will try and put up a pr soon. We can discuss the pros / cons and iterate on that.

I want good dev experience, so maybe we'll build little tools to aid that along the way.

Heaust-ops commented 1 month ago

alr, let's try all the benefits of building from scratch that we can then.

something that supports edit mode / draw mode that alters the geometry of the initial mesh maybe uv unwrapping and stuff

shakdwipeea commented 1 month ago

I'm not really well-versed with CSG stuff, any resources to understand all this better ?

Heaust-ops commented 1 month ago

just a fancy word for booleans lol

also babylon doesn't have support for batching, think we can add that in (sending a merged mesh, instead of individual ones so its more performant)

editing aside from CSG, like loop cuts, extrude, inset, stuff like that