Patric Dexheimer
Patric Dexheimer
On Windows 10 / x64 First, it was giving me errors related to not finding LLVMBuild.txt file. After reading thought some issues it leave me to the problem related to...
(I´m Rust noob so bear with me) Any particular reason to make Raylib functions be `&mut self` instead of `&self`, since it didn´t have any state ? I found it...
Odin Report: ``` Odin: dev-2021-11-nightly:bb7703fc OS: Windows 10 Professional (version: 20H2), build 19042.1348 CPU: AMD Ryzen 5 1600 Six-Core Processor RAM: 16314 MiB ``` Error example ``` package main import...
Odin report: ``` Odin: dev-2021-11-nightly:bb7703fc OS: Windows 10 Professional (version: 20H2), build 19042.1348 CPU: AMD Ryzen 5 1600 Six-Core Processor RAM: 16314 MiB ``` Error example: ``` package main; import...
Ex: https://grimfang4.github.io/sdl-gpu/group__Matrix.html#gade743878952f9ee846e6b84bd1b8c471 GPU_Multiply4x4 don't exists anymore GPU_MatrixMultiply is the right function
I tried to create bindings for libuv, so: `uv.dpp` ```d module uv; #include "libuv/uv.h" ``` `d++ --preprocess-only uv.dpp` It start running with 200+-mb of memory usage, no errors. Then it...
( Windows 10 x64 , ldc --v 1.18.0 ) 1) Just to report that I was able to make a D+SDL2+BGFX hello world using DPP to create the bidings o/...
Same as #202 `
Minimal example (without the imports) ``` class MyClass{ this(){ } }; struct MyStruct{ }; void main(){ auto lua = new LuaState; lua.openLibs(); lua["MyClass"] = lua.registerType!MyClass(); lua["MyStruct"] = lua.registerType!MyStruct(); lua.doString("local x...
``` [ "#{key} : ? " for key of @_params] ``` Causes incorrect code highlighting