pawbyte / Game-Pencil-Engine-Editor

Game Pencil Engine a game engine written from the ground up.
https://gamepencil.net/
MIT License
100 stars 20 forks source link

Support Multiple World Languages in editor #10

Open nhurde opened 6 years ago

nhurde commented 6 years ago

Starting languages would be Spanish, French, German and Arabic.

This is a huge amount of work, especially as it may require a new parsing mechanism for handling fonts as many fonts only support one language or so and some languages require wide-character strings which is currently not supported in the Editor's Engine at all.

nhurde commented 3 months ago

I will move this over to Summer 2024 as this will involved changing encodings and/or from the std::string class if needed. Also some of the modules such as sdl2_fonts will definitely need to be redone for this.