SnowfeetEngine icon indicating copy to clipboard operation
SnowfeetEngine copied to clipboard

C++ game engine

Results 2 SnowfeetEngine issues
Sort by recently updated
recently updated
newest added

To minimize collisions, native classes bound to Squirrel should be stored in namespaces (global tables). There might be a collision right now between tgui::RenderStep and sn::RenderStep :p (It didn't exploded...

enhancement

Due to "random" compilation order, inheriting a class defined in another file can fail. There should be a require() function like Lua that compiles a dependency file before the current...

enhancement