Tristable / tristable-engine

A JS/TS game engine for making simple games.
https://tristable.github.io/tristable-engine/
GNU General Public License v3.0
1 stars 0 forks source link

Implement a basic 3D projection algorithm #4

Open Fetren1011010000 opened 1 year ago

Fetren1011010000 commented 1 year ago

Add 3d feature like unreal engine

TrueSunGaming commented 1 year ago

A basic projection algorithm could be implemented, but advanced lighting and raycasting like Unreal Engine would be far too slow for JavaScript or TypeScript.

Also, Tristable Engine's description points out making simple 2D games, not complex 3D games.

TrueSunGaming commented 1 year ago

Now that we are transferring from Canvas to WebGL we will probably implement more complex 3d and 2d rendering.