frag
A 2D|3D game engine
Summary
| Latest Version | 0.1.0 |
|---|---|
| License | MIT |
| CI Status | Failing |
| Downloads | 0 |
| Last Indexed | 2026-08-31 07:15 |
Tags
Authors
- Zachary Carter
Installation
nimble install frag
choosenim install frag
git clone https://github.com/fragworks/frag
OS Compatibility
| Platform | Linux | macOS | Windows | FreeBSD | OpenBSD | NetBSD | Android | iOS | WASM | Embedded |
|---|---|---|---|---|---|---|---|---|---|---|
| frag | ✓ | ✓ | ✓ | - | - | - | ✓ | - | - | - |
Dependencies
| Package | Version | Optional |
|---|---|---|
| nim >= | 0.16.0 | No |
| sdl2 >= | 1.1 | No |
| stb_image >= | 1.2 | No |
| https://github.com/yglukhov/android.git | - | No |
| x11 >= | 1.0 | No |
| https://github.com/fragworks/nim-chipmunk.git | - | No |
| https://github.com/zacharycarter/bgfx.nim.git | - | No |
| https://github.com/zacharycarter/bgfx.extras.nim.git | - | No |
| sound >= | 0.1.0 | No |
| https://github.com/zacharycarter/nuklear-nim.git | - | No |
| https://github.com/zacharycarter/nanovg.nim.git | - | No |
| strfmt >= | 0.8.4 | No |
| https://github.com/zacharycarter/nimassimp.git | - | No |
Source
| Repository | https://github.com/fragworks/frag |
|---|---|
| Homepage | https://github.com/fragworks/frag |
| Registry Source | nimble_official |
README
FRAG
Framework for Rather Awesome Games
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: - Nim v0.16.1 - BGFX - SDL2 - SDL_image - Chipmunk2D (Optional)
Some technical details about FRAG:
Examples
Desktop




Android


