Skip to content

This is a demonstration of showing graphical sprites for Ascii programs, using text highlighting for graphics. The basic idea is each sprite is a 2d array of ints, then you use the drawSprite function which uses the data to draw the sprite to the screen. Not the best approach, but one I'm comfortable with.

Notifications You must be signed in to change notification settings

MustafaTheProgrammer/Sprite-Rendering

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Sprite-Rendering

This is a demonstration of showing graphical sprites for Ascii programs, using text highlighting for graphics. The basic idea is each sprite is a 2d array of ints, then you use the drawSprite function which uses the data to draw the sprite to the screen. Not the best approach, but one I'm comfortable with.

About

This is a demonstration of showing graphical sprites for Ascii programs, using text highlighting for graphics. The basic idea is each sprite is a 2d array of ints, then you use the drawSprite function which uses the data to draw the sprite to the screen. Not the best approach, but one I'm comfortable with.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages