magnum-examples icon indicating copy to clipboard operation
magnum-examples copied to clipboard

Examples for the Magnum C++11 graphics engine

Results 14 magnum-examples issues
Sort by recently updated
recently updated
newest added

The final piece of porting away from the old Travis builds. Things to do: - [ ] FAILED TO NOTIFY PROJECT EVALUATION LISTENER. Goddamit, Gradle, you're a pain. - [...

Hi, I just did a build of Platform::EmscriptenApplication and it works just fine with the default "myApplication" project and the triangle example, displaying them correctly in the browser. However, I...

Hello, Sorry if this not the correct place to ask this as I could not find a Magnum Slack channel or Discord server so I am not sure where the...

Hi, I don't know if I've done something wrong, most likely have, but I'm trying to build this repo after using VCPKG. 1. I used VCPKG to install the magnum...

Hi there! Here is my FEM simulation example: The simulations run in real-time frame rate. If disabled vsync, for the long-bar scene my desktop can run at around 570fps and...

Change the frustum clip distance. The current 'far' clip is too small, thus some large objects can be cut off.

I've been meaning to get back into learning Magnum, and what better way than to learn than to help make some examples! I saw that this was a desired sub...

Hi @mosra, as promised, with open sourcing of https://github.com/vhiterabbit/emscripten-webxr, here's a Magnum example. This week, the first two browsers with support for the stable specification of the WebXR Device API...

changelog mention added

Hi @mosra ! Finally! The octree implementation, @ACapo and I started working on last year, is working! There is merely some cleanup left, especially on the MagnumExtras side, but I'm...

Showcase of mosra/magnum#168. Basically showing a model in two windows, one with `Phong` shading, one wireframe. TODO: - [ ] Mention in docs - [ ] Enable building of the...