C++ Xaml based User Interface with Heavly modified IrrLicht

Announce new projects or updates of Irrlicht Engine related tools, games, and applications.
Also check the Wiki
Post Reply
JayD
Posts: 7
Joined: Sat May 26, 2018 8:29 am

C++ Xaml based User Interface with Heavly modified IrrLicht

Post by JayD »

Hi everyone

I'm written wpf like user interface with c++ clang ast parse based reflection with irrlicht backend.
In this modified irrlich(original version 1.8.1), the DirectX 11 was mainly concerned.
This is such a fun project, i do not think too seriously.

Implemented UI feature:
- Data binding
- Path based geometries
- All wpf basic control
- Item presenters
- Type converters
- Reflection 100% native c++, don't use python or other lang.
- Xaml parser ported OmniXaml to c++, but has several modification.
- Resource compiler
..etc

I'll drop ms property but clang can be compile with compatibility mode with msvc.

Project:

Code: Select all

https://github.com/JayDT/XUI
CuteAlien
Admin
Posts: 9628
Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:

Re: C++ Xaml based User Interface with Heavly modified IrrLi

Post by CuteAlien »

I'm not really familiar with WPF but sounds good :-)

I see a bunch of new classes in your Irrlicht. Anything there which you think should be put back in Irrlicht? Or maybe some bugfixes for us?
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
JayD
Posts: 7
Joined: Sat May 26, 2018 8:29 am

Re: C++ Xaml based User Interface with Heavly modified IrrLi

Post by JayD »

I will gladly help. There are a couple of things that are a bit hax solution but I can write these through.
If I get some guideline, I'll write some pull requests.

Is this the official git page irrlicht? "Https://github.com/zaki/irrlicht"
CuteAlien
Admin
Posts: 9628
Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:

Re: C++ Xaml based User Interface with Heavly modified IrrLi

Post by CuteAlien »

No git, we use svn. But if you found any bugs it already helps when you report them in the forum. No stress - just in case you got something :-)
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
Post Reply