Skip to content

Latest commit

 

History

History
90 lines (69 loc) · 3.37 KB

graphics_research.md

File metadata and controls

90 lines (69 loc) · 3.37 KB

Graphics Libraries and Game Engine Research

Vpython / Glowscript

  • Complete 3D graphics using python only.
  • Gets transcompiled into Javascript
  • Fairly good performance, have issues with it not properly using discrete GPU and utilizing only the integrated GPU

Pygame

Python Arcade

Pygame v Python Arcade

Pyglet

Pyglet v Pygame

PyBullet

PyEngine3D

Panda3D

Ursina Engine

VisPy

Mayavi

Other Libraries to Mention but That Don't Suit Immediate Needs

  • LOVR (https://lovr.org/), designed for VR and uses Lua for scripting (same as Teardown (the game))

Other Stuff

Great YouTubers on the Subject

  • ChiliTomatoNoodle @ChiliTomatoNoodle (C++, DirectX, 3D Graphics, Game Design)
  • Coder Space, @CoderSpaceChannel (Python, 2D and 3D Graphics, Game Design)

Random Super Cool Stuff