Giter Site home page Giter Site logo

friduric / simple-opengl-image-library Goto Github PK

View Code? Open in Web Editor NEW
20.0 2.0 3.0 203 KB

Pre-built and working Simple OpenGL Image Library (SOIL) compatible with C++11 and Visual Studio 2015.

Home Page: http://www.lonesock.net/soil.html

License: MIT License

C 94.80% Objective-C 3.01% C++ 2.19%

simple-opengl-image-library's Introduction

About

Pre-built and working Simple OpenGL Image Library (SOIL) compatible with C++11. Compatible with Visual Studio 2015.

How to use

Add the "libs" and "include" folders to your project.

In Visual Studio (2010-2015) you also need to do the following:

  1. Project -> Properties -> VC++ Directories -> Add include to "Include Directories".

  2. Project -> Properties -> VC++ Directories -> Add libs to "Library Directories".

Alternatively:

  1. Project -> Properties -> C/C++ -> Add include to "Additional Include Directories".

  2. Project -> Properties -> Linker -> Add libs to "Additional Library Directories".

Include SOIL (#include <SOIL\SOIL.h>) whenever you need to use SOIL.

Other

This SOIL library correctly removes and solves the following (official SOIL lib) errors:

1>LINK : warning LNK4098: defaultlib 'MSVCRT' conflicts with use of other libs; use /NODEFAULTLIB:library

1>libSOIL.lib(stb_image_aug.o) : error LNK2019: unresolved external symbol __alloca referenced in function _stbi_zlib_decode_noheader_buffer

1>libSOIL.lib(image_helper.o) : error LNK2019: unresolved external symbol _sqrtf referenced in function _RGBE_to_RGBdivA2

1>SOIL.lib(stb_image_aug.o) : error LNK2019: unresolved external symbol __alloca referenced in function _stbi_zlib_decode_noheader_buffer

1>SOIL.lib(image_helper.o) : error LNK2019: unresolved external symbol _sqrtf referenced in function _RGBE_to_RGBdivA2

simple-opengl-image-library's People

Contributors

friduric avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  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.