Danny Arends

Results 10 issues of Danny Arends

We should add all known file mime-types to [danode/mimetypes.d](https://github.com/DannyArends/DaNode/blob/master/danode/mimetypes.d)

enhancement

Long term goal to run [Bludit CMS](https://github.com/bludit/bludit) on DaNode

enhancement

https://github.com/DannyArends/DaNode/blob/b12e8950e90ffaf9f86f5cf6c72d0bd2e5f08d8f/danode/process.d#L188 This line of code I (un)comment a lot for, some weird reason, make it a command line switch !

Add nogc, nothrow to where we can. Additionally, by ref passing of the whole app structure into functions should be avoided.

enhancement

Add support for the following file formats: - PDB - protein data - WaveFront - 3DS - STL

enhancement

Implement a basic lighting system

enhancement

Use file stored triangle normals from the wavefront object

enhancement

On Android when minimizing the app, SDL sends out an SDL_RENDER_DEVICE_RESET when the returning to render after the app is closed and re-opened. The description of what should happen is:...

crash
sdl2
vulkan

Please follow **all the steps** described at https://mixomics-users.discourse.group/t/reproducible-example-to-clarify-issues/470 and next fill in the items below: ------------ 🐞 **Describe the bug:** Running the example code from the splsda function results in...

bug

For key bindings provided by the user of my engine, my code uses: ```D to!SDL_Keycode("SDLK_a"); ``` Up until version 1.2.4 this worked since SDL_Keycode was defined as: ```D enum SDL_Keycode...