arrow-x86.bsky.social
arrow-x86.bsky.social
@arrow-x86.bsky.social
is this a character action game? looks sick
January 26, 2025 at 10:35 PM
I used your icons in a plugin I am working on, very pretty made want to work on it more
January 23, 2025 at 4:03 PM
I know that C++ and C# have what I need, and that is my point, but we are now stuck with a custom scripting language (this used to send shivers down game dev spines) that is eating up precious resources (time and money)
January 22, 2025 at 2:03 PM
namespaces (I am working on a plugin, and the global namespace is a mess), get_class() to work and to get me the class_name, static enums, interfaces, public/private members, lightweight structs, ability to allocate on the stack, macros (compile time execution) any error handling
January 22, 2025 at 1:59 PM