bincrafters / community

Central repository for issues and recipes
http://bincrafters.readthedocs.io/en/latest/
MIT License
218 stars 36 forks source link

Inclusion Request: dimension3d #1442

Open TheFloatingBrain opened 2 years ago

TheFloatingBrain commented 2 years ago

Package Details

Inclusion request

Checklist for the Bincrafters team

Comments

Library is new but seems like it could potentially be a great introduction for 3d game programming in a simple style similar to SFML

NOTE: I edited conandata.yml for the imgui-sfml recipe to use the docking branch so it will work with dimension3d which needs it, I tested this with the code in this gist using conan and the and recipe I made.

Croydon commented 2 years ago

This inclusion request template is mostly outdated. It still exists from a time when we used individual repositories for every recipe. Now, where we have this central repository, people can just open pull requests with new recipes. Please do so.

I noticed that you haven't checked the checkbox regarding the MIT license. Please note, that all of our recipes and related files are MIT-licensed and we only accept MIT licensed contributions.

Croydon commented 2 years ago

Note: When this relies on some special version of imgui-sfml then you first need to create a pull request against this recipe to add a new version.

TheFloatingBrain commented 2 years ago

This inclusion request template is mostly outdated. It still exists from a time when we used individual repositories for every recipe. Now, where we have this central repository, people can just open pull requests with new recipes. Please do so.

Oh sorry about that haha, it just came up when I was making the issue

I noticed that you haven't checked the checkbox regarding the MIT license. Please note, that all of our recipes and related files are MIT-licensed and we only accept MIT licensed contributions.

Oh I can do that, just haven't added it yet

Note: When this relies on some special version of imgui-sfml then you first need to create a pull request against this recipe to add a new version.

Okay, I will add a configuration to conandata.yml for the imgui docking branch (I will just make the version docking).

I had a couple of questions for when I do: