{"id":24599853,"url":"https://github.com/greenya/irrlichtlime","last_synced_at":"2025-04-30T18:24:11.717Z","repository":{"id":263594328,"uuid":"189318871","full_name":"greenya/irrlichtlime","owner":"greenya","description":".NET wrapper for Irrlicht Engine","archived":false,"fork":false,"pushed_at":"2019-06-23T13:57:35.000Z","size":119472,"stargazers_count":22,"open_issues_count":3,"forks_count":7,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-30T18:43:59.985Z","etag":null,"topics":["3d","3d-engine","3d-graphics","cpp","csharp","dotnet","graphics","windows","wrapper"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"zlib","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/greenya.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGES.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-05-30T00:38:26.000Z","updated_at":"2025-02-18T01:32:54.000Z","dependencies_parsed_at":"2024-11-19T12:48:09.085Z","dependency_job_id":null,"html_url":"https://github.com/greenya/irrlichtlime","commit_stats":null,"previous_names":["greenya/irrlichtlime"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/greenya%2Firrlichtlime","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/greenya%2Firrlichtlime/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/greenya%2Firrlichtlime/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/greenya%2Firrlichtlime/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/greenya","download_url":"https://codeload.github.com/greenya/irrlichtlime/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251759071,"owners_count":21639166,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["3d","3d-engine","3d-graphics","cpp","csharp","dotnet","graphics","windows","wrapper"],"created_at":"2025-01-24T13:17:47.368Z","updated_at":"2025-04-30T18:24:11.686Z","avatar_url":"https://github.com/greenya.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# The Irrlicht Lime SDK version 1.6\n\nThe Irrlicht Lime (or simply \"Lime\") is a .NET wrapper for the [Irrlicht Engine](http://irrlicht.sourceforge.net). It wraps most of the API available in native library, easily allowing you to use 2D/3D graphics in your application, written in C#, VB.NET or other .NET language.\n\nCurrently Lime is being develop under Visual Studio 2019 with .NET Framework 4.0. It includes bunch of examples and IntelliSense documentation.\n\nLime is not a distinct \"engine\", it is a wrapper with almost the same architecture whitch native Irrlicht Engine has. You do not need to download/compile Irrlicht Engine, as wrapper already has it and ready to be used straight from the box.\n\n#### Table of Contents\n\n* [How to Start](#how-to-start)\n* [Directory Structure Overview](#directory-structure-overview)\n* [Release Notes](#release-notes)\n* [License](#license)\n* [Links](#links)\n\n## How to Start\n\nTo see wrapper in action, go to `bin` folder and run some examples.\n\nTo start developing your own applications, all you need is to add a reference on `IrrlichtLime.dll` to your .NET project.\nWhen running your application, make sure that `IrrlichtLime.dll` and `Irrlicht.dll` are placed near your executable.\nPlease note `Irrlicht.dll` will not be copied to output folder automatically, as it is native DLL.\n\nThe wrapper requires [Microsoft .NET Framework 4.0](https://www.microsoft.com/en-us/download/details.aspx?id=17851) to be installed.\nAlso if you get `FileNotFoundException` while running any example, you need to install\n[Microsoft Visual C++ Redistributable Package](https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads).\n\nThe solution file `IrrlichtLime.sln` can be opened using [Visual Studio 2019](https://visualstudio.microsoft.com/vs/)\nCommunity Edition (its free).\n\n## Directory Structure Overview\n\nDirectory | Description\n--- | ---\n`bin` | This is the output directory. When you compile Lime and its examples, it fills with binaries.\n`examples` | Directory with examples of usage. The examples starting straight with a number are examples from Irrlicht Engine SDK ported from C++ to C#. Other ones (starting with `L`) are Lime native examples.\n`irrlicht` | Contains Irrlicht Engine SDK used for compiling Lime. It has `README.md` file describing which exact version of the Irrlicht Engine SDK is used. Sub folders stores necessary files: `lib`, `include` and `dll`.\n`media` | Media resources for the examples.\n`source` | Source code of the Irrlicht Lime.\n\n## Release Notes\n\nInformations about changes can be found in `CHANGES.md`.\n\nPlease note that the textures, 3D models and levels are copyright by their authors and not covered by the Irrlicht Lime license.\n\n## License\n\nThe license of the Irrlicht Lime is based on the zlib/libpng license.\nEven though this license does not require you to mention that you are using the Irrlicht Lime in your product,\nan acknowledgement would be highly appreciated.\n\nSee `LICENSE` file.\n\n## Links\n\n* [Project on GitHub](https://github.com/greenya/irrlichtlime)\n* [Issues, bugs, feature requests](https://github.com/greenya/irrlichtlime/issues)\n* [Discussion thread on official Irrlicht Engine forum](http://irrlicht.sourceforge.net/forum/viewtopic.php?f=6\u0026t=38512)\n* [Playlist on YouTube](https://www.youtube.com/playlist?list=PL6AFEBCA167138B03)\n* [Old project on SourceForge](https://sourceforge.net/projects/irrlichtlime/) (with previous releases)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgreenya%2Firrlichtlime","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgreenya%2Firrlichtlime","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgreenya%2Firrlichtlime/lists"}