Английская Википедия:Construct (game engine)

Материал из Онлайн справочника
Перейти к навигацииПерейти к поиску

Шаблон:Short description Шаблон:Infobox software

Construct is an HTML5-based 2D video game engine developed by Scirra Ltd.[1][2] It is aimed primarily at non-programmers,[3] allowing quick creation of games through visual programming. First released as a GPL-licensed DirectX 9 game engine for Microsoft Windows with Python programming on October 27, 2007, it later became proprietary software with Construct 2, as well as switching its API technology from DirectX to NW.js and HTML5, as well as removing Python and adding JavaScript support and its plugin SDK in 2012,[4] and eventually switched to a subscription-based model as a web app.[5]

Features

Event system and behaviors

The primary method of programming games and applications in Construct is through 'event sheets', which are similar to source files used in programming languages. Each event sheet has a list of events, which contain conditional statements or triggers. Once these are met, actions or functions can be carried out.[6] Event logic such as OR and AND, as well as sub-events (representing scope) allow for sophisticated systems to be programmed without learning a comparatively more difficult programming language.[7] Groups can be used to enable and disable multiple events at once, and to organize events.[8]

Object instance selection

Unlike many traditional development environments, Construct eschews selecting specific instances of objects when adding events, in favor of filtering through all instances of an object type on screen. When adding events, the editor allows the user to specify conditions or checks that must be fulfilled by each object instance on the screen before the event will be added or run by it. Events can be chained together using sub-events, allowing for more complicated behaviors to be created.[9]

JavaScript

Construct 3 supports JavaScript as an optional scripting language which was announced in May 2019, citing the need to satisfy the advanced users' needs and popularity of existing workarounds.[5]

Supported platforms

The latest version of Construct supports many platforms to export to, such as web applications and playable advertisements, to dedicated programs and mobile apps.[10] Previous versions of Construct also supported other online platforms and storefronts, but have since been removed due to low use or service changes to the platform.

Construct Classic

Construct Classic can only export to .exe files, due to its reliance on DirectX.

Construct 2

HTML5 and storefronts

Construct 2's primary export platforms are HTML5 based. It claims support across Google Chrome, Firefox, Internet Explorer 9+, Safari 6+ and Opera 15+ on desktop browsers, and support for Safari in iOS 6+, Chrome and Firefox for Android, Windows Phone 8+, BlackBerry 10+ and Tizen.

Additionally, Construct 2 can export to several online marketplaces and platforms, including Facebook, the Chrome Web Store, the Firefox Marketplace, the Amazon Appstore, Construct Arcade (their own platform to host games made in Construct) and Kongregate.[11][12]

Native platforms

Construct has the ability to export to several platforms that provide offline and native application behavior: Windows, MacOS and both 32-bit and 64-bit Linux are supported by exporting to NW.js. Doing this will allow the user to incorporate several features that HTML5 applications do not normally support, such as file I/O.[11] On October 23, 2012, Scirra announced full support for exporting to Windows 8 Metro applications, including the incorporation of in-app purchases, 'snap' view states, roaming data, sharing, live tiles, touch input and accelerometer and inclinometer input.[13] Support for exporting to Windows 10 Universal apps was added on August 26, 2015.[14]

Construct handles native mobile support for iOS and Android by using Cordova.[15]

Consoles

On January 20, 2014, Scirra announced that Construct 2 would be receiving support for Nintendo's Wii U system.[16] Later that year, a plug-in was released to make Construct-based games compatible with the Nintendo Web Framework.

On April 13, 2016, Scirra announced that Construct 2's UWP support will allow publishing games to the Xbox One.[17]

Construct 3

HTML5

Construct 3 currently supports web embeds through HTML5, uploading to Facebook Instant Games, Construct Arcade, as well as being formatted to interactive advertisements.[18] It also originally had supported uploading to Kongregate, but it was removed on July 14, 2020, after Kongregate removed submitting new games to the platform.[19]

Native platforms & consoles

Construct 3 also supports exporting to Windows, MacOS and Linux through NW.js, Android and iOS through Cordova, and Windows Store through UWP. Construct 3's UWP support also allows exporting to Xbox One, and Xbox Series X and S through backwards compatibility.[18]

Release history

Construct Classic

Шаблон:Infobox software Construct Classic is the first major version of the Construct engine. Unlike its successors, it is a free and open source game engine using DirectX. Originally developed by a group of students,[20] it was first released on October 27, 2007, as version 0.8.[21] The most recent release is r2, released on February 5, 2012.[22]

This version largely defined the software's visual programming language and separately supported Python scripting.[23]

Construct Classic was discontinued on April 20, 2013, to allow the development team to focus more on Construct 2.[24]

Construct 2

Шаблон:Infobox software

Construct 2 is the second major release of the Construct engine. Major changes include DirectX being replaced with NW.js, allowing projects to be exported to platforms other than Microsoft Windows, including HTML5, Mac OS and Linux. The licensing system also moved from GPLv2 to a proprietary license with a free version available for download.[25]

Construct 2 entered public beta on February 4, 2011,[26][1] and was launched on August 22, 2011.[27]

During 2012, Python scripting was retired, citing complications with running Python in browsers and general complexity of maintaining a compatible scripting system.[4] A JavaScript SDK for plugins was introduced as a replacement.[28]

As of May 2019, Construct 2 continues to be maintained and improved alongside Construct 3 development.[29]

Sales of new licenses were retired on July 1, 2020.[30]

Steam version

On October 18, 2012, Construct 2 was submitted to Steam Greenlight.[31] Construct 2 was in the first batch of software titles to be greenlit[32] on November 30, 2012. On January 26, 2013, Construct 2 was the second software title from Steam Greenlight to be launched on Steam.[33]

