Skip to content

codemeow/nesokia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nesokia

Nesokia is a collection of utilities designed to simplify routine tasks when working with NES assembly code using ca65.
The project is structured as a set of submodules, each dedicated to a specific task.

Current Modules

Each module provides its own documentation inside its respective subdirectory.

  • Header Reader (utils/ines/inspect)

    iNES/NES 2.0 headers reader

  • Header Generator (utils/ines/header)

    NES 2.0 ROM header generator

Todo

  • Tiles converter (utils/chr/convert)

    Image to CHR data/PAL data converter

  • Palette converter (utils/chr/palette)

    Converts .pal files into composite component for utils/chr/convert

    • PNG component output
    • Terminal colored ANSI output
    • Terminal text output
  • Easing data generator (utils/math/ease)

    Generates the data tables for easing functions (ex. Doner tool)

  • Extract shared component

Compile with rpath

Authors

License

This project is licensed under the MIT License.
See the LICENSE file for details.