|
@@ -14,11 +14,15 @@
|
|
|
## Install
|
|
|
1. Install this repo
|
|
|
- `nimble install nodesnim` or `nimble install https://github.com/Ethosa/nodesnim.git`
|
|
|
-2. Download OpenGL, SDL2_image, SDL2_mixer and freeglut Runtime binaries for your OS
|
|
|
- - [SDL2](https://www.libsdl.org/download-2.0.php)
|
|
|
- - [SDL2_image](https://www.libsdl.org/projects/SDL_image/)
|
|
|
- - [SDL2_mixer](https://www.libsdl.org/projects/SDL_mixer/)
|
|
|
-3. Put Runtime binaries in the `.nimble/bin/` folder
|
|
|
+2. Install dependencies
|
|
|
+ - Linux (tested on Ubuntu and Mint):
|
|
|
+ - `sudo apt install -y freeglut3 freeglut3-dev`
|
|
|
+ - `sudo apt install --fix-missing -y libsdl2-dev libsdl2-image-dev libsdl2-mixer-dev`
|
|
|
+ - Windows / MacOS:
|
|
|
+ - [SDL2](https://www.libsdl.org/download-2.0.php)
|
|
|
+ - [SDL2_image](https://www.libsdl.org/projects/SDL_image/)
|
|
|
+ - [SDL2_mixer](https://www.libsdl.org/projects/SDL_mixer/)
|
|
|
+ - Put Runtime binaries in the `.nimble/bin/` folder
|
|
|
|
|
|
## Features
|
|
|
- Godot-like node system.
|