Skip to content

greyvest/sake_0

Repository files navigation

sake 0

An OpenGL graphics engine developed by me, Austin Anderson, for learning purposes. I have now switched this project over to developing on a forked version of https://github.com/TheCherno/OpenGL due to numorous cross-platform development hiccups. That repository can be found on my profile.

Project Goals:

  1. Cross platform development and compilation
  2. Custom and usable file serialization and project structure
  3. Usable GUI for game development
  4. Reasonably performant

Dependencies:

OpenGL 3 and GLEW for Graphical Rendering

GLM Math Library

Dear_ImGui for GUI implementation

Assimp for asset importing

CMake for compilation

Resources Used:

OpenGL Udemy Course

usage instructions

Note: Currently only compiling on Mac OSX

  1. Clone project
  2. Install dependencies (I suggest using brew on mac or choco on windows)
  3. '''cmake .''' inside of project directory
  4. '''make''' inside of project directory
  5. run '''./sake''' to start engine

About

An OpenGL graphics engine developed for learning purposes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors