Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
PythonicEngine documentation
PythonicEngine documentation

Table of Contents

  • Modules
    • camera module
    • light module
    • main module
    • mesh module
    • model module
    • scene module
    • scene_renderer module
    • shader_program module
    • texture module
    • vao module
    • vbo module
Back to top
View this page

main module¶

This module initializes the main graphics application

class main.GraphicsEngine(win_size=(1600, 900))[source]¶

Bases: object

check_events()[source]¶
get_time()[source]¶
render()[source]¶
run()[source]¶
Next
mesh module
Previous
light module
Copyright © 2025, papadanku
Made with Sphinx and @pradyunsg's Furo
On this page
  • main module
    • GraphicsEngine
      • GraphicsEngine.check_events()
      • GraphicsEngine.get_time()
      • GraphicsEngine.render()
      • GraphicsEngine.run()