Skip to content

RottenFishbone/stoneng

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StonEng

A rudimentary 2d game engine using OpenGL and Rust. As it stands, StonEng supports rendering, context creation, input, basic ECS provisions and spritesheet loading.

The primary purpose of this project is simply to increase my knowledge in Rust and OpenGL.

Example

stoneng_demo

Major dependencies

  • Specs for the basis of the Entity-Component-System.
  • glutin for windowing and OpenGL context.
  • gl for OpenGL bindings.
  • nalgebra-glm for linear algebra.
  • stb-image for image loading.

Author

Jayden Dumouchel -- [email protected] | [email protected]

About

A very limited, 2D game engine

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published