Sparky
Sparky copied to clipboard
Cross-Platform High Performance 2D/3D game engine for people like me who like to write code.
can any one help my font draws black blocks they are the right shapes for each letter but there is no visible letter in them . link to discussion and...
Hello, I'm just trying to get this to run so I could check it out more and see if I really want to follow all these videos to get to...
Reference: https://github.com/g-truc/glm/blob/416fa93e42f8fe1d85a93888a113fecd79e01453/glm/ext/matrix_clip_space.inl#L238-L252
cling based C++ as scripting language / hot code reload Why? Able to run C++ script in runtime or compile it for max speed ( as in example https://github.com/derofim/cling-cmake )...
Where can I find help about my code?
As I continue the #112 issue. Please refer to it for more informations. I'm not gonna to rewrite what was already write. I just have to add that i started...
- Re-targeted solution to latest WindowsTargetPlatformVersion. - Updated gitignore - Fixed CLI where I could
Re-targeted solution, updated gitignore and fixed some broken CLI code where I could.
I am aware of the how and why function definitions are exported to DLLs in Windows using `__declspec()`. However, I don't seem to know how it is done on non-Windows...
Added some extra window events, and added missing event to_string functions in Log.h Also fixed ResizeWindowEvent to WindowResizeEvent (matches the naming convention better)