Skip to content

scemino/EnggeFramework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Engge Framework

CMake CodeFactor

Engge Framework is a C++ framework based on SDL.

Why

I need a basic 2D framework for engge which needs to be:

  • cross platform
  • easy to use
  • easy to understand (my code, my mistake)
  • with only the piece of code I need for engge

Dependencies

I try not have too much dependencies, but also it's not necessary to code something already nice-done.

Here are ngf dependencies:

  • dear imgui: Bloat-free Immediate Mode Graphical User interface for C++ with minimal dependencies.
  • clipper: Polygon and line clipping and offsetting library.
  • GLEW: The OpenGL Extension Wrangler Library.
  • glm: OpenGL Mathematics (GLM) is a header only C++ mathematics library for graphics software based on the OpenGL Shading Language (GLSL) specifications.
  • SDL2: Simple DirectMedia Layer is a cross-platform development library designed to provide low level access to audio, keyboard, mouse, joystick, and graphics hardware via OpenGL and Direct3D.
  • SDL_mixer: SDL_mixer is a sample multi-channel audio mixer library.
  • stb: single-file public domain (or MIT licensed) libraries for C/C++

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published