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

edit: I got the example to compile but when I run I now get: could not load: libbgfx-shared-lib(Debug|Release).so I downloaded frag git and installed with nimble. Docs say that will...

Build a sample game for android

help wanted

Support for tiled maps would be nice. Should support loading http://www.mapeditor.org/ maps.

help wanted
feature

Trying to link bgfx on ubuntu produces the following error : ``` Hint: [Link] Hint: operation successful (71798 lines compiled; 2.779 sec total; 208.863MiB peakmem; Debug Build) [SuccessX] Hint: /home/zc/projects/frag/examples/desktop/00-hello-world/main...

bug

We need some kind of web presence for FRAG. I don't really care how we do this - I'm thinking a github pages site would suffice. We're at the stage...

help wanted

Tiled map API is very basic. Add additional procs for - know / get the size (AABB) translate it on render? Also - provide way to render w/o calling begin...

Need an automated way of building android examples

enhancement

Spine stuff needs to get integrated somehow into the main project, probably as a submodule.

In systems such as iOS, Android, Wii U, etc. applications can be "paused" by the user (by exciting the app, pressing the home button, etc).Support to intercept these events is...

enhancement

See if docker can be used to ease production of shared libs for android.