Skip to content

Neddslayer/asteroid-dodge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Asteroid Dodge

An example game made using my VEX TinyGL fork. Demonstrates basic 2D sprite rendering and management.

Textures

In order to create textures on the VEX brain without using an SD card, you can use the convert.py script. Usage is python convert.py "path/to/image/file" "path/to/output/c/file" It's similar to the LVGL color converter, however it outputs in the proper format and converts transparent pixels into the "chroma key" color. Since TinyGL doesn't natively support transparency, I added a chroma key color to it, that being hex f9f0f6. Any pixel that matches that color will not be rendered. This isn't a perfect solution, but it works fine for 2D rendering.

About

An example game made for the VEX v5 brain using TinyGL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages