3D Development Tools: Difference between revisions

From David's Wiki
m (David moved page Game Engines to 3D Development Tools without leaving a redirect)
No edit summary
Line 15: Line 15:
* [[Simple DirectMedia Layer]] gives you access to audio, keyboard, mouse, joysticks, and graphics. It can also create windows.
* [[Simple DirectMedia Layer]] gives you access to audio, keyboard, mouse, joysticks, and graphics. It can also create windows.
* GLFW can initilize OpenGL and create windows.
* GLFW can initilize OpenGL and create windows.
==3D Modelling==
* [[Blender]]

Revision as of 14:18, 16 June 2022

An incomplete list of tools for 3D development.

Game Engines

These include pretty much everything you could need from graphics lighting to controls and networking.
However, they typically have fees for large commercial projects and have small limitations on free projects.

Graphics Engines

These are wrappers around OpenGL/WebGL/Vulkan which and other low-level APIs which help you code more easily without a full game engine.

Light Libraries

  • Simple DirectMedia Layer gives you access to audio, keyboard, mouse, joysticks, and graphics. It can also create windows.
  • GLFW can initilize OpenGL and create windows.

3D Modelling