hailiang194 / NeoSekaiEngine

Sekai Game engine - my 2D game engine built base on what I know about game development. This game engine can run on Windows, Linux and Web platform
MIT License
0 stars 0 forks source link

Create Game UI Object #11

Closed hailiang194 closed 3 weeks ago

hailiang194 commented 1 month ago

Now it time is investigate the game object. Which one should I create as Game object?

hailiang194 commented 1 month ago

But first thing first, we have to make it clean what the game object is. It must be only the objects that are able to render and also they must be able to update, render and handle the events. So in the current version(v0.2.0) we have shapes, text and texture are the core things are renderable.

hailiang194 commented 1 month ago

But first thing first, we have to make it clean what the game object is. It must be only the objects that are able to render and also they must be able to update, render and handle the events. So in the current version(v0.2.0) we have shapes, text and texture are the core things are renderable.

OK Let do it

hailiang194 commented 1 month ago

As what I have though recently, I think we should not call it Game object. Let call it UI Object instead