anchovy 0.6.2
Set of multimedia libraries for games and gui applications
To use this package, run the following command in your project's root directory:
Manual usage
Put the following dependency into your project's dependences section:
This package provides sub packages which can be used individually:
anchovy:example01 - Example application that uses anchovy library
#Anchovy
Set of multimedia libraries for games and gui applications. Currently in active development, so usage in big projects is not recomended. API can change with every version.
##Structure:
- anchovy.core - basic interfaces.
- anchovy.utils - additional helpers.
- anchovy.graphics - windows and rendering.
- anchovy.gui - skinnable graphical interface. The only usable package right now.
##Dependencies:
- dlib - vectors and matrixes
- sdlang-d - gui markup files are stored in .sdl files
- derelict-fi - for image loading (may be replaced by dlib image loader in the future).
- derelict-ft - font rendering
- derelict-gl3 - OpenGL renderer
- derelict-glfw3 - window creation, input handling
- derelict-sdl2 - window creation, input handling (abandoned)
- derelict-util - used by other derelict packages
##Contributing: Any improvements, bug reports, feature-requests are highly appreciated.
##Building ###Windows and linux
Now the library can be built with dub.
To use in your project put a dependency like:
"dependencies": {
"anchovy": ">=0.6.1"
}
To build example application execute in root folder:
dub build anchovy:example01 --build=debug --nodeps
In order to run compiled example you will need to download resourses from latest release and install libraries if you are on linux. (glfw3, freetype, freeimage)
- Registered by MrSmith33
- 0.6.2 released 10 years ago
- MrSmith33/anchovy
- github.com/MrSmith33/anchovy
- BSL-1.0
- Authors:
- Sub packages:
- anchovy:example01
- Dependencies:
- dlib, derelict-gl3, sdlang-d, derelict-ft, derelict-glfw3, derelict-sdl2, derelict-fi
- Versions:
-
0.8.3 2015-Dec-19 0.8.2 2015-Nov-07 0.8.1 2015-Sep-05 0.8.0 2015-Jul-18 0.7.1 2014-Oct-23 - Download Stats:
-
-
0 downloads today
-
0 downloads this week
-
0 downloads this month
-
953 downloads total
-
- Score:
- 1.7
- Short URL:
- anchovy.dub.pm