Skip to content

mmchugh/glhf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GLHF

(Open)GL, Have Fun

The basic premise of this package is to make it really easy to get started with graphics programming in python.

An example:

import glhf

glhf.open_window(500, 500, "Sample")

while glhf.running():
    glhf.clear()
    glhf.finish_frame()

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages