pleonex / NitroDebugger

Remote debugger for Nintendo DS games
MIT License
30 stars 4 forks source link

Automatic UI Component generator #37

Open pleonex opened 9 years ago

pleonex commented 9 years ago

We want to get windows similar to desmume in linux for #33 IO Register.

We want to make that automatic, so reading all the public properties of an struct and checking its type we can know the type of variable to use. Furthermore using attributes we could get the description for the element.

The best way is using reflection + attributes in structs.

The types of Gtk# UI Components can be found here.

pleonex commented 9 years ago

This can be used for more things than registers viewer.

pleonex commented 9 years ago

@superfranci99 do you know more types to support apart from bool and enum for IO Registers?

pleonex commented 9 years ago

We need test for this issue before closing it.