Skip to content

2D fighting game engine reimplementing M.U.G.E.N. using SDL2 and OpenGL

Notifications You must be signed in to change notification settings

humbertodias/sdl-nugem

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CI CD GitHub all releases

Nugem

nugem is a 2D fighting game engine reimplementing M.U.G.E.N. using SDL2 and OpenGL aiming for compatibility with Mugen.

Prequirements

  • g++ 14+
  • clang 16+
  • cmake 3+
  • sdl2
  • freeglut 3+
  • glew
  • gl
  • glm

Dependencies

Ubuntu

sudo apt install libsdl2-dev libsdl2-image-dev freeglut3-dev libglew-dev libglm-dev cmake g++ doxygen

OSX

brew install sdl2 sdl2_image freeglut glew glm doxygen

How to run

make build run

Reference

Mugen file compatibility

WGPU

About

2D fighting game engine reimplementing M.U.G.E.N. using SDL2 and OpenGL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 97.7%
  • CMake 1.9%
  • Other 0.4%