deadcast2 / UltraEd

A WIP level editor/game engine for the Nintendo 64.
MIT License
132 stars 14 forks source link

what language is this? #152

Closed DriftWare07 closed 2 years ago

Byterset commented 2 years ago

You mean the programming language used? Mostly c and c++ but github also provides an overwiew of the languages used on the repo overview.

deadcast2 commented 2 years ago

Yeah @Byterset is correct. The editor is written in C++, the N64 engine components in C and the scripting language used inside the editor to program actors is C.

DriftWare07 commented 2 years ago

aw cool. Now i wish i knew c. Does it exports roms yet?

deadcast2 commented 2 years ago

Yeah UltraEd does export working ROMs that are runnable on the cen64 emulator, project 64 emulator, 64Drive cart and the EverDrive cart.