Skip to content

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

Notifications You must be signed in to change notification settings

Ahmed-Dzair-Dev/sdl-nugem-fix

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

alt text

NUGEM

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

Prequirements

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

Dependencies

Ubuntu or Debian

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

cd build && make && ./nugem

Reference

Mugen file compatibility

WGPU

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 98.0%
  • CMake 1.7%
  • Other 0.3%