A simple 2D game engine for Nim language.
For more information check home page.
- sdl2_nim package (v2.0.5.0 or newer).
- Runtime libraries for:
- SDL 2.0.5
- SDL_gfx 1.0.1
- SDL_image 2.0.1
- SDL_mixer 2.0.1
- SDL_ttf 2.0.14
Installation through Nimble:
nimble install nimgame2@#head
-d:release --opt:speed
- home page
- demos
- tutorials
- documentation
- ng2planetoids - first demo game.
- ng2gggrotto - Linux Game Jam 2017 entry.
- changed physics and logic systems
- platformer physics
- CoordInt type
- now collider module is autmatically included into the entity module
- group collider
- huge Tilemap optimizations
- various utility Tilemap procedures
- TextureGraphic.drawTiled
- GUI:
- GUIProgressBar
- widget actions
- various minor changes and upgrades
- Nim v0.17.0 transition
- documentation, snippets, and demos update
- second tutorial
- GUI:
- RadioGroup
- RadioButton
- IndexedImage
- PerspectiveImage
- TextureAtlas
- joysticks support
- window management procedures
- 4 new demos
- first tutorial
- camera property (Scene)
- new collision procedures
- reworked input
- Mosaic
- parallax property (Entity)
- TextField
- GUI:
- Widget
- Button
- TextInput
- 3 new demos
- home page, snippets, and documentation
- collider optimizations
- music playlists
- random procedures
- tilemaps
- tweens
- emitters
- various fixes
- 4 new demos
- base scene/entity system
- assets manager
- basic sound and music
- colliders (point, box, circle, line, and polygon)
- fonts (bitmap and TrueType) and text output
- keyboard and mouse input
- vector drawing procedures