Coder Social home page Coder Social logo

ork's People

Contributors

larsflaeten avatar

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar

ork's Issues

cpuMeshModificationDirect unit test not passing

what's wrong here?
cpuMeshModificationDirect... ERROR [ASSERTION] Assertion failed usage != CPU (file e:\xuni\proland-4.0\ork-master\ork\render\mesh.h line 330)

template<class vertex, class index>
Mesh<vertex, index>::Mesh(MeshMode m, MeshUsage usage, int vertexCount, int indiceCount) :
    Object("Mesh"), usage(usage), vertexBuffer(NULL), indexBuffer(NULL), created(false), m(m), buffers(new MeshBuffers())
{
	// Lars added check since CPU mesh(VB) does not allways work:
	// Block this until CPUBuffers are fixed
    // TODO: Remove when CPUBuffers have been fixed
    assert(usage != CPU);
    vertices = new vertex[vertexCount];
    verticesLength = vertexCount;
    verticesCount = 0;
    indices = new index[indiceCount];
    indicesLength = indiceCount;
    indicesCount = 0;
    primitiveRestart = -1;
    patchVertices = 0;
    vertexDataHasChanged = true;
    indexDataHasChanged = true;
}

Basic Question.

i don't know where else is the better place to ask so i asking here.
well basically my question is regarding license.
well according site i found here
https://gforge.inria.fr/forum/forum.php?forum_id=8337
it say ork is LGPL licensed.

but in this repository its looks like the ork is BSD 3 Licensed, so i was confused,
which one is the right one exxactly?

thanks in advance

Build on macos hight sierra 10.13.4

According to <Installation.txt>, I installed the dependiences with brew install.
Then mkdir build -> cd build -> cmake ..
No errors, I compile with make
It stopped with the error: Object.h:53:10: fatal error: 'tr1/memory' file not found

Any suggestion?

Test on Ubuntu 16.04

Hi,
I give ORK a shot on my linux computer that runs Ubuntu 16.04 with nvidia-375.66 driver for my GTX 650 Ti Boost card. CMake generates the makefile successfully, and I was able to make the build.

However, I can only run "ork-examples minimal", and got an error upon exiting the program, terminal says:
freeglut ERROR: Function called without first calling 'glutInit'.
"ork-test all" shows the same error.

ORK won't run if I switch driver back to the X.org one ( xserver-xorg-video-nouveau )...

How to build with Windows?

Hi,

What is the platform tested for succesful build? I am running Windows 10 Pro, and trying to build the project with Visual Studio 2013. I was not able to fix various CMake issues to have it generate Visual Studio solution file. CMake runs fine and generate makefiles on Linux, but I don't have a good video adapter to test it on linux machine. What do you recommend? Cmake could not find GLFW package with Visual C++ 2013. Can MinGW do it? What is the easiest way to try ORK and Proland? I might have access to a Ubuntu 16 machine that equpped with a better GPU. Would that be an ideal platform to try it?

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.