Much work on tidying documentation, uncompleted.

This commit is contained in:
Simon Brooke 2024-04-03 17:36:39 +01:00
parent 7d6b1b628f
commit 0ba575c2f9
90 changed files with 1565 additions and 838 deletions

View file

@ -1,4 +1,4 @@
# Game-engine integration
# Game-engine integration (unfinished)
To build a game using these ideas we need a lot of things that are well understood and already implemented: rendering a world, moving models of characters in a world, and so on. This collection of technologies which allow us to realise an interactive realisation of a world is typically called a game engine.