rustcc / GEFS

Game Engine From Scratch -- Rust China Conference 2020 topic by LemonHX and his team.
Other
14 stars 2 forks source link

GEFS开坑了~ #1

Open LemonHX opened 3 years ago

LemonHX commented 3 years ago

2020/11/10 21:00 QQ群会议讨论内容:

LemonHX commented 3 years ago

會議簡報

造一個類似的: https://github.com/tuzz/game-loop

game object -> hashtable + 函數指針(with this as parameter~) game object message 系統 : serde + json + 手寫垃圾RPC

render loop: fix command buffer(vec) -> rayon queue submit -> finish game loop: input | event loop + audio <-> render loop (time as tick)

造出來 game_loop 框架後,找人做VFS+LRU Cache

gui: imgui