All Projects → ArcaneDreams → ArcaneManagedFbx

ArcaneDreams / ArcaneManagedFbx

Licence: MIT license
C# and .NET Framework wrapper for the Autodesk FBX SDK written in C++/CLI (managed C++).

Programming Languages

C++
36643 projects - #6 most used programming language
c
50402 projects - #5 most used programming language
C#
18002 projects

Projects that are alternatives of or similar to ArcaneManagedFbx

Lambdaparser
Runtime parser for string expressions (formulas, method calls). Builds dynamic LINQ expression tree and compiles it to lambda delegate.
Stars: ✭ 187 (+419.44%)
Mutual labels:  dot-net
natsu-clr
il2cpp transpiler and runtime compatible with .Net Core
Stars: ✭ 76 (+111.11%)
Mutual labels:  clr
Awesome Dotnet
A collection of awesome .NET libraries, tools, frameworks and software
Stars: ✭ 14,026 (+38861.11%)
Mutual labels:  clr
Cms
SS CMS 基于 .NET Core,能够以最低的成本、最少的人力投入在最短的时间内架设一个功能齐全、性能优异、规模庞大并易于维护的网站平台。
Stars: ✭ 2,925 (+8025%)
Mutual labels:  dot-net
RazorSharp
Low-level utilities and tools for working with the CLR and memory.
Stars: ✭ 31 (-13.89%)
Mutual labels:  clr
adamwr
Implements https://arxiv.org/abs/1711.05101 AdamW optimizer, cosine learning rate scheduler and "Cyclical Learning Rates for Training Neural Networks" https://arxiv.org/abs/1506.01186 for PyTorch framework
Stars: ✭ 130 (+261.11%)
Mutual labels:  clr
Skiasharp
SkiaSharp is a cross-platform 2D graphics API for .NET platforms based on Google's Skia Graphics Library. It provides a comprehensive 2D API that can be used across mobile, server and desktop models to render images.
Stars: ✭ 2,493 (+6825%)
Mutual labels:  dot-net
Nopipeline
A Monogame Content Pipeline enhancer.
Stars: ✭ 152 (+322.22%)
Mutual labels:  monogame
clri
An unfinished CIL interpreter in Rust
Stars: ✭ 22 (-38.89%)
Mutual labels:  clr
Dotnetbook
.NET Platform Architecture book (English, Chinese, Russian)
Stars: ✭ 1,763 (+4797.22%)
Mutual labels:  clr
Meshdecimator
A mesh decimation library for .NET and Unity.
Stars: ✭ 249 (+591.67%)
Mutual labels:  dot-net
DotNET.jl
Julia ❤️ .NET
Stars: ✭ 75 (+108.33%)
Mutual labels:  clr
InMemoryNET
Exploring in-memory execution of .NET
Stars: ✭ 55 (+52.78%)
Mutual labels:  clr
Designpatterns
Simple repository containing one simple example for all existing patterns in C#
Stars: ✭ 231 (+541.67%)
Mutual labels:  dot-net
Pythonnet
Python for .NET is a package that gives Python programmers nearly seamless integration with the .NET Common Language Runtime (CLR) and provides a powerful application scripting tool for .NET developers.
Stars: ✭ 2,873 (+7880.56%)
Mutual labels:  clr
Telerik Academy
Course exercises | Telerik Academy 2013/2014 | Martin Nikolov
Stars: ✭ 186 (+416.67%)
Mutual labels:  dot-net
clr-loader
Loader for different .NET runtimes
Stars: ✭ 16 (-55.56%)
Mutual labels:  clr
FineCodeCoverage
Visualize unit test code coverage easily for free in Visual Studio Community Edition (and other editions too)
Stars: ✭ 391 (+986.11%)
Mutual labels:  dot-net
Zombusters
🕹️ A retro style zombies shooter with cool isometric pixel art for Windows and MacOS
Stars: ✭ 41 (+13.89%)
Mutual labels:  monogame
DLL-Injector
Inject and detour DLLs and program functions both managed and unmanaged in other programs, written (almost) purely in C#. [Not maintained].
Stars: ✭ 29 (-19.44%)
Mutual labels:  clr

arcmanagedfbx

Description

A managed common-language runtime wrapper for the Autodesk FBX SDK. Enables developers writing in C# or any other .NET supported language to work with the FBX SDK, without having to use any other aspect of the CLR's platform invocation services.

Features

  • Import and save scenes.
  • Modify cameras, attributes, nodes and more.
  • Comprehensive one-to-one type wrapper of most of the documented types and interfaces.

Roadmap

  • Integrate support for FBX SDK 2019.5
  • Upgrade to Visual Studio 2019
  • Add support for .NET Core 3.1 (only compatible with Windows)

Requirements

Purpose

  • To be used in conjunction with MonoGame for importing the FBX file asset type and retrieving more indepth information about files imported through the API.

Contributors

This project is looking for frequent contributors. It has proven to be popular, but unfortunately I don't have as much spare time as I would like to support this project.

Email: [email protected]

Shoutout

https://github.com/returnString/ManagedFBX

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].