frag icon indicating copy to clipboard operation
frag copied to clipboard

A cross-platform 2D|3D game framework for the Nim programming language

Results 24 frag issues
Sort by recently updated
recently updated
newest added

I don't see any release tasks for linux in nake. I'm assuming it's on the way at some point?

Frag needs a Logo.

help wanted

2 options being explored - 1) Wrap existing C Spine runtime - Will force us to include Spine runtime license with project, but project can be optionally included with FRAG...

help wanted
feature

Need to integrate NanoVG for a HUD solution.

feature

Need a GUI submodule which should utilize Nuklear IMGUI

feature

We need 2d particle effects. https://github.com/bkaradzic/bgfx/blob/master/examples/32-particles/particles.cpp http://buildnewgames.com/particle-systems/ Not sure what the best way to do this is. The former is probably better for 3d particles and something like the latter...

help wanted
feature

Need to support loading the following formats : 1) https://www.codeandweb.com/texturepacker (JSON)

enhancement
help wanted

We need some kind of discussion board / forum for the website. We can discuss categories and shit later, but for now I'm thinking we just have an announcements section,...

help wanted

Currently spritebatch is just allocating transient buffers all willy nilly. Should call check first before allocating buffer.

bug