[Bug?] QWERTZ Keyboard and a Hello from me!
Hello great community and members of Esenthel!
I´m from germany and speaks a litte bit english.
I hope you can understand my bad english :-)
I´m really impressed of the power of the engine.
I tried many engines, like Irrlicht3D + PhysX , Havok, Unity3D, C4...
and found NeoAxis. Its cheap and good and fast ( C # ) , but..
Esenthel is the best engine I found ! Its very cheap and really fast,
has lots of samples and is well designed. Also its in C++ :-)
I´m so scared about the power of this engine, so I decided I will buy it
so fast I can :-)
As good as the engine is, I think I found a small bug.
In the Camera.cpp example file
( Source\Advanced\1 - Geometry, Graphics, Gui, Misc, Net, Sound\Geometry )
I can rotate the camera with Y instead of Z
( German Keyboard is a QWERTZ Keyboard ).
I added
App.lang = EE::LANG_GERMAN;
Kb.layout(KB_QWERTZ);
in InitPre(), but it also doesent work correct.
The special characters, like € öäü ß etc.. dosent show
correctly in 02 - Input.cpp. I know its not a bug, it is the
format char , and char is limited to 255 bytes, but when i try
to convert it to int --> to char16 it doesent work too.
Which mistake is it?
I hope you can help me with this litte "bug", ... if is it a bug.. or is it me?
I have one question, how many devolper programm
the Esenthel engine? I read, it is still only one man! Is it true?
Greetings,
T3rr4Byt3
|