Coder Social home page Coder Social logo

d-sfml-project-template's Introduction

D/SFML project template

This is a project template for D and SFML multimedia library with DUB. It does static linking with libraries.

Check out the dub.json for configuration example.

Required toolchain

  • D compiler
  • DUB package manager

Dependencies

D uses the bindbc-sfml packages. It is handled by DUB automatically. Please, ensure you have SFML library installed on your system.

Linux

sudo apt install libsfml-dev libcsfml-dev

MacOS

brew install sfml csfml

Windows

  1. Download CSFML library for Windows.
  2. Copy all lib/mvsc/*.lib files to your working directory along side source and dub.json
  3. Copy all bin/*.dll binaries to your executable folder. In this case it is bin along side source and dub.json

Modify your config file

// dub.json
"dependencies": {
   "bindbc-sfml": "~>1.0.2"
},
"versions": [
   "BindSFML_Static", "SFML_Audio", "SFML_Graphics", "SFML_Network", "SFML_System", "SFML_Window"
],
"libs": [
   "csfml-audio", "csfml-graphics", "csfml-network", "csfml-system", "csfml-window"
]
// dub.sdl
dependency "bindbc-sfml" version="~>1.0.2"
versions "BindSFML_Static" "SFML_Audio" "SFML_Graphics" "SFML_Network" "SFML_System" "SFML_Window"
libs "csfml-audio" "csfml-graphics" "csfml-network" "csfml-system" "csfml-window"

Compiling and running

dub --build=release

--build=release is optional. Simply dub will compile and run the project automatically.

LICENSE

All code is licensed under BSL software license.

d-sfml-project-template's People

Contributors

rillki avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.