FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

ScriptLineStudios/Spark: An easy to use graphics library · GitHub

Repository files navigation

Spark

Spark - An easy to use python graphics library that allows for easy interaction with OpenGL. Perfect for making games!

import spark

spark.init("Demo", 500, 500, False)

while spark.not_window_close():
    spark.clear((0, 0, 0))
    spark.shapes.render_rect((0, 0), (1, 0, 0), 400)
    spark.update()   

Features

  • Creating a window
  • Loading and rendering images
  • Rendering rectanges (more shapes to come)
  • Apply optional shaders to rectanges
  • Rectangle based collisions

Installation

pip install git+https://github.com/ScriptLineStudios/Spark/

WARNING: THIS IS STILL A WORK IN PROGRESS. THINGS MAY CHANGE OR BREAK

About

An easy to use graphics library

Topics

Resources

Stars

7 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages


Back | FazBrowse Home | New Git URL