No description
Find a file
2017-06-07 13:51:26 -04:00
assets/shaders Adding dx9 shaders again. 2017-05-29 23:40:43 -07:00
doc Updates for samples. 2017-04-14 09:22:03 -04:00
examples Updating bgfx and bx. 2017-06-07 13:51:26 -04:00
platforms Revert "Adding html5 submodule." 2017-05-17 19:55:35 -04:00
src Updating bgfx and bx. 2017-06-07 13:51:26 -04:00
tools/texture_packer/tinydeflate Cherry picking one. 2017-05-23 19:28:23 -04:00
vendor Updating bgfx and bx. 2017-06-07 13:51:26 -04:00
.gitignore Updates for samples. 2017-04-14 09:22:03 -04:00
.gitmodules Revert "HTML5 Backend." 2017-05-17 19:55:37 -04:00
.travis.yml Update .travis.yml 2017-03-26 13:32:59 -04:00
appveyor.yml Adding debug / verbose flags for nimble. 2017-03-24 11:36:06 -04:00
build.sh Adding build.sh for building docker image. 2017-05-07 23:11:17 -04:00
Dockerfile Removing GENie as submodule, fixing Dockerfile. 2017-05-14 09:42:12 -04:00
frag.nimble Adding NanoVG example. 2017-05-13 08:46:39 -04:00
LICENSE Adding license. 2017-03-21 16:30:38 -04:00
README.md Merge pull request #26 from FedericoCeratto/patch-1 2017-05-01 06:40:28 -04:00

FRAGFRAG

Framework for Rather Awesome Games Build Status Join the chat at https://gitter.im/fragworks/frag

Home page and installation instructions

FRAG is a game creation framework being developed using the Nim programming language, and is currently in pre-alpha status. The immediate development focus for FRAG is supporting the creation of 2D mobile and desktop games. Console support is planned for post-alpha releases of FRAG.

Support for 3D is planned for post-alpha releases of FRAG.

Tested for Desktop on:

  • OSX Sierra v10.12.1 (OpenGL 3.3)
  • Arch Linux
  • Windows 10 (DirectX 11)

Tested for Android on:

  • Samsung Galaxy S6 (arm64-v8a, OpenGL ES 2.0)

Dependencies for Desktop:

Some technical details about FRAG:

  • Planned support for a multitude of rendering backends via BGFX
  • SDL2
  • Immediate Mode GUI via Nuklear

Examples


Desktop


Hello World https://github.com/fragworks/frag/tree/master/examples/00-hello-world

Spritebatch https://github.com/fragworks/frag/tree/master/examples/01-sprite-batch

Audio

Input

Sprite Animation

https://github.com/fragworks/frag/tree/master/examples/04-sprite-animation

GUI

https://github.com/fragworks/frag/tree/master/examples/05-gui

Physics

https://github.com/fragworks/frag/tree/master/examples/06-physics

Spine

https://github.com/fragworks/frag/tree/master/examples/desktop/07-spine

Android


Hello World

https://github.com/fragworks/frag-android/blob/master/examples/00-hello-world/main.nim