Skip to content

Fordi/nxengine-evo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NXEngine-evo

This is a somewhat rewrite/refactored version of nxengine It tends to be more portable and use cleaner code.

What done:

  • Port to SDL2 ( thanks to https://github.com/PIlin/NXEngine-iOS )
  • More resolutions and widescreen support up to FullHD (thanks to https://github.com/EXL/NXEngine )
  • Fullscreen for any resolution
  • Gamepad with force-feedback support.
  • Header-dependency hell cleaned up. No more autogenerated headers
  • Cleaned up nx.h
  • Lists/maps from haiku replaced with std::vector/map
  • smalfont -> smallfont
  • removed built-in data extractor
  • removed replays, as they were buggy/not implemented anyway

Look in TODO for upcoming features

May (and most definitely) contain bugs.

About

nxengine refactoring

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 93.1%
  • C 6.1%
  • CMake 0.8%