🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

Advertisement

Latest c++17 Activity

C++17 Allocators

a light breeze said:

That's not actually what's happening. Your code creates an object with position (0, 0) and size (32, 32). If you look at the debugger, the object at position 1 has position (32, 32) and size (0, 0). So you have the first object constructed to straddle the boundary between positi…

5,272 views
Advertisement

https://github.com/fwsGonzo/rvscript

This script requires compiling ahead of time. If that is not for you, then you should still be using LuaJIT or v8.

If you like the thought of being able to use C++, Rust, Zig (or any other language capable of producing RISC-V binaries) as script for your game eng…

3,708 views
Advertisement
Advertisement