🎉 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 factory Activity

/* public/include/MyClass.h */

class IMyThing : public IDisposable {
public:
  virtual void DoSomePublicThing() = 0;
protected:
  virtual ~IMyThing() {} // deliberately empty
};

DisposePtr<IMyThing> MakeMyThing(int someInitValue);
/* private/include/MyClass.h */

class CMyThing : public CDis…
4,924 views
Advertisement

Check out our OO web game engine.

https://www.otakhi.com/

https://www.otakhi.com/public/document

We allow users to wrap lower level code, scripts, and GUI components into Objects that can be shared online.

Our approach is top-down using UML which is more natual since object design requirement comes f…

7,445 views
danys
February 08, 2021 01:06 PM
Steampunk Mechanical Sound Effects Released - Bluezone Corporation

'Steampunk Mechanical Sound Effects' from Bluezone Corporation is a collection of 158 carefully recorded and designed steampunk sound effects and complex mechanisms. Available in 24 bit / 96 kHz wav format, this sound library was created with carefully sampled sources ( Factory machine sounds, rust…

10,612 views
Advertisement
Advertisement