Skip to content

Repository files navigation

UnifiedEngine v0.0.4

Build Status

Simple open source game development kit.

Minimal Example

#include<unified.hpp>usingnamespaceUnified;classExample : publicApplication
{
public:virtualboolOnUpdate(Time) override {
returnpoll_events();
}
};
Application *Unified::CreateApplication() {
returnnewExample();
}

Dependencies

About

Simple open source GDK

Resources

Stars

0 stars

Watchers

2 watching

Forks

Releases

Contributors

Languages