Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - egorpugin

Pages: [1]
1
General discussions / Re: SFML at C++ Archive Network
« on: September 14, 2016, 08:42:18 pm »
Fully configurable and fully cached.

Also on the roadmap ability to download precompiled binaries (e.g. from bintray.com) in case you would not like to wait the compilation of all dependencies. Of course with maximum possible security.
But this is the topic of next 3-6 months.

2
General discussions / Re: SFML at C++ Archive Network
« on: September 13, 2016, 10:52:47 pm »
Maybe, but... the name was taken to follow CPAN, CRAN, CTAN :)

3
General discussions / SFML at C++ Archive Network
« on: September 13, 2016, 08:54:54 pm »
Hi,

I'm developing C++ dependency (package) manager: C++ Archive Network (CPPAN) - https://cppan.org/
I've added SFML there: https://cppan.org/search?q=sfml
https://cppan.org/pvt.cppan.demo.sfml.graphics/version/2.4.0
With CPPAN you can very easily add dependencies to your projects and even write one-file projects (like scripts) without separate build system configs.

An example of usage SFML+CPPAN can be found in this video:

Briefly, download CPPAN client, put it to PATH, run 'cppan --build myfile.cpp'.
To include CPPAN deps into your CMake project, check out cppan docs.

Pages: [1]
anything