Is there a way to download Awesomium latest sdk or for visual studio 2015 since their website is down? I need it for a project I found for visual basic which Awesomium core and some functions are required..
Asked
Active
Viewed 1.5k times
5
-
Welcome to Stack Overflow. Please read the [About] and [Ask] pages soon. Note that a standard close reason is _Questions asking us to recommend or find a book, tool, software library, tutorial or other off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam._ This is basically asking us to find an off-site resource. – Jonathan Leffler Aug 16 '17 at 04:45
-
Try looking under http://http://wiki.awesomium.net/ and follow links. You may manage to find code to download (but the http://www.awesomium.com/download link leads to the "We're building something awesome" page with the option to sign up for emails. I note that the GitHub pages backing the site appear to have been last updated in 2016, which (I my estimation) bodes ill for the product — it's a long time not to be available. – Jonathan Leffler Aug 16 '17 at 04:51
-
1You could try writing an email to the address specified on the website. But I would strongly recommend to refactor your project and use an alternative like [CefGlue](https://bitbucket.org/xilium/xilium.cefglue/overview), [CefSharp](https://github.com/cefsharp/CefSharp) or [ChromiumFX](https://bitbucket.org/chromiumfx/chromiumfx) instead. – Sjoerd222888 Sep 01 '17 at 08:21
-
1@PspSetProcessPpmPolicy I would suggest [CEF](https://bitbucket.org/chromiumembedded/cef). The libraries I mentioned are basically just wrappers for CEF. – Sjoerd222888 Feb 15 '18 at 08:26
-
@PspSetProcessPpmPolicy I am not a legal person so I will not give any explicit legal advice. According to their web-site it is using a BSD-license. You may want to consult the [Wikipedia article about BSD-licences](https://en.wikipedia.org/wiki/BSD_licenses). – Sjoerd222888 Feb 16 '18 at 12:40
-
i have the install somewhere i believe. if youre still interested, reply to this. – BuddyRoach Jan 18 '20 at 03:51
3 Answers
12
Version 1.7.5 of the SDK is currently downloadable from the Wayback Machine:

Vaillancourt
- 1,380
- 1
- 11
- 42

Mike N.
- 1,662
- 1
- 13
- 19
-
Thank you, I was really looking for a downloadable file for so long. – evry1falls Jul 09 '21 at 19:06
2
While Awesomium is not maintained any longer a good alternative is CEF. It is a little more difficult to use to use but the documentation is quite extensive so you should get started easily. Questions get answered quite quickly on the official CEF forum according to my experience.

Sjoerd222888
- 3,228
- 3
- 31
- 64
0
Awesomium Sdk Version 1.6.6 for Win
http://markdownpad.com/download/awesomium_v1.6.6_sdk_win.exe

Wang Zhongwen
- 21
- 2