DucktapeEngine / Ducktape

Ducktape - An open source 3d C++ game engine.
MIT License
127 stars 25 forks source link

Switch to ECS #72

Closed aryanbaburajan closed 2 years ago

aryanbaburajan commented 2 years ago

meh people said unity like paradigm sucks so im gonna do a tiny little switch perhaps by using the EnTT library

Sable-20 commented 2 years ago

Unity uses ECS now iirc ;-;

lines-of-codes commented 2 years ago

Unity still uses the same Game object-Component system (if I'm not wrong) Though there's a package for you to be able to use the ECS system. Though currently it's well... not finished and currently does not support either URP or HDRP.

AurumByte commented 2 years ago

It’s fine to use an ECS paradigm, as long as it doesn’t clutter up a user’s code 😁

aryanbaburajan commented 2 years ago

I decided that Ducktape should be a beginner friendly engine thus it'll not be integrating ECS.