Immediate-Mode-UI / Nuklear

A single-header ANSI C immediate mode cross-platform GUI library
https://immediate-mode-ui.github.io/Nuklear/doc/index.html
Other
9.06k stars 542 forks source link

Backend: Nuklear Unity Loader #536

Open oistikbal opened 1 year ago

oistikbal commented 1 year ago

Hi, İ imported Nuklear for Unity. There are currently 4 repos. The main loader is a library with an API to create another library to load in Unity. The other 2 package repos are for the interaction with the unity.

it's currently hardcoded to directx 11 but it will be updated in time.

https://github.com/Chutpot

dumblob commented 1 year ago

Thanks!

  1. Please make a PR to this repo adding a link to your project to the readme.
  2. Take a look at the future of Nuklear integration into bigger projects & IDEs - https://github.com/Immediate-Mode-UI/Nuklear/pull/462 .
oistikbal commented 1 year ago

I'm confused right now what to support, i realized that i could easily use NuklearDotNet wrapper directly in my project, it is still like a c api but it can be used.

The upper ui get called in c++ and the other at one c#. 4123214

dumblob commented 1 year ago

Yep, that is the flexibility a pure C architecture offers :wink:.

RobLoach commented 1 year ago

Maybe link this in the Integrations page in the wiki? https://github.com/Immediate-Mode-UI/Nuklear/wiki/Integrations