Wasabi 2Dis developed by the team behind Pygame Zero. It’s a modern framework built onmodernglthat automates rendering, provides coroutines for animation effects, has built-in particle effects, and uses an even
_wnd) self._ctx = ModernGL.create_context() self.initialize(self._ctx) while not glfw.window_should_close(self._wnd): width, height = self.size() self._ctx.viewport = (0, 0, width, height) self.render(self._ctx) glfw.swap_buffers(self._wnd) glfw.wait_events()...
Good alternatives to ratcave are Vedo, Vispy, and ModernGL. Installation pip install ratcave Features ratcave was created to be an 3D graphics package for doing behavioral experiments with animals in a freely-moving virtual reality environment, and somewhere along the way became a pythonic ...