Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 1.04 KB

TODO.md

File metadata and controls

29 lines (18 loc) · 1.04 KB

THINGS TO DO

The items in this list are not in any particular order.

GRAPHICS:

  • Improve rendering performance
  • Improve frame rate stability

SOUND:

  • Improve square-wave sound synthesis
  • Change sound synthesis to be able to generate the same kinds of sounds that the GameBoy Color is capable of

DATA:

PROJECT STRUCTURE:

  • Replace all absolute paths with macros. For example the SDL2 path should not point to the specific directory in my computer as it currently does
  • Remove from build all experimental and old unused internal APIs to prevent bloating of the final product

COMPATIBILITY:

  • Attempt to make the library cross-platform, most importantly by removing the Windows API dependency, so that in the future it can be built on Linux and MacOS.