Coder Social home page Coder Social logo

mohitsethi99 / assimp Goto Github PK

View Code? Open in Web Editor NEW

This project forked from kaiwu119/assimp_premake5

0.0 0.0 0.0 46.04 MB

C 12.12% Lua 0.02% Shell 0.15% Batchfile 0.06% CMake 2.31% Dockerfile 0.01% C++ 79.03% Python 3.16% JavaScript 0.03% Makefile 0.08% M4 0.10% HTML 1.07% Ada 0.47% Assembly 0.72% Pascal 0.29% C# 0.28% DIGITAL Command Language 0.01% Roff 0.02% Inno Setup 0.05% Rust 0.04%

assimp's Introduction

 refer to https://gist.github.com/Cannedfood/a71652022f066c8032f5a1c01919c55d
 make latest assimp version works, 2021.11.14

 Assimp project Directory Structure (make sure the Directory Structure is correct)
        xx/Assimp
          _config_headers/
            assimp/
              config.h
              revision.h
          premake5.lua
          assimp

 Use assimp in your project 
    1. include Assimp project in your project xx.lua
        include "xx/Assimp"

    2. Add includedirs
		includedirs
		{
			"yourPath/Assimp/assimp/include",
			"yourPath/Assimp/_config_headers/",
			"yourPath/Assimp/_config_headers/assimp"
		}
        
    3. Let assimp link to your project
 		links
		{
			"assimp"
		}

assimp's People

Contributors

mohitsethi99 avatar kaiwu119 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.