Skip to content

Simple 2D game engine written with OpenGL support.

License

Notifications You must be signed in to change notification settings

landon912/Lavio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

Lavio is a simple 2D C++ game engine that I created as an early learning project for C++ and OpenGL. Lavio includes a graphics abstraction layer that lays a foundation for using a graphics library of your choice. There is basic support for modern OpenGL built-in alongside two simple 2D rendering engines.

How do I get set up?

Lavio has two dependencies that are included in the repository:

Lavio can be built using MSVC. There is an included Visual Studio project sln for Visual Studio 14. Any version after 10 should be able to open the project.

License

Lavio is licensed under MIT. See LICENSE.md for more details

About

Simple 2D game engine written with OpenGL support.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published