3D Development Tools
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.
- Unity - free for <$100k annual revenue.
- Unreal Engine - 5% royalty after $1M per product.
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.
- magnum engine for C++ development. Uses SDL2.
- three.js for JS development
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.