On January 17, 2019, it was announced that the Steam version will be delisted from the store on January 31, 2019, due to the phasing out of Construct 2.[34] However, the free version can still be downloaded via unofficial websites or a Steam install link.

Discontinuation

On February 20, 2020, Scirra announced plans to discontinue Construct 2, with sales of new licenses retired on July 1, 2020. The software was fully discontinued on July 1, 2021.[35]

Construct 3

Construct 3 is the most recent major version of the Construct engine. Announced on January 27, 2015, new features include Mac and Linux support, multi-language support and third-party expansion of the editor with an official plugin SDK for the editor.[30] More details were revealed on February 1, 2017,[36] with a public beta starting on March 28 of the same year.[37] It concluded on December 4, 2017, with the release of the engine. Improvements include a overhauled manual, official tutorials and translations of the IDE.[38]

This version also changed from a pay-once model to a yearly subscription-based model.[39]

On May 23, 2019, JavaScript coding was announced as a separate add-on, but was free for all users who had a paying license before September 2, 2019.[40] The feature was added with r157 on July 5, 2019.[41]

Construct Arcade

Шаблон:Infobox website Construct Arcade (formerly known as Scirra Arcade) is a game portal for projects created in Construct 2 or 3. It was launched on November 23, 2011, along with update r69 of Construct 2.[42] It was later added to Construct 3 on r24.[43]

On August 14, 2019, a new version of the arcade was released, with it being renamed to the Construct Arcade. Changes to the platform includes a new layout, stability improvements, publisher profiles, a way to view analytics of published games on the website and links to other storefronts.[44]

Construct Animate

Construct Animate is an animation tool based on Construct 3 and launched on May 26, 2022 in public beta.[45]

Key differences include absence of game-related features (while maintaining interactivity features) and "faster-than-realtime" video encoding.[46]

See also

References

Шаблон:Reflist

External links

Шаблон:Video game engines

  1. 1,0 1,1 Шаблон:Cite web
  2. Шаблон:Cite web
  3. Шаблон:Cite web
  4. 4,0 4,1 Шаблон:Cite web
  5. 5,0 5,1 Шаблон:Cite web
  6. How Events Work. (n.d) retrieved 2/25/2014, from Scirra Web Site: https://www.scirra.com/manual/75/how-events-work Шаблон:Webarchive
  7. Gullen, A (2012, April, 13). Guide to Construct 2's advanced event features. retrieved 2/25/2014, from Scirra Web Site: https://www.scirra.com/tutorials/292/guide-to-construct-2s-advanced-event-features Шаблон:Webarchive
  8. Event Groups. (n.d) retrieved 2/25/2014, from Scirra Web Site: https://www.scirra.com/manual/80/groups Шаблон:Webarchive
  9. Scirra. How Events Work. retrieved 5/20/2014, from Scirra Web Site: https://www.scirra.com/manual/75/how-events-work Шаблон:Webarchive
  10. Шаблон:Cite web
  11. 11,0 11,1 Scirra. Supported platforms. retrieved 5/20/2014, from Scirra Web Site: https://www.scirra.com/manual/168/supported-platforms Шаблон:Webarchive
  12. Burton A. (2012, December, 17). How to Export to Kongregate/How to Upload to Kongregate. retrieved 5/20/2014, from Scirra Web Site: https://www.scirra.com/tutorials/424/how-to-export-to-kongregatehow-to-upload-to-kongregate Шаблон:Webarchive
  13. Gullen, A. (2012, October, 23). Make Windows 8 games with Construct 2. retrieved 5/25/2014, from Scirra Web Site: https://www.scirra.com/blog/99/make-windows-8-games-with-construct-2 Шаблон:Webarchive
  14. Gullen, A. (2015, August, 25). Publish Windows 10 Store apps with Construct 2. retrieved 8/5/2016, from Scirra Web Site: https://www.scirra.com/blog/167/publish-windows-10-store-apps-with-construct-2 Шаблон:Webarchive
  15. Gullen, A. (2011, October 28). How to export to mobile with Cordova. retrieved at 5/25/2014, from Scirra Web Site: https://www.scirra.com/tutorials/71/how-to-make-native-phone-apps-with-construct-2-and-phonegap Шаблон:Webarchive
  16. Gullen, A. (2014, January, 20). Announcing Construct 2 support for Wii U. retrieved 5/20/2014, from Scirra Web Site: https://www.scirra.com/blog/135/announcing-construct-2-support-for-wii-u Шаблон:Webarchive
  17. Gullen, A. (2016, April, 13). Announcing Xbox One export beta. retrieved 8/5/2016, from Scirra Web Site: https://www.scirra.com/blog/176/announcing-xbox-one-export-beta Шаблон:Webarchive
  18. 18,0 18,1 Шаблон:Cite web
  19. Шаблон:Cite web
  20. Шаблон:Cite web
  21. Шаблон:Cite web
  22. Шаблон:Cite web
  23. Шаблон:Cite book
  24. Шаблон:Cite web
  25. Шаблон:Cite web
  26. Шаблон:Cite web
  27. Шаблон:Cite web
  28. Шаблон:Cite web
  29. Шаблон:Cite web
  30. 30,0 30,1 Шаблон:Cite web
  31. Шаблон:Cite web
  32. Шаблон:Cite web
  33. Шаблон:Cite web
  34. Шаблон:Cite web
  35. Шаблон:Cite web
  36. Шаблон:Cite web
  37. Шаблон:Cite web
  38. Шаблон:Cite web
  39. Шаблон:Cite web
  40. Шаблон:Cite web
  41. Шаблон:Cite web
  42. Шаблон:Cite web
  43. Шаблон:Cite web
  44. Шаблон:Cite web
  45. Шаблон:Cite web
  46. Шаблон:Cite web