metayan

Results 73 comments of metayan

After you get the system cleaned and running, you might find [this comment and thread about how to proceed](https://github.com/cbaggers/cepl/issues/305#issuecomment-470180635) after `(cepl:repl)` helpful. Also, I can warmly recommend [Portacle](https://portacle.github.io), which I...

If we see a window appear after `(cepl:repl)`, that's good. Now we just need to run something in it. ;) There are some examples in `cepl.examples` that can be used....

At first, the empty window doesn't have the decorations from macOS, so as long as we get a window up, we should be fine. (The decorations appear once the window...

I presume you got it running. ;^) We'd have to check with cbaggers why `cepl.examples` isn't in Quicklisp. Yet.

The [`transform-feedback`](https://github.com/cbaggers/cepl.examples/blob/6cac124f89efa956e19829ec9aa1d6e6d466c267/examples/transform-feedback.lisp) and [`moving-triangles`](https://github.com/cbaggers/cepl.examples/blob/6cac124f89efa956e19829ec9aa1d6e6d466c267/examples/moving-triangles.lisp) examples both name the pipeline `prog-1`, and if `transform-feedback` is run first, the issue appears afterwards in `moving-triangles`. It seems that once a [`transform-feedback`](https://github.com/cbaggers/cepl.examples/blob/6cac124f89efa956e19829ec9aa1d6e6d466c267/examples/transform-feedback.lisp#L48-L50) is used...

Did you get it to work? Can't replicate your issue on macOS at least.

No need to downgrade XUbuntu or get a padded room (but I do recognise the feeling). https://github.com/metayan/classimp/tree/assimp4 might help. Edit: **Not needed anymore - use the [dev](https://github.com/3b/classimp/tree/dev) branch of `classimp`**

A word of caution regarding the [classimp assimp4 branch](https://github.com/metayan/classimp/tree/assimp4) solution: It's just overriding the version check, and might break somewhere due to incompatibilities between assimp3 and assimp4. However, I've successfully...

The [dev](https://github.com/3b/classimp/tree/dev) branch of `classimp` has added support for `assimp` 4.x and 5.0. https://github.com/3b/classimp/commit/4adb5f0b88427ec2d74aa5adbc581064b124b446 ``` git clone -b dev [email protected]:3b/classimp.git ``` I have removed the [metayan/assimp4](https://github.com/metayan/classimp/tree/assimp4) branch, because it serves...